[Ncep.list.nems.announce] nems r84674: NEMS src bug fix for restart support of the UGCS seaso...

Samuel.Trahan at noaa.gov Samuel.Trahan at noaa.gov
Mon Nov 21 15:43:06 UTC 2016


Friendly NEMS developers,

This is an automated email about a NEMS commit.

Project: nems
URL: https://svnemc.ncep.noaa.gov/projects/nems/trunk
Revision: 84674
Author:   samuel.trahan at noaa.gov
Date:     2016-11-21T15:34:26.150708Z
Message:
NEMS src bug fix for restart support of the UGCS seasonal.  Current time is set to the namelist value if one is provided.


See attached file for full differences.


First 4000 bytes of differences:
Index: checkout/tests/Compile_theia.log
===================================================================
--- checkout/tests/Compile_theia.log	(revision 84611)
+++ checkout/tests/Compile_theia.log	(revision 84674)
@@ -1,4 +1,4 @@
-Thu Nov 17 09:21:08 EST 2016
+Fri Nov 18 20:58:34 UTC 2016
 Start Regression test
 Removing old exe/NEMS.x
 NEMSAppBuilder  app=NMM 
@@ -14,7 +14,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is NMM
 NOTE: Chosen app is NMM
-NOTE: FOUND APP FROM /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NMM.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NMM.appBuilder COMPONENTS NMM
 Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
 NOTE: Determine platform...theia
 NOTE: CONFOPT=nmmb_intel_theia MAKEOPT=nmm
@@ -23,9 +23,13 @@
 + copy_diff_files conf/configure.nems.Theia.intel_nmmb conf/configure.nems
 + [[ ! -f conf/configure.nems ]]
 + diff conf/configure.nems.Theia.intel_nmmb conf/configure.nems
-+ [[ $'17c17\n< #\n---\n> \n20c20,33\n< #\n---\n> ifeq ($(PHYS_MODE),compile)\n>        PHYS_LIB = $(TOP)/atmos/gsm/gsmphys\n>        PHYS_INC = $(TOP)/atmos/gsm/gsmphys\n>        PHYS_DIR = $(TOP)/atmos/gsm/gsmphys\n> endif\n> ifeq ($(CHEM_MODE),compile)\n>         CHEM_LIB = $(TOP)/chem\n>         CHEM_INC = $(TOP)/chem/gocart/src/Config/\n>         CHEM_DIR = $(TOP)/chem\n>        CHEM_MOD = $(TOP)/chem/gocart/${ARCH}/include\n>       ESMADIR = chem/gocart\n> endif\n> \n> \n24,25c37,43\n< NETCDF_INC  = -I$(NETCDF)/include\n< NETCDF_LIB  = -L$(NETCDF)/lib -lnetcdff -lnetcdf\n---\n> NETCDF_INC   = -I$(NETCDF)/include\n> NETCDF_LIB   = -L$(NETCDF)/lib -lnetcdff -lnetcdf\n> \n> # LIBDIR=/scratch3/NCEPDEV/nwprod/lib\n> #LIBDIR=/scratch4/NCEPDEV/meso/noscrub/Ratko.Vasic/libs\n> #PARADIR=/contrib/nceplibs_ext/lib\n> #POSTDIR=/scratch4/NCEPDEV/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd\n27d44\n< W3_LIB      = ${W3NCO_LIBd} ${W3EMC_LIBd}\n28a46\n> W3_LIB      = ${W3NCO_LIBd} ${W3EMC_LIBd}\n29a48,54\n>  \n> EXTLIBS      = $(NEMSIO_LIB) \\\n>                $(W3_LIB)     \\\n>                $(BACIO_LIB)  \\\n>                $(SP_LIB)     \\\n>                $(NETCDF_LIB) \\\n>                $(ESMF_LIB)  \n31c56\n< POSTDIR     = /scratch2/portfolios/NCEPDEV/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd\n---\n> ## for the post quilting option\n36a62\n> XML_LIB     = ${XMLPARSE_LIB}\n40,48c66,67\n< EXTLIBS     = $(NEMSIO_LIB) \\\n<               $(W3_LIB) \\\n<               $(BACIO_LIB) \\\n<               $(SP_LIB) \\\n<               $(ESMF_LIB) \\\n<               $(NETCDF_LIB)\n< \n< EXTLIBS_POST = $(POST_LIB) \\\n<                $(NEMSIO_LIB) \\\n---\n> EXTLIBS_POST = $(NEMSIO_LIB)  \\\n>                $(POST_LIB)    \\\n50,91c69,112\n<                $(G2_LIB) \\\n<                $(BACIO_LIB) \\\n<                $(SIGIO_LIB) \\\n<                $(SFCIO_LIB) \\\n<                $(SP_LIB) \\\n<                $(CRTM_LIB) \\\n<                $(ESMF_LIB) \\\n<                $(NETCDF_LIB)\n< \n< FC          = mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors\n< \n< FREE        = -free\n< FIXED       = -fixed\n< R8          = -r8\n< \n< FINCS       = $(ESMF_INC) -I$(NEMSIO_INC) $(NETCDF_INC)\n< \n< ifeq ($(DEBUG),on)\n<   TRAPS     = -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created\n<   OPTS_NMM  = -O0\n<   OPTS_GFS  = -O0\n<   OPTS_GEN  = -O0\n<   OPTS_FIM  = -O0\n< else\n<   TRAPS     = # -check bounds\n<   OPTS_NMM  = -O3\n<   OPTS_GFS  = -O3\n<   OPTS_GEN  = -O3\n<   OPTS_FIM  = -O3\n< endif\n< \n< FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model strict\n< \n< FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)\n< FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FR


... see attachment for the rest ...
-------------- next part --------------
Index: checkout/tests/Compile_theia.log
===================================================================
--- checkout/tests/Compile_theia.log	(revision 84611)
+++ checkout/tests/Compile_theia.log	(revision 84674)
@@ -1,4 +1,4 @@
-Thu Nov 17 09:21:08 EST 2016
+Fri Nov 18 20:58:34 UTC 2016
 Start Regression test
 Removing old exe/NEMS.x
 NEMSAppBuilder  app=NMM 
@@ -14,7 +14,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is NMM
 NOTE: Chosen app is NMM
-NOTE: FOUND APP FROM /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NMM.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NMM.appBuilder COMPONENTS NMM
 Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
 NOTE: Determine platform...theia
 NOTE: CONFOPT=nmmb_intel_theia MAKEOPT=nmm
@@ -23,9 +23,13 @@
 + copy_diff_files conf/configure.nems.Theia.intel_nmmb conf/configure.nems
 + [[ ! -f conf/configure.nems ]]
 + diff conf/configure.nems.Theia.intel_nmmb conf/configure.nems
-+ [[ $'17c17\n< #\n---\n> \n20c20,33\n< #\n---\n> ifeq ($(PHYS_MODE),compile)\n>        PHYS_LIB = $(TOP)/atmos/gsm/gsmphys\n>        PHYS_INC = $(TOP)/atmos/gsm/gsmphys\n>        PHYS_DIR = $(TOP)/atmos/gsm/gsmphys\n> endif\n> ifeq ($(CHEM_MODE),compile)\n>         CHEM_LIB = $(TOP)/chem\n>         CHEM_INC = $(TOP)/chem/gocart/src/Config/\n>         CHEM_DIR = $(TOP)/chem\n>        CHEM_MOD = $(TOP)/chem/gocart/${ARCH}/include\n>       ESMADIR = chem/gocart\n> endif\n> \n> \n24,25c37,43\n< NETCDF_INC  = -I$(NETCDF)/include\n< NETCDF_LIB  = -L$(NETCDF)/lib -lnetcdff -lnetcdf\n---\n> NETCDF_INC   = -I$(NETCDF)/include\n> NETCDF_LIB   = -L$(NETCDF)/lib -lnetcdff -lnetcdf\n> \n> # LIBDIR=/scratch3/NCEPDEV/nwprod/lib\n> #LIBDIR=/scratch4/NCEPDEV/meso/noscrub/Ratko.Vasic/libs\n> #PARADIR=/contrib/nceplibs_ext/lib\n> #POSTDIR=/scratch4/NCEPDEV/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd\n27d44\n< W3_LIB      = ${W3NCO_LIBd} ${W3EMC_LIBd}\n28a46\n> W3_LIB      = ${W3NCO_LIBd} ${W3EMC_LIBd}\n29a48,54\n>  \n> EXTLIBS      = $(NEMSIO_LIB) \\\n>                $(W3_LIB)     \\\n>                $(BACIO_LIB)  \\\n>                $(SP_LIB)     \\\n>                $(NETCDF_LIB) \\\n>                $(ESMF_LIB)  \n31c56\n< POSTDIR     = /scratch2/portfolios/NCEPDEV/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd\n---\n> ## for the post quilting option\n36a62\n> XML_LIB     = ${XMLPARSE_LIB}\n40,48c66,67\n< EXTLIBS     = $(NEMSIO_LIB) \\\n<               $(W3_LIB) \\\n<               $(BACIO_LIB) \\\n<               $(SP_LIB) \\\n<               $(ESMF_LIB) \\\n<               $(NETCDF_LIB)\n< \n< EXTLIBS_POST = $(POST_LIB) \\\n<                $(NEMSIO_LIB) \\\n---\n> EXTLIBS_POST = $(NEMSIO_LIB)  \\\n>                $(POST_LIB)    \\\n50,91c69,112\n<                $(G2_LIB) \\\n<                $(BACIO_LIB) \\\n<                $(SIGIO_LIB) \\\n<                $(SFCIO_LIB) \\\n<                $(SP_LIB) \\\n<                $(CRTM_LIB) \\\n<                $(ESMF_LIB) \\\n<                $(NETCDF_LIB)\n< \n< FC          = mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors\n< \n< FREE        = -free\n< FIXED       = -fixed\n< R8          = -r8\n< \n< FINCS       = $(ESMF_INC) -I$(NEMSIO_INC) $(NETCDF_INC)\n< \n< ifeq ($(DEBUG),on)\n<   TRAPS     = -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created\n<   OPTS_NMM  = -O0\n<   OPTS_GFS  = -O0\n<   OPTS_GEN  = -O0\n<   OPTS_FIM  = -O0\n< else\n<   TRAPS     = # -check bounds\n<   OPTS_NMM  = -O3\n<   OPTS_GFS  = -O3\n<   OPTS_GEN  = -O3\n<   OPTS_FIM  = -O3\n< endif\n< \n< FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model strict\n< \n< FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)\n< FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)\n< FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)\n< FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)\n< FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)\n< \n< FPP         = -fpp\n< CPP         = /lib/cpp -P -traditional\n< CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM\n---\n>                $(XML_LIB)     \\\n>                $(G2_LIB)      \\\n>                $(BACIO_LIB)   \\\n>                $(SIGIO_LIB)   \\\n>                $(SFCIO_LIB)   \\\n>                $(SP_LIB)      \\\n>                $(CRTM_LIB)    \\\n>                $(ESMF_LIB)    \\\n>                $(NETCDF_LIB)  \\\n>                $(SYS_LIB)\n> ###\n> FC          = mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291\n> F77         = mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291\n> FREE         = -free\n> FIXED        = -fixed\n> R8           = -r8\n> \n> FINCS        = $(ESMF_INC) -I$(NEMSIO_INC) $(NETCDF_INC)\n>    TRAPS        = -g -traceback\n> #1 TRAPS        = -g -fno-inline -no-ip -traceback -ftrapuv -fpe0 -ftz -check all -check noarg_temp_created -fp-stack-check\n> #2 TRAPS        = -g -fno-inline -no-ip -traceback -ftrapuv -fpe0 -ftz -check all\n> #3 TRAPS        = -g -traceback -ftrapuv -fpe0 -ftz -check all\n> #5 TRAPS        = -g -fno-inline -no-ip -traceback\n> \n> FFLAGS       = $(TRAPS) $(FINCS) -fp-model strict\n> \n> OPTS_NMM     = -O3\n> OPTS_GFS     = -O3\n> OPTS_GEN     = -O3\n> OPTS_FIM     = -O3\n> \n> FFLAGM_DEBUG =\n> \n> FFLAGS_NMM   = $(OPTS_NMM) $(FFLAGS)\n> FFLAGS_GFS   = $(OPTS_GFS) $(FFLAGS) $(FREE)\n> LDFLAGS_GFS  =\n> LDFLAGS_MAP  =\n> FFLAGS_GFSF  = $(OPTS_GFS) $(FFLAGS) $(FIXED)\n> FFLAGS_GEN   = $(OPTS_GEN) $(FFLAGS)\n> FFLAGS_FIM   = $(OPTS_FIM) $(FFLAGS)\n> \n> FPP          = -fpp\n> CPP          = /lib/cpp -P -traditional\n> CPPFLAGS     = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM\n93,94c114,115\n< AR          = ar\n< ARFLAGS     = -r\n---\n> AR           = ar\n> ARFLAGS      = -r\n96c117\n< RM          = rm\n---\n> RM           = rm' != '' ]]
++ [[ '' != '' ]]
++ echo 'confirmed conf/configure.nems'
+confirmed conf/configure.nems
++ touch conf/externals.nems
++ copy_diff_files conf/modules.nems.Theia_ESMF_700_nmmb conf/modules.nems
++ [[ ! -f conf/modules.nems ]]
 + set -x
-+ cp conf/configure.nems.Theia.intel_nmmb conf/configure.nems
 + cp conf/modules.nems.Theia_ESMF_700_nmmb conf/modules.nems
 confirmed ESMFVersionDefine.h
 NEMS/NMMB build on Theia using Intel and ESMF v7.0.0
@@ -33,8 +37,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/modules.nems
-NOTE: Loaded /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/conf/modules.nems
 Building (stadard mode) NMM...
 make: *** No targets specified and no makefile found.  Stop.
 make: *** No targets specified and no makefile found.  Stop.
@@ -47,51 +51,70 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
+makefile:73: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM atmos_phy_chem_cpl_comp_mod_stub.F90 > atmos_phy_chem_cpl_comp_mod_stub.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM atmos_chem_phy_cpl_comp_mod_stub.F90 > atmos_chem_phy_cpl_comp_mod_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_gfs_machine.F90 > module_gfs_machine.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_include_gfs.F90 > module_include_gfs.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_gfs_physcons.F90 > module_gfs_physcons.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_gfs_funcphys.F90 > module_gfs_funcphys.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_gfs_tropp.F90 > module_gfs_tropp.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DM_PARALLEL_GFS.F90 > module_DM_PARALLEL_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_digital_filter_gfs.F90 > module_digital_filter_gfs.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_export_import_data.F90 > module_export_import_data.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_phy_cpl_comp_mod.F90 > gfs_dyn_phy_cpl_comp_mod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_gfs_mpi_def.F90 > module_gfs_mpi_def.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_TIMERS.F90 > module_TIMERS.f90
 ls -1 atmos_phy_chem_cpl_comp_mod_stub.f90 atmos_chem_phy_cpl_comp_mod_stub.f90 module_gfs_machine.f90 module_include_gfs.f90 module_gfs_physcons.f90 module_gfs_funcphys.f90 module_gfs_tropp.f90 module_DM_PARALLEL_GFS.f90 module_digital_filter_gfs.f90 module_export_import_data.f90 gfs_dyn_phy_cpl_comp_mod.f90 module_gfs_mpi_def.f90 module_TIMERS.f90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 rm -f gfs_libutil.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 module_WRITE_ROUTINES_GFS.F90 module_WRITE_GRID_COMP_GFS.F90 > Srcfiles
+echo "." > Filepath
+../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -130,10 +153,55 @@
 makefile:264: warning: ignoring old commands for target `gfs_dynamics_grid_comp_mod.o'
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
+makefile:363: depend: No such file or directory
+ls -1 num_parthds.f gfs_dynamics_err_msg_mod.f gfs_dynamics_namelist_mod.f gfs_dynamics_start_time_get_mod.f gfs_dynamics_internal_state_mod.f gfs_dynamics_grid_create_mod.f gfs_dynamics_output.f gfs_dynamics_getcf_mod.f GFS_AddParameterToStateMod.f gfs_dynamics_initialize_mod.f gfs_dynamics_initialize_slg_mod.f gfs_dynamics_run_mod.f gfs_dynamics_finalize_mod.f gfs_dynamics_add_get_state_ESMFField_mod.f gfs_dynamics_states_mod.f gfs_dyn_physcons.f mpi_GV.f gfs_dynamics_grid_comp_mod.f bfilt_def.f gfs_dyn_machine.f gfs_dyn_resol_def.f gfs_dyn_gg_def.f gfs_dyn_vert_def.f gfs_dyn_io_header.f gfs_dyn_date_def.f slgshr.f pmgrid.f layout_grid_tracers.f layout_lag.f gfs_dyn_layout1.f namelist_dynamics_def.f gfs_dyn_coordinate_def.f gfs_dyn_lon_lat_para.f gfs_dyn_tracer_const.f gfs_dyn_tracer_config.f gfs_dyn_reduce_lons_grid_module.f gfs_dyn_matrix_sig_def.f gfs_dyn_mpi_def.f gfs_dyn_deldifs_def.f gfs_dyn_bfilt_def.f gfs_dyn_glats.f gfs_dyn_dfi_mod.f nemsio_def.f wrtout_dynamics.f wrtout_dynamics_slg_nemsio.f gfidi_hyb_gc_h_w_z.f get_w_z.f deldifs_def.f dyn_gocart_tracer_config_stub.f get_cd_hyb.f get_am_bm_hyb.f get_cd_hyb_gc.f get_cd_hyb_gcdp.f get_am_bm_hyb_gc.f get_am_bm_hyb_gcdp.f sltini_all.f set_halos_lag_sn.f setlats.f setlats_slg.f getysk.f getysk_gc.f redist_lats_a.f ifshuff.f shuffle_grid.f grid_collect.f grid_collect_ipe.f excha.f info.f four2grid_thread.f hpmdummy.f coundummy.f damp_speed.f damp_speed_noq.f deldifs.f deldifs_noq.f idea_deldifs_init.f idea_deldifs.f idea_deldifs_noq.f idea_getcoef.f input_fields.f input_fields_slg.f input_fields_rst.f delnpe.f delnpo.f dezouv.f impadj_sig.locl.f impadj_hyb.locl.f impadj_hyb.locl_gc.f impadj_hyb.locl_gcdp.f impadj_slg.locl.f dozeuv.f epslon.f filtereo.f filter1eo.f filter2eo.f filtereo_noq.f filter1eo_noq.f filter2eo_noq.f setlats_lag.f get_ls_node.f get_lats_node_shuff_a_fix.f getcon_lag.f getcon_dynamics.f gfidi_tracers.f gfidi_speed.f gfidi_sig.f gfidi_hyb.f gfidi_hyb_gc.f gfidi_hyb_gc_h.f gfidi_hyb_gchdp.f gfidi_gchdp_noadv_noq.f ndslfv_pack.f ndslfv_para.f ndslfv_monoadvh2.f ndslfv_monoadvh.f ndslfv_monoadvv.f grid_to_spect.f grid_to_spect_slg.f grid_to_spect_rqt.f gridzz_to_spect.f spect_to_grid.f spect_to_grid_slg.f spect_to_grid_gz.f spect_to_grid_rqt.f spect_to_gridxy.f spectpz_to_gridxy.f compns_dynamics.f gozrineo.f pln2eo.f rms_spect.f lats_shuff.f uvoedz.f mpi_quit.f sicdif_sig.f sicdif_hyb.f sicdif_hyb_gc.f sicdif_hyb_gcdp.f common_to_model_vars.f getpwatptot.f sig2press.f hyb2press.f gch2press.f omega_sig.f omega_hyb.f omega_gch.f omega_gcdp.f slgscan_all_redgg.f do_dynamics_mod.f get_cd_hyb_slg.f gfs_dficoll_dynamics.f gfs_dficoll_dynamics_slg.f sicdif_hyb_slg.f deldifs_tracers.f gloopa_tracers.f do_dynamics_slg_loop.f do_dynamics_one_loop.f do_dynamics_two_loop.f model_to_common_vars.f gather_times.f four_to_grid.f four2fln_gg.f four2fln.f sortrx.f sumder2_slg_gg.f sumfln_slg_gg.f sumfln.f sumder2.f triseori.f triseof.f uveodz.f matinv.f ver_sig.f sig_io.f get_topo_grid_grad.f ysminv.f four2grid_thread.fftpack.f noblas.f grid_fix.f sigio_module.f sigio_r_module.f treadeo.io.f treadeo.io_slg.f treadeo_nemsio.f treadeo_nemsio_slg.f treadg_nemsio.f treads_nemsio.f twrites_rst.f twrites_hst.f twriteg_rst.f grid_to_spect_inp.f grid_to_spect_inp_slg.f setsig.f spect_to_grid_inp.f  gfs_dyn_stoch_data_mod.f gfs_get_pattern_mod.f gfs_dyn_patterngenerator.f > Srcfiles
+echo "." > Filepath
+../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
+makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
+makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
+makefile:302: warning: overriding commands for target `sigio_module.o'
+makefile:278: warning: ignoring old commands for target `sigio_module.o'
+makefile:305: warning: overriding commands for target `sigio_r_module.o'
+makefile:278: warning: ignoring old commands for target `sigio_r_module.o'
+makefile:311: warning: overriding commands for target `gfs_dynamics_err_msg_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_err_msg_mod.o'
+makefile:314: warning: overriding commands for target `gfs_dynamics_namelist_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_namelist_mod.o'
+makefile:317: warning: overriding commands for target `gfs_dynamics_start_time_get_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_start_time_get_mod.o'
+makefile:320: warning: overriding commands for target `gfs_dynamics_grid_create_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_grid_create_mod.o'
+makefile:323: warning: overriding commands for target `gfs_dynamics_output.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_output.o'
+makefile:326: warning: overriding commands for target `gfs_dynamics_getcf_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_getcf_mod.o'
+makefile:329: warning: overriding commands for target `gfs_dynamics_internal_state_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_internal_state_mod.o'
+makefile:332: warning: overriding commands for target `GFS_AddParameterToStateMod.o'
+makefile:264: warning: ignoring old commands for target `GFS_AddParameterToStateMod.o'
+makefile:335: warning: overriding commands for target `gfs_dynamics_add_get_state_ESMFField_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_add_get_state_ESMFField_mod.o'
+makefile:338: warning: overriding commands for target `gfs_dynamics_states_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_states_mod.o'
+makefile:341: warning: overriding commands for target `gfs_dynamics_initialize_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_initialize_mod.o'
+makefile:344: warning: overriding commands for target `gfs_dynamics_initialize_slg_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_initialize_slg_mod.o'
+makefile:347: warning: overriding commands for target `gfs_dynamics_run_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_run_mod.o'
+makefile:350: warning: overriding commands for target `gfs_dynamics_finalize_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_finalize_mod.o'
+makefile:353: warning: overriding commands for target `gfs_dynamics_grid_comp_mod.o'
+makefile:264: warning: ignoring old commands for target `gfs_dynamics_grid_comp_mod.o'
+../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
+makefile:292: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_dynamics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -174,26 +242,73 @@
 makefile:114: warning: ignoring old commands for target `gfs_physics_err_msg_mod.o'
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
+makefile:196: depend: No such file or directory
+ls -1 glats_physics.f gcycle.f do_physics_one_step.f get_lats_node_shuff_r_fix.f setlats.f setlats_r_slg.f lats_shuff.f getcon_physics.f lon_lat_para.f compns_physics.f info.f coundummy.f sortrx.f mpi_quit.f dfi_fixwr.f hpmdummy.f gloopr.f gloopb.f gbphys_adv_hyb_gc.f gbphys_adv_hyb_gc_h.f fix_fields.f read_fix.f GFS_simple_scatter.f wrtout_physics.f fld_collect.f fld_collect_nst.f gribit_gsm.f wrt3d_hyb.f wrt3d.f aoicpl_prep.f para_fixio_w.f para_nst_w.f gfs_physics_err_msg_mod.f gfs_physics_sfc_flx_mod.f gfs_physics_nst_var_mod.f gfs_physics_sfc_flx_set_mod.f gfs_physics_gridgr_mod.f gfs_physics_g2d_mod.f gfs_physics_g3d_mod.f gfs_physics_aoi_var_mod.f gfs_physics_namelist_mod.f gfs_physics_start_time_get_mod.f gfs_physics_internal_state_mod.f gfs_physics_grid_create_mod.f gfs_physics_output.f gfs_physics_getcf_mod.f gfs_physics_initialize_mod.f gfs_physics_run_mod.f gfs_physics_finalize_mod.f gfs_physics_add_get_state_ESMFField_mod.f gfs_phy_states_mod.f gfs_physics_grid_comp_mod.f resol_def.f layout1.f vert_def.f gg_def.f namelist_physics_def.f coordinate_def.f reduce_lons_grid_module.f mpi_def.f d3d_def.f sfcio_module.f mod_state.f nstio_module.f > Srcfiles
+echo "." > Filepath
+../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
+makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
+makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
+makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
+makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc_h.o'
+makefile:132: warning: overriding commands for target `mpi_def.o'
+makefile:110: warning: ignoring old commands for target `mpi_def.o'
+makefile:136: warning: overriding commands for target `sfcio_module.o'
+makefile:110: warning: ignoring old commands for target `sfcio_module.o'
+makefile:140: warning: overriding commands for target `gloopr.o'
+makefile:118: warning: ignoring old commands for target `gloopr.o'
+makefile:143: warning: overriding commands for target `gloopb.o'
+makefile:118: warning: ignoring old commands for target `gloopb.o'
+makefile:146: warning: overriding commands for target `gcycle.o'
+makefile:118: warning: ignoring old commands for target `gcycle.o'
+makefile:152: warning: overriding commands for target `gribit_gsm.o'
+makefile:118: warning: ignoring old commands for target `gribit_gsm.o'
+makefile:155: warning: overriding commands for target `wrt3d_hyb.o'
+makefile:118: warning: ignoring old commands for target `wrt3d_hyb.o'
+makefile:158: warning: overriding commands for target `wrt3d.o'
+makefile:118: warning: ignoring old commands for target `wrt3d.o'
+makefile:161: warning: overriding commands for target `fld_collect.o'
+makefile:118: warning: ignoring old commands for target `fld_collect.o'
+makefile:164: warning: overriding commands for target `fld_collect_nst.o'
+makefile:118: warning: ignoring old commands for target `fld_collect_nst.o'
+makefile:167: warning: overriding commands for target `read_fix.o'
+makefile:118: warning: ignoring old commands for target `read_fix.o'
+makefile:170: warning: overriding commands for target `para_fixio_w.o'
+makefile:118: warning: ignoring old commands for target `para_fixio_w.o'
+makefile:173: warning: overriding commands for target `para_nst_w.o'
+makefile:118: warning: ignoring old commands for target `para_nst_w.o'
+makefile:179: warning: overriding commands for target `wrtout_physics.o'
+makefile:118: warning: ignoring old commands for target `wrtout_physics.o'
+makefile:182: warning: overriding commands for target `aoicpl_prep.o'
+makefile:118: warning: ignoring old commands for target `aoicpl_prep.o'
+makefile:185: warning: overriding commands for target `nstio_module.o'
+makefile:110: warning: ignoring old commands for target `nstio_module.o'
+makefile:189: warning: overriding commands for target `gfs_physics_err_msg_mod.o'
+makefile:114: warning: ignoring old commands for target `gfs_physics_err_msg_mod.o'
+../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
+makefile:107: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_physics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTERNAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INTERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -207,17 +322,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake -C Config esma_install
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
+GNUmakefile:35: - Node not know, disabling build environment check
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -r8    -fPIC -fp-model source  -align dcommons fdp.f90
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF = /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -227,142 +367,142 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.f90
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 /bin/rm -f O3_ExportSpec___.h O3_GetPointer___.h O3_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 /bin/rm -f CO_ExportSpec___.h CO_GetPointer___.h CO_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 /bin/rm -f CO2_ExportSpec___.h CO2_GetPointer___.h CO2_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 /bin/rm -f CFC_ExportSpec___.h CFC_GetPointer___.h CFC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_DeclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 /bin/rm -f SS_ExportSpec___.h SS_GetPointer___.h SS_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 /bin/rm -f BC_ExportSpec___.h BC_GetPointer___.h BC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 /bin/rm -f OC_ExportSpec___.h OC_GetPointer___.h OC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 /bin/rm -f SU_ExportSpec___.h SU_GetPointer___.h SU_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 /bin/rm -f Rn_ExportSpec___.h Rn_GetPointer___.h Rn_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 /bin/rm -f CH4_ExportSpec___.h CH4_GetPointer___.h CH4_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc 
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]* 
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make nmm
-+ tee /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/appBuilder.NEMS.log.104152
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/appBuilder.NEMS.log.122733
 + pwd
-       CHEM_MODi-----------> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
 cd atmos/share         && gmake 
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 makefile:42: depend: No such file or directory
 ls -1 module_ERR_MSG.F90 module_INCLUDE.F90 module_CPLFIELDS.F90 check_esmf_pet.F90  > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INCLUDE.F90 > module_INCLUDE.f90
@@ -373,16 +513,16 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict  -c check_esmf_pet.f90
 ar -r libshare.a module_ERR_MSG.o module_INCLUDE.o module_CPLFIELDS.o check_esmf_pet.o 
 ar: creating libshare.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 cd atmos/gsm/gsmphys          && gmake  gocart_stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 makefile:189: depend: No such file or directory
 ls -1 machine.f wam_f107_kp_mod.f physparam.f physcons.f funcphys.f cs_conv.f module_nst_parameters.f module_nst_water_prop.f module_nst_model.f gcm_shoc.f calpreciptype.f m_micro_driver.f gocart_tracer_config_stub.f iounitdef.f ozne_def.f h2o_def.f progtm_module.f date_def.f rascnvv2.f mersenne_twister.f namelist_soilveg.f module_bfmicrophysics.f tracer_const_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f radlw_datatb.f radlw_main.f radsw_param.f radsw_datatb.f radsw_main.f radiation_astronomy.f radiation_aerosols.f radiation_gases.f radiation_clouds.f radiation_surface.f grrad.f ozphys_2015.f ozphys.f ozinterp.f h2ointerp.f h2ophys.f sfcsub.f gbphys.f dcyc2.f dcyc2.pre.rad.f set_soilveg.f sfc_drv.f sfc_land.f progt2.f sfc_sice.f sfc_cice.f sfc_ocean.f sfc_nst.f sfc_diff.f sfc_diag.f sflx.f moninshoc.f moninp.f moninp1.f moninq.f moninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_mesopause.f sascnv.f sascnvn.f mfdeepcnv.f cnvc90.f tridi2t3.f shalcv.f shalcv_opr.f shalcnv.f mfshalcnv.f lrgsclr.f gscond.f gscondp.f precpd.f precpdp.f precpd_shoc.f mstadb.f mstadbtn.f mstcnv.f get_prs.f gsmddrive.f aer_cloud.f cldmacro.f cldwat2m_micro.f wv_saturation.f idea_composition.f co2hc.f idea_solar_heating.f idea_tracer.f h2oc.f h2ohdc.f efield.f ideaca.f idea_co2.f idea_h2o.f idea_ion.f idea_o2_o3.f idea_dissipation.f idea_phys.f num_parthds.F nuopc_physics.F90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c wam_f107_kp_mod.f
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c physparam.f
@@ -493,200 +633,200 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../../share -r8 -c nuopc_physics.f90
 ar -r libphys.a machine.o wam_f107_kp_mod.o physparam.o physcons.o funcphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o module_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composition.o co2hc.o idea_solar_heating.o idea_tracer.o h2oc.o h2ohdc.o efield.o ideaca.o idea_co2.o idea_h2o.o idea_ion.o idea_o2_o3.o idea_dissipation.o idea_phys.o gocart_tracer_config_stub.o iounitdef.o ozne_def.o h2o_def.o progtm_module.o date_def.o rascnvv2.o mersenne_twister.o namelist_soilveg.o module_bfmicrophysics.o tracer_const_h.o gfs_phy_tracer_config.o rad_initialize.o radlw_param.o radlw_datatb.o radlw_main.o radsw_param.o radsw_datatb.o radsw_main.o radiation_astronomy.o radiation_aerosols.o radiation_gases.o radiation_clouds.o radiation_surface.o grrad.o ozphys_2015.o ozphys.o ozinterp.o h2ointerp.o h2ophys.o sfcsub.o gbphys.o dcyc2.o dcyc2.pre.rad.o set_soilveg.o sfc_drv.o sfc_land.o progt2.o sfc_sice.o sfc_cice.o sfc_ocean.o sfc_nst.o sfc_diff.o sfc_diag.o sflx.o moninshoc.o moninp.o moninp1.o moninq.o moninedmf.o mfpbl.o gwdps.o gwdc.o rayleigh_damp.o rayleigh_damp_mesopause.o sascnv.o sascnvn.o mfdeepcnv.o cnvc90.o tridi2t3.o shalcv.o shalcv_opr.o shalcnv.o mfshalcnv.o lrgsclr.o gscond.o gscondp.o precpd.o precpdp.o precpd_shoc.o mstadb.o mstadbtn.o mstcnv.o get_prs.o gsmddrive.o aer_cloud.o cldmacro.o cldwat2m_micro.o wv_saturation.o num_parthds.o nuopc_physics.o
 ar: creating libphys.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake 
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_CLOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_TYPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PARALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 module_GET_CONFIG.F90 module_GET_CONFIG_WRITE.F90 module_GWD.F90 module_H_TO_V.F90 module_INIT_READ_BIN.F90 module_INIT_READ_NEMSIO.F90 module_MICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NMM_GRID_COMP.F90 module_NMM_INTEGRATE.F90 module_NMM_INTERNAL_STATE.F90 module_OUTPUT.F90 module_PARENT_CHILD_CPL_COMP.F90 module_PRECIP_ADJUST.F90 module_RADIATION.F90 module_RELAX4E.F90 module_REDUCTION.F90 module_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_SOLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 module_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_WRITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_def.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_gfs_mpi_def.f n_mpi_quit.f > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 gmake -C nmmbphys 
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 ls -1 module_KINDS.F90 module_CONSTANTS.F90 module_BL_GFSPBL.F90 module_BL_GFSPBLHUR.F90 module_BL_GFSPBLEDMFHUR.F90 module_BL_MYJPBL.F90 module_CU_BMJ.F90 module_CU_SAS.F90 module_CU_SASHUR.F90 module_CU_SCALE.F90 module_LS_LISS.F90 module_LS_NOAHLSM.F90 module_MP_ETANEW.F90 module_MP_FER_HIRES.F90 module_mp_thompson.F90 module_mp_radar.F90 module_MP_GFS.F90 module_MP_WSM6.F90 module_RA_GFDL.F90 module_RA_RRTM.F90 module_SF_JSFC.F90 module_SF_GFDL.F90 module_SF_URBAN.F90 grrad_nmmb.f radiation_astronomy_nmmb.f radiation_aerosols_nmmb.f radiation_gases_nmmb.f radiation_clouds_nmmb.f radiation_surface_nmmb.f rad_initialize_nmmb.f radlw_main_nmmb.f radsw_main_nmmb.f precpd_nmmb.f > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_KINDS.F90 > module_KINDS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_KINDS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_KINDS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CONSTANTS.F90 > module_CONSTANTS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CONSTANTS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_CONSTANTS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_BL_GFSPBL.F90 > module_BL_GFSPBL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_BL_GFSPBLHUR.F90 > module_BL_GFSPBLHUR.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLHUR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_BL_GFSPBLEDMFHUR.F90 > module_BL_GFSPBLEDMFHUR.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLEDMFHUR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLEDMFHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_BL_MYJPBL.F90 > module_BL_MYJPBL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_MYJPBL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_BL_MYJPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CU_BMJ.F90 > module_CU_BMJ.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_BMJ.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_CU_BMJ.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CU_SAS.F90 > module_CU_SAS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SAS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_CU_SAS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CU_SASHUR.F90 > module_CU_SASHUR.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SASHUR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_CU_SASHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CU_SCALE.F90 > module_CU_SCALE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SCALE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_CU_SCALE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_LS_LISS.F90 > module_LS_LISS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_LS_LISS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_LS_LISS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_LS_NOAHLSM.F90 > module_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_SF_URBAN.F90 > module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_LS_NOAHLSM.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_SF_URBAN.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MP_ETANEW.F90 > module_MP_ETANEW.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_ETANEW.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_MP_ETANEW.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MP_FER_HIRES.F90 > module_MP_FER_HIRES.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_FER_HIRES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_MP_FER_HIRES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_mp_thompson.F90 > module_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_mp_radar.F90 > module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_mp_thompson.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_mp_radar.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MP_GFS.F90 > module_MP_GFS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_GFS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_MP_GFS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MP_WSM6.F90 > module_MP_WSM6.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_WSM6.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_MP_WSM6.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_RA_GFDL.F90 > module_RA_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_RA_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_RA_GFDL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_RA_RRTM.F90 > module_RA_RRTM.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_astronomy_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_surface_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_gases_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_main_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_aerosols_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_clouds_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_main_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c grrad_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_astronomy_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_surface_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_gases_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_aerosols_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_clouds_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c grrad_nmmb.f
 grrad_nmmb.f(1212): (col. 9) warning #13379: loop was not vectorized with "simd"
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_RA_RRTM.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_RA_RRTM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_SF_JSFC.F90 > module_SF_JSFC.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_JSFC.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_SF_JSFC.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_SF_GFDL.F90 > module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rad_initialize_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_SF_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rad_initialize_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd_nmmb.f
 ar -r libnmmbphys.a module_KINDS.o module_CONSTANTS.o module_BL_GFSPBL.o module_BL_GFSPBLHUR.o module_BL_GFSPBLEDMFHUR.o module_BL_MYJPBL.o module_CU_BMJ.o module_CU_SAS.o module_CU_SASHUR.o module_CU_SCALE.o module_LS_LISS.o module_LS_NOAHLSM.o module_MP_ETANEW.o module_MP_FER_HIRES.o module_mp_thompson.o module_mp_radar.o module_MP_GFS.o module_MP_WSM6.o module_RA_GFDL.o module_RA_RRTM.o module_SF_JSFC.o module_SF_GFDL.o module_SF_URBAN.o grrad_nmmb.o radiation_astronomy_nmmb.o radiation_aerosols_nmmb.o radiation_gases_nmmb.o radiation_clouds_nmmb.o radiation_surface_nmmb.o rad_initialize_nmmb.o radlw_main_nmmb.o radsw_main_nmmb.o precpd_nmmb.o
 ar: creating libnmmbphys.a
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 gmake libnmm.a 
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ffsync.F90 > ffsync.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c ffsync.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c ffsync.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ERROR_MSG.F90 > module_ERROR_MSG.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_ERROR_MSG.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_ERROR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_BGRID_INTERP.F90 > module_BGRID_INTERP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_BGRID_INTERP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_BGRID_INTERP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CLOCKTIMES.F90 > module_CLOCKTIMES.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CLOCKTIMES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CLOCKTIMES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CONTROL.F90 > module_CONTROL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_EXCHANGE.F90 > module_EXCHANGE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MY_DOMAIN_SPECS.F90 > module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_EXCHANGE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MY_DOMAIN_SPECS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_EXCHANGE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DERIVED_TYPES.F90 > module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONTROL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DERIVED_TYPES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONTROL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CONVECTION.F90 > module_CONVECTION.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONVECTION.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONVECTION.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DIAGNOSE.F90 > module_DIAGNOSE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_SOLVER_INTERNAL_STATE.F90 > module_SOLVER_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MICROPHYSICS.F90 > module_MICROPHYSICS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MICROPHYSICS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MICROPHYSICS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_VARS.F90 > module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIAGNOSE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIAGNOSE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DIGITAL_FILTER_NMM.F90 > module_DIGITAL_FILTER_NMM.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIGITAL_FILTER_NMM.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIGITAL_FILTER_NMM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DM_PARALLEL.F90 > module_DM_PARALLEL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DM_PARALLEL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DM_PARALLEL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DOMAIN_GRID_COMP.F90 > module_DOMAIN_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_SOLVER_GRID_COMP.F90 > module_SOLVER_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DYNAMICS_ROUTINES.F90 > module_DYNAMICS_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_FLTBNDS.F90 > module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DYNAMICS_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_FLTBNDS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DYNAMICS_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_TURBULENCE.F90 > module_TURBULENCE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GWD.F90 > module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TURBULENCE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_namelist_physics_def.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GWD.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TURBULENCE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_namelist_physics_def.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INIT_READ_NEMSIO.F90 > module_INIT_READ_NEMSIO.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_NEMSIO.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_NEMSIO.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_TRACKER.F90 > module_TRACKER.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_RELAX4E.F90 > module_RELAX4E.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RELAX4E.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RELAX4E.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_REDUCTION.F90 > module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TRACKER.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_REDUCTION.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TRACKER.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_RADIATION.F90 > module_RADIATION.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RADIATION.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RADIATION.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG.F90 > module_GET_CONFIG.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_QUASIPOST.F90 > module_QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_layout1.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_QUASIPOST.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_layout1.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_VARS_STATE.F90 > module_VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_resol_def.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_resol_def.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_NESTING.F90 > module_NESTING.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NESTING.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NESTING.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_H_TO_V.F90 > module_H_TO_V.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_H_TO_V.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_H_TO_V.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INIT_READ_BIN.F90 > module_INIT_READ_BIN.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_BIN.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_BIN.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_PRECIP_ADJUST.F90 > module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PRECIP_ADJUST.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DOMAIN_INTERNAL_STATE.F90 > module_DOMAIN_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_GRID_COMP.F90 > module_WRITE_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_ROUTINES.F90 > module_WRITE_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_INTERNAL_STATE.F90 > module_WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG_WRITE.F90 > module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG_WRITE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_OUTPUT.F90 > module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_OUTPUT.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_NMM_GRID_COMP.F90 > module_NMM_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_NMM_INTEGRATE.F90 > module_NMM_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_TIMESERIES.F90 > module_TIMESERIES.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TIMESERIES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TIMESERIES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_PARENT_CHILD_CPL_COMP.F90 > module_PARENT_CHILD_CPL_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PARENT_CHILD_CPL_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTEGRATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PARENT_CHILD_CPL_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_NMM_INTERNAL_STATE.F90 > module_NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_module_gfs_mpi_def.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_def.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_compns_physics.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_quit.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_module_gfs_mpi_def.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_def.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_compns_physics.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3 -fixed  -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_quit.f
 ar -r libnmm.a ffsync.o module_ERROR_MSG.o module_BGRID_INTERP.o module_CLOCKTIMES.o module_CONTROL.o module_CONVECTION.o module_DERIVED_TYPES.o module_DIAGNOSE.o module_DIGITAL_FILTER_NMM.o module_DM_PARALLEL.o module_DOMAIN_GRID_COMP.o module_DOMAIN_INTERNAL_STATE.o module_DYNAMICS_ROUTINES.o module_EXCHANGE.o module_FLTBNDS.o module_GET_CONFIG.o module_GET_CONFIG_WRITE.o module_GWD.o module_H_TO_V.o module_INIT_READ_BIN.o module_INIT_READ_NEMSIO.o module_MICROPHYSICS.o module_MY_DOMAIN_SPECS.o module_NESTING.o module_NMM_GRID_COMP.o module_NMM_INTEGRATE.o module_NMM_INTERNAL_STATE.o module_OUTPUT.o module_PARENT_CHILD_CPL_COMP.o module_PRECIP_ADJUST.o module_RADIATION.o module_RELAX4E.o module_REDUCTION.o module_QUASIPOST.o module_TRACKER.o module_SOLVER_GRID_COMP.o module_SOLVER_INTERNAL_STATE.o module_TIMESERIES.o module_TURBULENCE.o module_VARS.o module_VARS_STATE.o module_WRITE_GRID_COMP.o module_WRITE_INTERNAL_STATE.o module_WRITE_ROUTINES.o n_namelist_physics_def.o n_layout1.o n_resol_def.o n_compns_physics.o n_mpi_def.o n_module_gfs_mpi_def.o n_mpi_quit.o nmmbphys/grrad_nmmb.o nmmbphys/module_BL_GFSPBLEDMFHUR.o nmmbphys/module_BL_GFSPBLHUR.o nmmbphys/module_BL_GFSPBL.o nmmbphys/module_BL_MYJPBL.o nmmbphys/module_CONSTANTS.o nmmbphys/module_CU_BMJ.o nmmbphys/module_CU_SASHUR.o nmmbphys/module_CU_SAS.o nmmbphys/module_CU_SCALE.o nmmbphys/module_KINDS.o nmmbphys/module_LS_LISS.o nmmbphys/module_LS_NOAHLSM.o nmmbphys/module_MP_ETANEW.o nmmbphys/module_MP_FER_HIRES.o nmmbphys/module_MP_GFS.o nmmbphys/module_mp_radar.o nmmbphys/module_mp_thompson.o nmmbphys/module_MP_WSM6.o nmmbphys/module_RA_GFDL.o nmmbphys/module_RA_RRTM.o nmmbphys/module_SF_GFDL.o nmmbphys/module_SF_JSFC.o nmmbphys/module_SF_URBAN.o nmmbphys/precpd_nmmb.o nmmbphys/radiation_aerosols_nmmb.o nmmbphys/radiation_astronomy_nmmb.o nmmbphys/radiation_clouds_nmmb.o nmmbphys/radiation_gases_nmmb.o nmmbphys/radiation_surface_nmmb.o nmmbphys/rad_initialize_nmmb.o nmmbphys/radlw_main_nmmb.o nmmbphys/radsw_main_nmmb.o
 ar: creating libnmm.a
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 cd atmos/gsm           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 makefile:96: depend: No such file or directory
 ls -1 module_GFS_CORE_SETUP.F90 module_GFS_INTERNAL_STATE.F90 module_GFS_INTEGRATE.F90 module_GFS_GRID_COMP.F90  > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_GRID_COMP_stub.F90 > module_GFS_GRID_COMP_stub.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_GFS_GRID_COMP_stub.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_GFS_GRID_COMP_stub.f90
 ar -r libgfs.a module_GFS_GRID_COMP_stub.o
 ar: creating libgfs.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTERNAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INTERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -695,23 +835,23 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -c module_GEN_GRID_COMP_stub.f90
 ar -r libgen.a module_GEN_INTERNAL_STATE.o module_GEN_GRID_COMP_stub.o 
 ar: creating libgen.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 makefile:54: depend: No such file or directory
 ls -1 fim_internal_state.F90 fim_grid_comp.F90 module_FIM_INTEGRATE.F90 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYSICS_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM fim_grid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -c fim_grid_comp_stub.f90
 ar -r libfimtop.a fim_grid_comp_stub.o
 ar: creating libfimtop.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -729,8 +869,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -751,25 +891,25 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -c post_nems_routines_stub.f90
 ar -r libpost.a post_gfs_stub.o post_nmm_stub.o post_nems_routines_stub.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 cd atmos               && gmake 
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
 ar -r libatmos.a module_ATM_INTERNAL_STATE.o module_ATM_GRID_COMP.o
 ar: creating libatmos.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd ENS_Cpl             && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Lib_ESMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM machine.f > machine.f90
@@ -792,38 +932,38 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -c ENS_CplComp_ESMFMod_STUB.f90
 ar -r ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o
 ar: creating ENS_Cpl.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:21:20 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
 rm module_MEDIATOR_methods.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:21:20 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR.F90 > module_MEDIATOR.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
 rm module_MEDIATOR.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:21:20 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
 rm module_MEDIATOR_SpaceWeather.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:21:20 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
 rm module_EARTH_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:21:20 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
 rm module_EARTH_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:21:20 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
 rm module_NEMS_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:21:20 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
 rm module_NEMS_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:21:20 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 20:58:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
 rm MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict  -o ../exe/NEMS.x MAIN_NEMS.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  atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a atmos/gen/libgen.a /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a /scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/libnemsio_v2.2.1.a /scratch3/NCEPDEV/nwprod/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /scratch3/NCEPDEV/nwprod/lib/w3emc/v2.0.5/libw3emc_v2.0.5_d.a /scratch3/NCEPDEV/nwprod/lib/bacio/v2.0.1/libbacio_v2.0.1_4.a /scratch3/NCEPDEV/nwprod/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default -L/apps/netcdf/4.3.0-intel/lib -L/apps/intel/impi/5.0.3.048/intel64/lib/release_mt -L/apps/intel/impi/5.0.3.048/intel64/lib -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -Wl,-rpath,/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib -lesmf  -ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf -L/apps/netcdf/4.3.0-intel/lib -lnetcdff -lnetcdf 
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict  -o ../exe/NEMS.x MAIN_NEMS.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  atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a atmos/gen/libgen.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a /scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/libnemsio_v2.2.1.a /scratch3/NCEPDEV/nwprod/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /scratch3/NCEPDEV/nwprod/lib/w3emc/v2.0.5/libw3emc_v2.0.5_d.a /scratch3/NCEPDEV/nwprod/lib/bacio/v2.0.1/libbacio_v2.0.1_4.a /scratch3/NCEPDEV/nwprod/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default -L/apps/netcdf/4.3.0-intel/lib -L/apps/intel/impi/5.0.3.048/intel64/lib/release_mt -L/apps/intel/impi/5.0.3.048/intel64/lib -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -Wl,-rpath,/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib -lesmf  -ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf -L/apps/netcdf/4.3.0-intel/lib -lnetcdff -lnetcdf 
 ../exe/NEMS.x is created for NMM core.
 + set +x
 NOTE: Success!
@@ -841,7 +981,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is NMM-DEBUG
 NOTE: Chosen app is NMM-DEBUG
-NOTE: FOUND APP FROM /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NMM-DEBUG.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NMM-DEBUG.appBuilder COMPONENTS NMM
 Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
 NOTE: Determine platform...theia
 NOTE: CONFOPT=nmmb_intel_theia MAKEOPT=nmm DEBUG=on
@@ -864,8 +1004,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/modules.nems
-NOTE: Loaded /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/conf/modules.nems
 Building (stadard mode) NMM...
 make: *** No targets specified and no makefile found.  Stop.
 make: *** No targets specified and no makefile found.  Stop.
@@ -878,31 +1018,31 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 makefile:73: depend: No such file or directory
@@ -923,25 +1063,25 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 rm -f gfs_libutil.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 module_WRITE_ROUTINES_GFS.F90 module_WRITE_GRID_COMP_GFS.F90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -985,8 +1125,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -1026,9 +1166,9 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_dynamics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -1074,8 +1214,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -1117,25 +1257,25 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_physics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTERNAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INTERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -1149,42 +1289,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -r8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include \
-		 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/doc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF = /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" >> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/g5_modules /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF = /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -1194,142 +1334,142 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.f90
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 /bin/rm -f O3_ExportSpec___.h O3_GetPointer___.h O3_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 /bin/rm -f CO_ExportSpec___.h CO_GetPointer___.h CO_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 /bin/rm -f CO2_ExportSpec___.h CO2_GetPointer___.h CO2_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 /bin/rm -f CFC_ExportSpec___.h CFC_GetPointer___.h CFC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_DeclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 /bin/rm -f SS_ExportSpec___.h SS_GetPointer___.h SS_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 /bin/rm -f BC_ExportSpec___.h BC_GetPointer___.h BC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 /bin/rm -f OC_ExportSpec___.h OC_GetPointer___.h OC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 /bin/rm -f SU_ExportSpec___.h SU_GetPointer___.h SU_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 /bin/rm -f Rn_ExportSpec___.h Rn_GetPointer___.h Rn_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 /bin/rm -f CH4_ExportSpec___.h CH4_GetPointer___.h CH4_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc 
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]* 
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make nmm DEBUG=on
-+ tee /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/appBuilder.NEMS.log.708
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/appBuilder.NEMS.log.61528
 + pwd
-       CHEM_MODi-----------> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
 cd atmos/share         && gmake 
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 makefile:42: depend: No such file or directory
 ls -1 module_ERR_MSG.F90 module_INCLUDE.F90 module_CPLFIELDS.F90 check_esmf_pet.F90  > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INCLUDE.F90 > module_INCLUDE.f90
@@ -1340,16 +1480,16 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict  -c check_esmf_pet.f90
 ar -r libshare.a module_ERR_MSG.o module_INCLUDE.o module_CPLFIELDS.o check_esmf_pet.o 
 ar: creating libshare.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 cd atmos/gsm/gsmphys          && gmake  gocart_stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 makefile:189: depend: No such file or directory
 ls -1 machine.f wam_f107_kp_mod.f physparam.f physcons.f funcphys.f cs_conv.f module_nst_parameters.f module_nst_water_prop.f module_nst_model.f gcm_shoc.f calpreciptype.f m_micro_driver.f gocart_tracer_config_stub.f iounitdef.f ozne_def.f h2o_def.f progtm_module.f date_def.f rascnvv2.f mersenne_twister.f namelist_soilveg.f module_bfmicrophysics.f tracer_const_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f radlw_datatb.f radlw_main.f radsw_param.f radsw_datatb.f radsw_main.f radiation_astronomy.f radiation_aerosols.f radiation_gases.f radiation_clouds.f radiation_surface.f grrad.f ozphys_2015.f ozphys.f ozinterp.f h2ointerp.f h2ophys.f sfcsub.f gbphys.f dcyc2.f dcyc2.pre.rad.f set_soilveg.f sfc_drv.f sfc_land.f progt2.f sfc_sice.f sfc_cice.f sfc_ocean.f sfc_nst.f sfc_diff.f sfc_diag.f sflx.f moninshoc.f moninp.f moninp1.f moninq.f moninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_mesopause.f sascnv.f sascnvn.f mfdeepcnv.f cnvc90.f tridi2t3.f shalcv.f shalcv_opr.f shalcnv.f mfshalcnv.f lrgsclr.f gscond.f gscondp.f precpd.f precpdp.f precpd_shoc.f mstadb.f mstadbtn.f mstcnv.f get_prs.f gsmddrive.f aer_cloud.f cldmacro.f cldwat2m_micro.f wv_saturation.f idea_composition.f co2hc.f idea_solar_heating.f idea_tracer.f h2oc.f h2ohdc.f efield.f ideaca.f idea_co2.f idea_h2o.f idea_ion.f idea_o2_o3.f idea_dissipation.f idea_phys.f num_parthds.F nuopc_physics.F90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c wam_f107_kp_mod.f
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c physparam.f
@@ -1460,199 +1600,199 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../../share -r8 -c nuopc_physics.f90
 ar -r libphys.a machine.o wam_f107_kp_mod.o physparam.o physcons.o funcphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o module_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composition.o co2hc.o idea_solar_heating.o idea_tracer.o h2oc.o h2ohdc.o efield.o ideaca.o idea_co2.o idea_h2o.o idea_ion.o idea_o2_o3.o idea_dissipation.o idea_phys.o gocart_tracer_config_stub.o iounitdef.o ozne_def.o h2o_def.o progtm_module.o date_def.o rascnvv2.o mersenne_twister.o namelist_soilveg.o module_bfmicrophysics.o tracer_const_h.o gfs_phy_tracer_config.o rad_initialize.o radlw_param.o radlw_datatb.o radlw_main.o radsw_param.o radsw_datatb.o radsw_main.o radiation_astronomy.o radiation_aerosols.o radiation_gases.o radiation_clouds.o radiation_surface.o grrad.o ozphys_2015.o ozphys.o ozinterp.o h2ointerp.o h2ophys.o sfcsub.o gbphys.o dcyc2.o dcyc2.pre.rad.o set_soilveg.o sfc_drv.o sfc_land.o progt2.o sfc_sice.o sfc_cice.o sfc_ocean.o sfc_nst.o sfc_diff.o sfc_diag.o sflx.o moninshoc.o moninp.o moninp1.o moninq.o moninedmf.o mfpbl.o gwdps.o gwdc.o rayleigh_damp.o rayleigh_damp_mesopause.o sascnv.o sascnvn.o mfdeepcnv.o cnvc90.o tridi2t3.o shalcv.o shalcv_opr.o shalcnv.o mfshalcnv.o lrgsclr.o gscond.o gscondp.o precpd.o precpdp.o precpd_shoc.o mstadb.o mstadbtn.o mstcnv.o get_prs.o gsmddrive.o aer_cloud.o cldmacro.o cldwat2m_micro.o wv_saturation.o num_parthds.o nuopc_physics.o
 ar: creating libphys.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake 
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_CLOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_TYPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PARALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 module_GET_CONFIG.F90 module_GET_CONFIG_WRITE.F90 module_GWD.F90 module_H_TO_V.F90 module_INIT_READ_BIN.F90 module_INIT_READ_NEMSIO.F90 module_MICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NMM_GRID_COMP.F90 module_NMM_INTEGRATE.F90 module_NMM_INTERNAL_STATE.F90 module_OUTPUT.F90 module_PARENT_CHILD_CPL_COMP.F90 module_PRECIP_ADJUST.F90 module_RADIATION.F90 module_RELAX4E.F90 module_REDUCTION.F90 module_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_SOLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 module_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_WRITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_def.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_gfs_mpi_def.f n_mpi_quit.f > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 gmake -C nmmbphys 
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 ls -1 module_KINDS.F90 module_CONSTANTS.F90 module_BL_GFSPBL.F90 module_BL_GFSPBLHUR.F90 module_BL_GFSPBLEDMFHUR.F90 module_BL_MYJPBL.F90 module_CU_BMJ.F90 module_CU_SAS.F90 module_CU_SASHUR.F90 module_CU_SCALE.F90 module_LS_LISS.F90 module_LS_NOAHLSM.F90 module_MP_ETANEW.F90 module_MP_FER_HIRES.F90 module_mp_thompson.F90 module_mp_radar.F90 module_MP_GFS.F90 module_MP_WSM6.F90 module_RA_GFDL.F90 module_RA_RRTM.F90 module_SF_JSFC.F90 module_SF_GFDL.F90 module_SF_URBAN.F90 grrad_nmmb.f radiation_astronomy_nmmb.f radiation_aerosols_nmmb.f radiation_gases_nmmb.f radiation_clouds_nmmb.f radiation_surface_nmmb.f rad_initialize_nmmb.f radlw_main_nmmb.f radsw_main_nmmb.f precpd_nmmb.f > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_KINDS.F90 > module_KINDS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_KINDS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_KINDS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CONSTANTS.F90 > module_CONSTANTS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CONSTANTS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_CONSTANTS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_BL_GFSPBL.F90 > module_BL_GFSPBL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_BL_GFSPBLHUR.F90 > module_BL_GFSPBLHUR.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLHUR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_BL_GFSPBLEDMFHUR.F90 > module_BL_GFSPBLEDMFHUR.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLEDMFHUR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLEDMFHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_BL_MYJPBL.F90 > module_BL_MYJPBL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_BL_MYJPBL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_BL_MYJPBL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CU_BMJ.F90 > module_CU_BMJ.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_BMJ.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_CU_BMJ.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CU_SAS.F90 > module_CU_SAS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SAS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_CU_SAS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CU_SASHUR.F90 > module_CU_SASHUR.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SASHUR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_CU_SASHUR.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CU_SCALE.F90 > module_CU_SCALE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_CU_SCALE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_CU_SCALE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_LS_LISS.F90 > module_LS_LISS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_LS_LISS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_LS_LISS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_LS_NOAHLSM.F90 > module_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_SF_URBAN.F90 > module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_LS_NOAHLSM.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_SF_URBAN.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_LS_NOAHLSM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MP_ETANEW.F90 > module_MP_ETANEW.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_ETANEW.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_MP_ETANEW.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MP_FER_HIRES.F90 > module_MP_FER_HIRES.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_FER_HIRES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_MP_FER_HIRES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_mp_thompson.F90 > module_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_mp_radar.F90 > module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_mp_thompson.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_mp_radar.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_mp_thompson.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MP_GFS.F90 > module_MP_GFS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_GFS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_MP_GFS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MP_WSM6.F90 > module_MP_WSM6.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_MP_WSM6.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_MP_WSM6.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_RA_GFDL.F90 > module_RA_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_RA_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_RA_GFDL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_RA_RRTM.F90 > module_RA_RRTM.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_astronomy_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_surface_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_gases_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_main_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_aerosols_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_clouds_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_main_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c grrad_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_RA_RRTM.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_astronomy_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_surface_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_gases_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_aerosols_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_clouds_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_main_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c grrad_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_RA_RRTM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_SF_JSFC.F90 > module_SF_JSFC.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_JSFC.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_SF_JSFC.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_SF_GFDL.F90 > module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rad_initialize_nmmb.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_SF_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rad_initialize_nmmb.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd_nmmb.f
 ar -r libnmmbphys.a module_KINDS.o module_CONSTANTS.o module_BL_GFSPBL.o module_BL_GFSPBLHUR.o module_BL_GFSPBLEDMFHUR.o module_BL_MYJPBL.o module_CU_BMJ.o module_CU_SAS.o module_CU_SASHUR.o module_CU_SCALE.o module_LS_LISS.o module_LS_NOAHLSM.o module_MP_ETANEW.o module_MP_FER_HIRES.o module_mp_thompson.o module_mp_radar.o module_MP_GFS.o module_MP_WSM6.o module_RA_GFDL.o module_RA_RRTM.o module_SF_JSFC.o module_SF_GFDL.o module_SF_URBAN.o grrad_nmmb.o radiation_astronomy_nmmb.o radiation_aerosols_nmmb.o radiation_gases_nmmb.o radiation_clouds_nmmb.o radiation_surface_nmmb.o rad_initialize_nmmb.o radlw_main_nmmb.o radsw_main_nmmb.o precpd_nmmb.o
 ar: creating libnmmbphys.a
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 gmake libnmm.a 
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ffsync.F90 > ffsync.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c ffsync.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c ffsync.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ERROR_MSG.F90 > module_ERROR_MSG.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_ERROR_MSG.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_ERROR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_BGRID_INTERP.F90 > module_BGRID_INTERP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_BGRID_INTERP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_BGRID_INTERP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CLOCKTIMES.F90 > module_CLOCKTIMES.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CLOCKTIMES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CLOCKTIMES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CONTROL.F90 > module_CONTROL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_EXCHANGE.F90 > module_EXCHANGE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MY_DOMAIN_SPECS.F90 > module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_EXCHANGE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MY_DOMAIN_SPECS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_EXCHANGE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DERIVED_TYPES.F90 > module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONTROL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DERIVED_TYPES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONTROL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CONVECTION.F90 > module_CONVECTION.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONVECTION.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONVECTION.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DIAGNOSE.F90 > module_DIAGNOSE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_SOLVER_INTERNAL_STATE.F90 > module_SOLVER_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_MICROPHYSICS.F90 > module_MICROPHYSICS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MICROPHYSICS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MICROPHYSICS.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_VARS.F90 > module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIAGNOSE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIAGNOSE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DIGITAL_FILTER_NMM.F90 > module_DIGITAL_FILTER_NMM.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIGITAL_FILTER_NMM.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIGITAL_FILTER_NMM.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DM_PARALLEL.F90 > module_DM_PARALLEL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DM_PARALLEL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DM_PARALLEL.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DOMAIN_GRID_COMP.F90 > module_DOMAIN_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_SOLVER_GRID_COMP.F90 > module_SOLVER_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DYNAMICS_ROUTINES.F90 > module_DYNAMICS_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_FLTBNDS.F90 > module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DYNAMICS_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_FLTBNDS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DYNAMICS_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_TURBULENCE.F90 > module_TURBULENCE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GWD.F90 > module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TURBULENCE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_namelist_physics_def.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GWD.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TURBULENCE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_namelist_physics_def.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INIT_READ_NEMSIO.F90 > module_INIT_READ_NEMSIO.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_NEMSIO.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_NEMSIO.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_TRACKER.F90 > module_TRACKER.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_RELAX4E.F90 > module_RELAX4E.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RELAX4E.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RELAX4E.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_REDUCTION.F90 > module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TRACKER.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_REDUCTION.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TRACKER.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_RADIATION.F90 > module_RADIATION.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RADIATION.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RADIATION.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG.F90 > module_GET_CONFIG.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_QUASIPOST.F90 > module_QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_QUASIPOST.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_layout1.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_QUASIPOST.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_layout1.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_VARS_STATE.F90 > module_VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_resol_def.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_resol_def.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_NESTING.F90 > module_NESTING.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NESTING.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NESTING.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_H_TO_V.F90 > module_H_TO_V.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_H_TO_V.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_H_TO_V.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INIT_READ_BIN.F90 > module_INIT_READ_BIN.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_BIN.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_BIN.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_PRECIP_ADJUST.F90 > module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PRECIP_ADJUST.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_DOMAIN_INTERNAL_STATE.F90 > module_DOMAIN_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_GRID_COMP.F90 > module_WRITE_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_ROUTINES.F90 > module_WRITE_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_INTERNAL_STATE.F90 > module_WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG_WRITE.F90 > module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG_WRITE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_OUTPUT.F90 > module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_OUTPUT.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_NMM_GRID_COMP.F90 > module_NMM_GRID_COMP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_NMM_INTEGRATE.F90 > module_NMM_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_TIMESERIES.F90 > module_TIMESERIES.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TIMESERIES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TIMESERIES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_PARENT_CHILD_CPL_COMP.F90 > module_PARENT_CHILD_CPL_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PARENT_CHILD_CPL_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTEGRATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PARENT_CHILD_CPL_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_NMM_INTERNAL_STATE.F90 > module_NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_module_gfs_mpi_def.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_def.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_compns_physics.f
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_quit.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_module_gfs_mpi_def.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_def.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_compns_physics.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -fixed -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_quit.f
 ar -r libnmm.a ffsync.o module_ERROR_MSG.o module_BGRID_INTERP.o module_CLOCKTIMES.o module_CONTROL.o module_CONVECTION.o module_DERIVED_TYPES.o module_DIAGNOSE.o module_DIGITAL_FILTER_NMM.o module_DM_PARALLEL.o module_DOMAIN_GRID_COMP.o module_DOMAIN_INTERNAL_STATE.o module_DYNAMICS_ROUTINES.o module_EXCHANGE.o module_FLTBNDS.o module_GET_CONFIG.o module_GET_CONFIG_WRITE.o module_GWD.o module_H_TO_V.o module_INIT_READ_BIN.o module_INIT_READ_NEMSIO.o module_MICROPHYSICS.o module_MY_DOMAIN_SPECS.o module_NESTING.o module_NMM_GRID_COMP.o module_NMM_INTEGRATE.o module_NMM_INTERNAL_STATE.o module_OUTPUT.o module_PARENT_CHILD_CPL_COMP.o module_PRECIP_ADJUST.o module_RADIATION.o module_RELAX4E.o module_REDUCTION.o module_QUASIPOST.o module_TRACKER.o module_SOLVER_GRID_COMP.o module_SOLVER_INTERNAL_STATE.o module_TIMESERIES.o module_TURBULENCE.o module_VARS.o module_VARS_STATE.o module_WRITE_GRID_COMP.o module_WRITE_INTERNAL_STATE.o module_WRITE_ROUTINES.o n_namelist_physics_def.o n_layout1.o n_resol_def.o n_compns_physics.o n_mpi_def.o n_module_gfs_mpi_def.o n_mpi_quit.o nmmbphys/grrad_nmmb.o nmmbphys/module_BL_GFSPBLEDMFHUR.o nmmbphys/module_BL_GFSPBLHUR.o nmmbphys/module_BL_GFSPBL.o nmmbphys/module_BL_MYJPBL.o nmmbphys/module_CONSTANTS.o nmmbphys/module_CU_BMJ.o nmmbphys/module_CU_SASHUR.o nmmbphys/module_CU_SAS.o nmmbphys/module_CU_SCALE.o nmmbphys/module_KINDS.o nmmbphys/module_LS_LISS.o nmmbphys/module_LS_NOAHLSM.o nmmbphys/module_MP_ETANEW.o nmmbphys/module_MP_FER_HIRES.o nmmbphys/module_MP_GFS.o nmmbphys/module_mp_radar.o nmmbphys/module_mp_thompson.o nmmbphys/module_MP_WSM6.o nmmbphys/module_RA_GFDL.o nmmbphys/module_RA_RRTM.o nmmbphys/module_SF_GFDL.o nmmbphys/module_SF_JSFC.o nmmbphys/module_SF_URBAN.o nmmbphys/precpd_nmmb.o nmmbphys/radiation_aerosols_nmmb.o nmmbphys/radiation_astronomy_nmmb.o nmmbphys/radiation_clouds_nmmb.o nmmbphys/radiation_gases_nmmb.o nmmbphys/radiation_surface_nmmb.o nmmbphys/rad_initialize_nmmb.o nmmbphys/radlw_main_nmmb.o nmmbphys/radsw_main_nmmb.o
 ar: creating libnmm.a
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 cd atmos/gsm           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 makefile:96: depend: No such file or directory
 ls -1 module_GFS_CORE_SETUP.F90 module_GFS_INTERNAL_STATE.F90 module_GFS_INTEGRATE.F90 module_GFS_GRID_COMP.F90  > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_GRID_COMP_stub.F90 > module_GFS_GRID_COMP_stub.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -c module_GFS_GRID_COMP_stub.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -free -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -c module_GFS_GRID_COMP_stub.f90
 ar -r libgfs.a module_GFS_GRID_COMP_stub.o
 ar: creating libgfs.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTERNAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INTERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -1661,23 +1801,23 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -c module_GEN_GRID_COMP_stub.f90
 ar -r libgen.a module_GEN_INTERNAL_STATE.o module_GEN_GRID_COMP_stub.o 
 ar: creating libgen.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 makefile:54: depend: No such file or directory
 ls -1 fim_internal_state.F90 fim_grid_comp.F90 module_FIM_INTEGRATE.F90 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYSICS_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM fim_grid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -c fim_grid_comp_stub.f90
 ar -r libfimtop.a fim_grid_comp_stub.o
 ar: creating libfimtop.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -1695,8 +1835,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -1717,25 +1857,25 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -I../share -c post_nems_routines_stub.f90
 ar -r libpost.a post_gfs_stub.o post_nmm_stub.o post_nems_routines_stub.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 cd atmos               && gmake 
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
 ar -r libatmos.a module_ATM_INTERNAL_STATE.o module_ATM_GRID_COMP.o
 ar: creating libatmos.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd ENS_Cpl             && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Lib_ESMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM machine.f > machine.f90
@@ -1758,38 +1898,38 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod_STUB.F90 > ENS_CplComp_ESMFMod_STUB.f90
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -c ENS_CplComp_ESMFMod_STUB.f90
 ar -r ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o
 ar: creating ENS_Cpl.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:54:56 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
 rm module_MEDIATOR_methods.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:54:56 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR.F90 > module_MEDIATOR.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
 rm module_MEDIATOR.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:54:56 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
 rm module_MEDIATOR_SpaceWeather.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:54:56 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
 rm module_EARTH_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:54:56 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
 rm module_EARTH_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:54:56 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
 rm module_NEMS_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:54:56 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
 rm module_NEMS_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 09:54:56 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:27:16 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
 rm MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict  -o ../exe/NEMS.x MAIN_NEMS.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  atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a atmos/gen/libgen.a /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a /scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/libnemsio_v2.2.1.a /scratch3/NCEPDEV/nwprod/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /scratch3/NCEPDEV/nwprod/lib/w3emc/v2.0.5/libw3emc_v2.0.5_d.a /scratch3/NCEPDEV/nwprod/lib/bacio/v2.0.1/libbacio_v2.0.1_4.a /scratch3/NCEPDEV/nwprod/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default -L/apps/netcdf/4.3.0-intel/lib -L/apps/intel/impi/5.0.3.048/intel64/lib/release_mt -L/apps/intel/impi/5.0.3.048/intel64/lib -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -Wl,-rpath,/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib -lesmf  -ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf -L/apps/netcdf/4.3.0-intel/lib -lnetcdff -lnetcdf 
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/incmod/nemsio_v2.2.1 -I/apps/netcdf/4.3.0-intel/include -convert big_endian -assume byterecl -fp-model strict  -o ../exe/NEMS.x MAIN_NEMS.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  atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a atmos/gen/libgen.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a /scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.1/libnemsio_v2.2.1.a /scratch3/NCEPDEV/nwprod/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /scratch3/NCEPDEV/nwprod/lib/w3emc/v2.0.5/libw3emc_v2.0.5_d.a /scratch3/NCEPDEV/nwprod/lib/bacio/v2.0.1/libbacio_v2.0.1_4.a /scratch3/NCEPDEV/nwprod/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default -L/apps/netcdf/4.3.0-intel/lib -L/apps/intel/impi/5.0.3.048/intel64/lib/release_mt -L/apps/intel/impi/5.0.3.048/intel64/lib -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -Wl,-rpath,/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib -lesmf  -ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf -L/apps/netcdf/4.3.0-intel/lib -lnetcdff -lnetcdf 
 ../exe/NEMS.x is created for NMM core.
 + set +x
 NOTE: Success!
@@ -1807,7 +1947,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is GSM
 NOTE: Chosen app is GSM
-NOTE: FOUND APP FROM /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/GSM.appBuilder COMPONENTS GSM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/GSM.appBuilder COMPONENTS GSM
 Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
 NOTE: Determine platform...theia
 NOTE: CONFOPT=gsm_intel_theia MAKEOPT=gsm
@@ -1826,8 +1966,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/modules.nems
-NOTE: Loaded /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/conf/modules.nems
 MSGBOX: make gsm   \n\nProceed with <Enter>, exit with <Esc>.
 NOTE:  MATCH: rebuild from rebuild:yes for rebuild
 NOTE: QUESTION rebuild? YES: from rebuild:yes
@@ -1836,31 +1976,31 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 makefile:73: depend: No such file or directory
@@ -1881,25 +2021,25 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 rm -f gfs_libutil.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 module_WRITE_ROUTINES_GFS.F90 module_WRITE_GRID_COMP_GFS.F90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -1943,8 +2083,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -1984,9 +2124,9 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_dynamics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -2032,8 +2172,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -2075,25 +2215,25 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_physics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTERNAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INTERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -2107,42 +2247,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -r8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include \
-		 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/doc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF = /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" >> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/g5_modules /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF = /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -2152,144 +2292,144 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.f90
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 /bin/rm -f O3_ExportSpec___.h O3_GetPointer___.h O3_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 /bin/rm -f CO_ExportSpec___.h CO_GetPointer___.h CO_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 /bin/rm -f CO2_ExportSpec___.h CO2_GetPointer___.h CO2_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 /bin/rm -f CFC_ExportSpec___.h CFC_GetPointer___.h CFC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_DeclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 /bin/rm -f SS_ExportSpec___.h SS_GetPointer___.h SS_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 /bin/rm -f BC_ExportSpec___.h BC_GetPointer___.h BC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 /bin/rm -f OC_ExportSpec___.h OC_GetPointer___.h OC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 /bin/rm -f SU_ExportSpec___.h SU_GetPointer___.h SU_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 /bin/rm -f Rn_ExportSpec___.h Rn_GetPointer___.h Rn_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 /bin/rm -f CH4_ExportSpec___.h CH4_GetPointer___.h CH4_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc 
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]* 
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make gsm
-+ tee /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/appBuilder.NEMS.log.39819
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/appBuilder.NEMS.log.140694
 + pwd
        CHEM_MODE -----------> compile
        PHYS_MODE -----------> compile
-       PHYS_INC----------->/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys
 cd atmos/share         && gmake
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 makefile:42: depend: No such file or directory
 ls -1 module_ERR_MSG.F90 module_INCLUDE.F90 module_CPLFIELDS.F90 check_esmf_pet.F90  > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INCLUDE.F90 > module_INCLUDE.f90
@@ -2300,17 +2440,17 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict  -c check_esmf_pet.f90
 ar -r libshare.a module_ERR_MSG.o module_INCLUDE.o module_CPLFIELDS.o check_esmf_pet.o 
 ar: creating libshare.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
-       CHEM_MODi----before phys-------> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm/gsmphys          && gmake gocart_stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 makefile:189: depend: No such file or directory
 ls -1 machine.f wam_f107_kp_mod.f physparam.f physcons.f funcphys.f cs_conv.f module_nst_parameters.f module_nst_water_prop.f module_nst_model.f gcm_shoc.f calpreciptype.f m_micro_driver.f gocart_tracer_config_stub.f iounitdef.f ozne_def.f h2o_def.f progtm_module.f date_def.f rascnvv2.f mersenne_twister.f namelist_soilveg.f module_bfmicrophysics.f tracer_const_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f radlw_datatb.f radlw_main.f radsw_param.f radsw_datatb.f radsw_main.f radiation_astronomy.f radiation_aerosols.f radiation_gases.f radiation_clouds.f radiation_surface.f grrad.f ozphys_2015.f ozphys.f ozinterp.f h2ointerp.f h2ophys.f sfcsub.f gbphys.f dcyc2.f dcyc2.pre.rad.f set_soilveg.f sfc_drv.f sfc_land.f progt2.f sfc_sice.f sfc_cice.f sfc_ocean.f sfc_nst.f sfc_diff.f sfc_diag.f sflx.f moninshoc.f moninp.f moninp1.f moninq.f moninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_mesopause.f sascnv.f sascnvn.f mfdeepcnv.f cnvc90.f tridi2t3.f shalcv.f shalcv_opr.f shalcnv.f mfshalcnv.f lrgsclr.f gscond.f gscondp.f precpd.f precpdp.f precpd_shoc.f mstadb.f mstadbtn.f mstcnv.f get_prs.f gsmddrive.f aer_cloud.f cldmacro.f cldwat2m_micro.f wv_saturation.f idea_composition.f co2hc.f idea_solar_heating.f idea_tracer.f h2oc.f h2ohdc.f efield.f ideaca.f idea_co2.f idea_h2o.f idea_ion.f idea_o2_o3.f idea_dissipation.f idea_phys.f num_parthds.F nuopc_physics.F90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c wam_f107_kp_mod.f
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c physparam.f
@@ -2421,22 +2561,22 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -r8 -c nuopc_physics.f90
 ar -r libphys.a machine.o wam_f107_kp_mod.o physparam.o physcons.o funcphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o module_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composition.o co2hc.o idea_solar_heating.o idea_tracer.o h2oc.o h2ohdc.o efield.o ideaca.o idea_co2.o idea_h2o.o idea_ion.o idea_o2_o3.o idea_dissipation.o idea_phys.o gocart_tracer_config_stub.o iounitdef.o ozne_def.o h2o_def.o progtm_module.o date_def.o rascnvv2.o mersenne_twister.o namelist_soilveg.o module_bfmicrophysics.o tracer_const_h.o gfs_phy_tracer_config.o rad_initialize.o radlw_param.o radlw_datatb.o radlw_main.o radsw_param.o radsw_datatb.o radsw_main.o radiation_astronomy.o radiation_aerosols.o radiation_gases.o radiation_clouds.o radiation_surface.o grrad.o ozphys_2015.o ozphys.o ozinterp.o h2ointerp.o h2ophys.o sfcsub.o gbphys.o dcyc2.o dcyc2.pre.rad.o set_soilveg.o sfc_drv.o sfc_land.o progt2.o sfc_sice.o sfc_cice.o sfc_ocean.o sfc_nst.o sfc_diff.o sfc_diag.o sflx.o moninshoc.o moninp.o moninp1.o moninq.o moninedmf.o mfpbl.o gwdps.o gwdc.o rayleigh_damp.o rayleigh_damp_mesopause.o sascnv.o sascnvn.o mfdeepcnv.o cnvc90.o tridi2t3.o shalcv.o shalcv_opr.o shalcnv.o mfshalcnv.o lrgsclr.o gscond.o gscondp.o precpd.o precpdp.o precpd_shoc.o mstadb.o mstadbtn.o mstcnv.o get_prs.o gsmddrive.o aer_cloud.o cldmacro.o cldwat2m_micro.o wv_saturation.o num_parthds.o nuopc_physics.o
 ar: creating libphys.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_CLOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_TYPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PARALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 module_GET_CONFIG.F90 module_GET_CONFIG_WRITE.F90 module_GWD.F90 module_H_TO_V.F90 module_INIT_READ_BIN.F90 module_INIT_READ_NEMSIO.F90 module_MICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NMM_GRID_COMP.F90 module_NMM_INTEGRATE.F90 module_NMM_INTERNAL_STATE.F90 module_OUTPUT.F90 module_PARENT_CHILD_CPL_COMP.F90 module_PRECIP_ADJUST.F90 module_RADIATION.F90 module_RELAX4E.F90 module_REDUCTION.F90 module_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_SOLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 module_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_WRITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_def.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_gfs_mpi_def.f n_mpi_quit.f > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_NMM_GRID_COMP_stub.F90 > module_NMM_GRID_COMP_stub.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP_stub.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP_stub.f90
 ar -r libnmm.a module_NMM_GRID_COMP_stub.o
 ar: creating libnmm.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTERNAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INTERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -2445,20 +2585,20 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -I../share -c module_GEN_GRID_COMP_stub.f90
 ar -r libgen.a module_GEN_INTERNAL_STATE.o module_GEN_GRID_COMP_stub.o 
 ar: creating libgen.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
-echo "       CHEM_MODi----------->ediri" /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
-       CHEM_MODi----------->ediri /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm           && gmake gocart_stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 makefile:96: depend: No such file or directory
 ls -1 module_GFS_CORE_SETUP.F90 module_GFS_INTERNAL_STATE.F90 module_GFS_INTEGRATE.F90 module_GFS_GRID_COMP.F90  > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd libutil && gmake gocart_stub && cd ..
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 makefile:73: depend: No such file or directory
@@ -2479,8 +2619,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -c atmos_phy_chem_cpl_comp_mod_stub.f90
@@ -2498,17 +2638,17 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -c module_TIMERS.f90
 ar -r gfs_libutil.a atmos_phy_chem_cpl_comp_mod_stub.o atmos_chem_phy_cpl_comp_mod_stub.o module_gfs_machine.o module_include_gfs.o module_gfs_physcons.o module_gfs_funcphys.o module_gfs_tropp.o module_DM_PARALLEL_GFS.o module_digital_filter_gfs.o module_export_import_data.o gfs_dyn_phy_cpl_comp_mod.o module_gfs_mpi_def.o module_TIMERS.o 
 ar: creating gfs_libutil.a
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 cd io && gmake  && cd ..
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 module_WRITE_ROUTINES_GFS.F90 module_WRITE_GRID_COMP_GFS.F90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_include_io.F90 > module_include_io.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -I../libutil  -c module_include_io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_io_mpi_def.F90 > module_io_mpi_def.f90
@@ -2525,10 +2665,10 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -I../libutil  -c module_GFS_WRITE.f90
 ar -r libio.a module_include_io.o module_io_mpi_def.o module_GFS_WRITE.o module_WRITE_INTERNAL_STATE_GFS.o module_GET_CONFIG_WRITE_GFS.o module_WRITE_ROUTINES_GFS.o module_WRITE_GRID_COMP_GFS.o
 ar: creating libio.a
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 cd dyn && gmake && cd ..
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2572,8 +2712,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2612,7 +2752,7 @@
 makefile:264: warning: ignoring old commands for target `gfs_dynamics_grid_comp_mod.o'
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -2653,192 +2793,192 @@
 makefile:292: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM bfilt_def.f > bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_machine.f > gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c bfilt_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_resol_def.f > gfs_dyn_resol_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_gg_def.f > gfs_dyn_gg_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_vert_def.f > gfs_dyn_vert_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_io_header.f > gfs_dyn_io_header.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_date_def.f > gfs_dyn_date_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM slgshr.f > slgshr.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c slgshr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c slgshr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pmgrid.f > pmgrid.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c pmgrid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c pmgrid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM layout_grid_tracers.f > layout_grid_tracers.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_grid_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_grid_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM layout_lag.f > layout_lag.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_layout1.f > gfs_dyn_layout1.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM namelist_dynamics_def.f > namelist_dynamics_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c namelist_dynamics_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c namelist_dynamics_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_coordinate_def.f > gfs_dyn_coordinate_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_lon_lat_para.f > gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_physcons.f > gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_tracer_const.f > gfs_dyn_tracer_const.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_tracer_config.f > gfs_dyn_tracer_config.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_reduce_lons_grid_module.f > gfs_dyn_reduce_lons_grid_module.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_matrix_sig_def.f > gfs_dyn_matrix_sig_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_mpi_def.f > gfs_dyn_mpi_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_deldifs_def.f > gfs_dyn_deldifs_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_bfilt_def.f > gfs_dyn_bfilt_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_glats.f > gfs_dyn_glats.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_glats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_glats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_dfi_mod.f > gfs_dyn_dfi_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM nemsio_def.f > nemsio_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c nemsio_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c nemsio_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM wrtout_dynamics.f > wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM do_dynamics_mod.f > do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM wrtout_dynamics_slg_nemsio.f > wrtout_dynamics_slg_nemsio.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_hyb_gc_h_w_z.f > gfidi_hyb_gc_h_w_z.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_w_z.f > get_w_z.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_w_z.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM deldifs_def.f > deldifs_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM dyn_gocart_tracer_config_stub.f > dyn_gocart_tracer_config_stub.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c dyn_gocart_tracer_config_stub.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c dyn_gocart_tracer_config_stub.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM num_parthds.f > num_parthds.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c num_parthds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c num_parthds.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_err_msg_mod.f > gfs_dynamics_err_msg_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_namelist_mod.f > gfs_dynamics_namelist_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_start_time_get_mod.f > gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sigio_module.f > sigio_module.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -free -c sigio_module.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sigio_r_module.f > sigio_r_module.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -free -c sigio_r_module.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_internal_state_mod.f > gfs_dynamics_internal_state_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_grid_create_mod.f > gfs_dynamics_grid_create_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_output.f > gfs_dynamics_output.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_output.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_output.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_getcf_mod.f > gfs_dynamics_getcf_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM GFS_AddParameterToStateMod.f > GFS_AddParameterToStateMod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_initialize_mod.f > gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_stoch_data_mod.f > gfs_dyn_stoch_data_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_patterngenerator.f > gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_initialize_slg_mod.f > gfs_dynamics_initialize_slg_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_run_mod.f > gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_get_pattern_mod.f > gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_finalize_mod.f > gfs_dynamics_finalize_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_add_get_state_ESMFField_mod.f > gfs_dynamics_add_get_state_ESMFField_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_states_mod.f > gfs_dynamics_states_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM mpi_GV.f > mpi_GV.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_GV.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_GV.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_grid_comp_mod.f > gfs_dynamics_grid_comp_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_cd_hyb.f > get_cd_hyb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_am_bm_hyb.f > get_am_bm_hyb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_cd_hyb_gc.f > get_cd_hyb_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_cd_hyb_gcdp.f > get_cd_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_am_bm_hyb_gc.f > get_am_bm_hyb_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_am_bm_hyb_gcdp.f > get_am_bm_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sltini_all.f > sltini_all.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sltini_all.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sltini_all.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM set_halos_lag_sn.f > set_halos_lag_sn.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c set_halos_lag_sn.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c set_halos_lag_sn.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM setlats.f > setlats.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM setlats_slg.f > setlats_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM getysk.f > getysk.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM getysk_gc.f > getysk_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM redist_lats_a.f > redist_lats_a.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c redist_lats_a.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c redist_lats_a.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ifshuff.f > ifshuff.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ifshuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ifshuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM shuffle_grid.f > shuffle_grid.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c shuffle_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c shuffle_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_collect.f > grid_collect.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_collect_ipe.f > grid_collect_ipe.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect_ipe.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect_ipe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM excha.f > excha.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c excha.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c excha.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM info.f > info.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c info.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c info.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM four2grid_thread.f > four2grid_thread.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c four2grid_thread.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c four2grid_thread.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM hpmdummy.f > hpmdummy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM coundummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c coundummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM damp_speed.f > damp_speed.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM damp_speed_noq.f > damp_speed_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM deldifs.f > deldifs.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM deldifs_noq.f > deldifs_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM idea_deldifs_init.f > idea_deldifs_init.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_init.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_init.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM idea_deldifs.f > idea_deldifs.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM idea_deldifs_noq.f > idea_deldifs_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM idea_getcoef.f > idea_getcoef.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_getcoef.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_getcoef.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM input_fields.f > input_fields.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM input_fields_slg.f > input_fields_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM input_fields_rst.f > input_fields_rst.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM delnpe.f > delnpe.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpe.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM delnpo.f > delnpo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM dezouv.f > dezouv.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c dezouv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c dezouv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM impadj_sig.locl.f > impadj_sig.locl.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_sig.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_sig.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM impadj_hyb.locl.f > impadj_hyb.locl.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM impadj_hyb.locl_gc.f > impadj_hyb.locl_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
 impadj_hyb.locl_gc.f90(20): remark #7713: This statement function has not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -2846,15 +2986,15 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM impadj_hyb.locl_gcdp.f > impadj_hyb.locl_gcdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM impadj_slg.locl.f > impadj_slg.locl.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_slg.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_slg.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM dozeuv.f > dozeuv.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c dozeuv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c dozeuv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM epslon.f > epslon.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c epslon.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c epslon.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filtereo.f > filtereo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo.f90
 filtereo.f90(64): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2862,7 +3002,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filter1eo.f > filter1eo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo.f90
 filter1eo.f90(63): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2870,7 +3010,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filter2eo.f > filter2eo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo.f90
 filter2eo.f90(63): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2878,7 +3018,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filtereo_noq.f > filtereo_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo_noq.f90
 filtereo_noq.f90(61): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2886,7 +3026,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filter1eo_noq.f > filter1eo_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo_noq.f90
 filter1eo_noq.f90(58): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2894,7 +3034,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filter2eo_noq.f > filter2eo_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo_noq.f90
 filter2eo_noq.f90(59): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -2902,43 +3042,43 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM setlats_lag.f > setlats_lag.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_ls_node.f > get_ls_node.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_ls_node.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_ls_node.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_lats_node_shuff_a_fix.f > get_lats_node_shuff_a_fix.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM getcon_lag.f > getcon_lag.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM getcon_dynamics.f > getcon_dynamics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_tracers.f > gfidi_tracers.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_speed.f > gfidi_speed.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_speed.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_sig.f > gfidi_sig.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_hyb.f > gfidi_hyb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_hyb_gc.f > gfidi_hyb_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_hyb_gc_h.f > gfidi_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_hyb_gchdp.f > gfidi_hyb_gchdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_gchdp_noadv_noq.f > gfidi_gchdp_noadv_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ndslfv_pack.f > ndslfv_pack.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_pack.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_pack.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ndslfv_para.f > ndslfv_para.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ndslfv_monoadvh2.f > ndslfv_monoadvh2.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ndslfv_monoadvh.f > ndslfv_monoadvh.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ndslfv_monoadvv.f > ndslfv_monoadvv.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_to_spect.f > grid_to_spect.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect.f90
 grid_to_spect.f90(57): remark #7713: This statement function has not been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -2946,7 +3086,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_to_spect_slg.f > grid_to_spect_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_slg.f90
 grid_to_spect_slg.f90(49): remark #7713: This statement function has not been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ---------------^
@@ -2954,7 +3094,7 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_to_spect_rqt.f > grid_to_spect_rqt.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
 grid_to_spect_rqt.f90(56): remark #7713: This statement function has not been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -2962,35 +3102,35 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gridzz_to_spect.f > gridzz_to_spect.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gridzz_to_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gridzz_to_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_grid.f > spect_to_grid.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_grid_slg.f > spect_to_grid_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_grid_gz.f > spect_to_grid_gz.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_gz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_gz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_grid_rqt.f > spect_to_grid_rqt.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_gridxy.f > spect_to_gridxy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_gridxy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spectpz_to_gridxy.f > spectpz_to_gridxy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM compns_dynamics.f > compns_dynamics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c compns_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c compns_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gozrineo.f > gozrineo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gozrineo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gozrineo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pln2eo.f > pln2eo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c pln2eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c pln2eo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM rms_spect.f > rms_spect.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c rms_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c rms_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM lats_shuff.f > lats_shuff.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c lats_shuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM uvoedz.f > uvoedz.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c uvoedz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c uvoedz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM mpi_quit.f > mpi_quit.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_quit.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sicdif_sig.f > sicdif_sig.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_sig.f90
 sicdif_sig.f90(25): remark #7713: This statement function has not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -2998,7 +3138,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sicdif_hyb.f > sicdif_hyb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb.f90
 sicdif_hyb.f90(26): remark #7713: This statement function has not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -3006,7 +3146,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sicdif_hyb_gc.f > sicdif_hyb_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
 sicdif_hyb_gc.f90(26): remark #7713: This statement function has not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -3014,7 +3154,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sicdif_hyb_gcdp.f > sicdif_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
 sicdif_hyb_gcdp.f90(33): remark #7713: This statement function has not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -3022,83 +3162,83 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM common_to_model_vars.f > common_to_model_vars.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c common_to_model_vars.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c common_to_model_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM getpwatptot.f > getpwatptot.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c getpwatptot.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c getpwatptot.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sig2press.f > sig2press.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sig2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sig2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM hyb2press.f > hyb2press.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c hyb2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c hyb2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gch2press.f > gch2press.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gch2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gch2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM omega_sig.f > omega_sig.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM omega_hyb.f > omega_hyb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM omega_gch.f > omega_gch.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gch.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gch.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM omega_gcdp.f > omega_gcdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM slgscan_all_redgg.f > slgscan_all_redgg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c slgscan_all_redgg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c slgscan_all_redgg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_cd_hyb_slg.f > get_cd_hyb_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dficoll_dynamics.f > gfs_dficoll_dynamics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dficoll_dynamics_slg.f > gfs_dficoll_dynamics_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sicdif_hyb_slg.f > sicdif_hyb_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM deldifs_tracers.f > deldifs_tracers.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gloopa_tracers.f > gloopa_tracers.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gloopa_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gloopa_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM do_dynamics_slg_loop.f > do_dynamics_slg_loop.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM do_dynamics_one_loop.f > do_dynamics_one_loop.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
 do_dynamics_one_loop.f90(130): remark #7713: This statement function has not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM do_dynamics_two_loop.f > do_dynamics_two_loop.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
 do_dynamics_two_loop.f90(154): remark #7713: This statement function has not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM model_to_common_vars.f > model_to_common_vars.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c model_to_common_vars.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c model_to_common_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gather_times.f > gather_times.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gather_times.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gather_times.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM four_to_grid.f > four_to_grid.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c four_to_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c four_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM four2fln_gg.f > four2fln_gg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM four2fln.f > four2fln.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sortrx.f > sortrx.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sortrx.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sumder2_slg_gg.f > sumder2_slg_gg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2_slg_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sumfln_slg_gg.f > sumfln_slg_gg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln_slg_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sumfln.f > sumfln.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sumder2.f > sumder2.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM triseori.f > triseori.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c triseori.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c triseori.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM triseof.f > triseof.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c triseof.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c triseof.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM uveodz.f > uveodz.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c uveodz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c uveodz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM matinv.f > matinv.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c matinv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c matinv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ver_sig.f > ver_sig.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ver_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ver_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sig_io.f > sig_io.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sig_io.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sig_io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_topo_grid_grad.f > get_topo_grid_grad.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_topo_grid_grad.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_topo_grid_grad.f90
 get_topo_grid_grad.f90(63): remark #7713: This statement function has not been used.   [INDLSEV]
      &,       indlsev,jbasev,indev,indev1,indev2
 --------------^
@@ -3106,29 +3246,29 @@
      &,       indlsod,jbasod,indod,indod1,indod2
 --------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ysminv.f > ysminv.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ysminv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ysminv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_fix.f > grid_fix.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treadeo.io.f > treadeo.io.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treadeo.io_slg.f > treadeo.io_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treadeo_nemsio.f > treadeo_nemsio.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treadeo_nemsio_slg.f > treadeo_nemsio_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treadg_nemsio.f > treadg_nemsio.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treadg_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treadg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treads_nemsio.f > treads_nemsio.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treads_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treads_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM twrites_rst.f > twrites_rst.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM twrites_hst.f > twrites_hst.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_hst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_hst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM twriteg_rst.f > twriteg_rst.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c twriteg_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c twriteg_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_to_spect_inp.f > grid_to_spect_inp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp.f90
 grid_to_spect_inp.f90(83): remark #7713: This statement function has not been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -3136,7 +3276,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_to_spect_inp_slg.f > grid_to_spect_inp_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
 grid_to_spect_inp_slg.f90(85): remark #7713: This statement function has not been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ---------------^
@@ -3144,15 +3284,15 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM setsig.f > setsig.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c setsig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c setsig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_grid_inp.f > spect_to_grid_inp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_inp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_inp.f90
 ar -r gfs_dynamics.a bfilt_def.o gfs_dyn_machine.o gfs_dyn_resol_def.o gfs_dyn_gg_def.o gfs_dyn_vert_def.o gfs_dyn_io_header.o gfs_dyn_date_def.o slgshr.o pmgrid.o layout_grid_tracers.o layout_lag.o gfs_dyn_layout1.o namelist_dynamics_def.o gfs_dyn_coordinate_def.o gfs_dyn_lon_lat_para.o gfs_dyn_tracer_const.o gfs_dyn_tracer_config.o gfs_dyn_reduce_lons_grid_module.o gfs_dyn_matrix_sig_def.o gfs_dyn_mpi_def.o gfs_dyn_deldifs_def.o gfs_dyn_bfilt_def.o gfs_dyn_glats.o gfs_dyn_dfi_mod.o nemsio_def.o wrtout_dynamics.o wrtout_dynamics_slg_nemsio.o gfidi_hyb_gc_h_w_z.o get_w_z.o deldifs_def.o dyn_gocart_tracer_config_stub.o num_parthds.o gfs_dynamics_err_msg_mod.o gfs_dynamics_namelist_mod.o gfs_dynamics_start_time_get_mod.o gfs_dynamics_internal_state_mod.o gfs_dynamics_grid_create_mod.o gfs_dynamics_output.o gfs_dynamics_getcf_mod.o GFS_AddParameterToStateMod.o gfs_dynamics_initialize_mod.o gfs_dynamics_initialize_slg_mod.o gfs_dynamics_run_mod.o gfs_dynamics_finalize_mod.o gfs_dynamics_add_get_state_ESMFField_mod.o gfs_dynamics_states_mod.o gfs_dyn_physcons.o mpi_GV.o gfs_dynamics_grid_comp_mod.o get_cd_hyb.o get_am_bm_hyb.o get_cd_hyb_gc.o get_cd_hyb_gcdp.o get_am_bm_hyb_gc.o get_am_bm_hyb_gcdp.o sltini_all.o set_halos_lag_sn.o setlats.o setlats_slg.o getysk.o getysk_gc.o redist_lats_a.o ifshuff.o shuffle_grid.o grid_collect.o grid_collect_ipe.o excha.o info.o four2grid_thread.o hpmdummy.o coundummy.o damp_speed.o damp_speed_noq.o deldifs.o deldifs_noq.o idea_deldifs_init.o idea_deldifs.o idea_deldifs_noq.o idea_getcoef.o input_fields.o input_fields_slg.o input_fields_rst.o delnpe.o delnpo.o dezouv.o impadj_sig.locl.o impadj_hyb.locl.o impadj_hyb.locl_gc.o impadj_hyb.locl_gcdp.o impadj_slg.locl.o dozeuv.o epslon.o filtereo.o filter1eo.o filter2eo.o filtereo_noq.o filter1eo_noq.o filter2eo_noq.o setlats_lag.o get_ls_node.o get_lats_node_shuff_a_fix.o getcon_lag.o getcon_dynamics.o gfidi_tracers.o gfidi_speed.o gfidi_sig.o gfidi_hyb.o gfidi_hyb_gc.o gfidi_hyb_gc_h.o gfidi_hyb_gchdp.o gfidi_gchdp_noadv_noq.o ndslfv_pack.o ndslfv_para.o ndslfv_monoadvh2.o ndslfv_monoadvh.o ndslfv_monoadvv.o grid_to_spect.o grid_to_spect_slg.o grid_to_spect_rqt.o gridzz_to_spect.o spect_to_grid.o spect_to_grid_slg.o spect_to_grid_gz.o spect_to_grid_rqt.o spect_to_gridxy.o spectpz_to_gridxy.o compns_dynamics.o gozrineo.o pln2eo.o rms_spect.o lats_shuff.o uvoedz.o mpi_quit.o sicdif_sig.o sicdif_hyb.o sicdif_hyb_gc.o sicdif_hyb_gcdp.o common_to_model_vars.o getpwatptot.o sig2press.o hyb2press.o gch2press.o omega_sig.o omega_hyb.o omega_gch.o omega_gcdp.o slgscan_all_redgg.o do_dynamics_mod.o get_cd_hyb_slg.o gfs_dficoll_dynamics.o gfs_dficoll_dynamics_slg.o sicdif_hyb_slg.o deldifs_tracers.o gloopa_tracers.o do_dynamics_slg_loop.o do_dynamics_one_loop.o do_dynamics_two_loop.o model_to_common_vars.o gather_times.o four_to_grid.o four2fln_gg.o four2fln.o sortrx.o sumder2_slg_gg.o sumfln_slg_gg.o sumfln.o sumder2.o triseori.o triseof.o uveodz.o matinv.o ver_sig.o sig_io.o get_topo_grid_grad.o ysminv.o grid_fix.o sigio_module.o sigio_r_module.o treadeo.io.o treadeo.io_slg.o treadeo_nemsio.o treadeo_nemsio_slg.o treadg_nemsio.o treads_nemsio.o twrites_rst.o twrites_hst.o twriteg_rst.o grid_to_spect_inp.o grid_to_spect_inp_slg.o setsig.o spect_to_grid_inp.o gfs_dyn_stoch_data_mod.o gfs_get_pattern_mod.o gfs_dyn_patterngenerator.o
 ar: creating gfs_dynamics.a
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake && cd ..
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -3198,8 +3338,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -3240,8 +3380,8 @@
 makefile:114: warning: ignoring old commands for target `gfs_physics_err_msg_mod.o'
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
-       CHEM_MODi------from GFS/phys-----> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+       CHEM_MODi------from GFS/phys-----> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -3283,86 +3423,86 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional resol_def.f > resol_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c resol_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c resol_def.f90
 /lib/cpp -P -traditional layout1.f > layout1.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c layout1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c layout1.f90
 /lib/cpp -P -traditional vert_def.f > vert_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c vert_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c vert_def.f90
 /lib/cpp -P -traditional gg_def.f > gg_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gg_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gg_def.f90
 /lib/cpp -P -traditional namelist_physics_def.f > namelist_physics_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_def.f90
 /lib/cpp -P -traditional coordinate_def.f > coordinate_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coordinate_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coordinate_def.f90
 /lib/cpp -P -traditional reduce_lons_grid_module.f > reduce_lons_grid_module.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_module.f90
 /lib/cpp -P -traditional mpi_def.f > mpi_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_def.f90
 /lib/cpp -P -traditional d3d_def.f > d3d_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sfcio_module.f > sfcio_module.f90
 /lib/cpp -P -traditional sfcio_module.f > sfcio_module.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -c sfcio_module.f90
 /lib/cpp -P -traditional mod_state.f > mod_state.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mod_state.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mod_state.f90
 /lib/cpp -P -traditional nstio_module.f > nstio_module.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c nstio_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c nstio_module.f90
 /lib/cpp -P -traditional gfs_physics_err_msg_mod.f > gfs_physics_err_msg_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c gfs_physics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c gfs_physics_err_msg_mod.f90
 /lib/cpp -P -traditional gfs_physics_sfc_flx_mod.f >gfs_physics_sfc_flx_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
 /lib/cpp -P -traditional gfs_physics_nst_var_mod.f >gfs_physics_nst_var_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_sfc_flx_set_mod.f >gfs_physics_sfc_flx_set_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_set_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_set_mod.f90
 /lib/cpp -P -traditional gfs_physics_gridgr_mod.f >gfs_physics_gridgr_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
 /lib/cpp -P -traditional gfs_physics_g2d_mod.f >gfs_physics_g2d_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
 /lib/cpp -P -traditional gfs_physics_g3d_mod.f >gfs_physics_g3d_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
 /lib/cpp -P -traditional gfs_physics_aoi_var_mod.f >gfs_physics_aoi_var_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_namelist_mod.f >gfs_physics_namelist_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_namelist_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_namelist_mod.f90
 /lib/cpp -P -traditional gfs_physics_start_time_get_mod.f >gfs_physics_start_time_get_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_start_time_get_mod.f90
 /lib/cpp -P -traditional gfs_physics_internal_state_mod.f >gfs_physics_internal_state_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
 /lib/cpp -P -traditional gfs_physics_grid_create_mod.f >gfs_physics_grid_create_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_create_mod.f90
 /lib/cpp -P -traditional gfs_physics_output.f >gfs_physics_output.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_output.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_output.f90
 /lib/cpp -P -traditional gfs_physics_getcf_mod.f >gfs_physics_getcf_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
 /lib/cpp -P -traditional gfs_physics_initialize_mod.f >gfs_physics_initialize_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
 /lib/cpp -P -traditional gfs_physics_run_mod.f >gfs_physics_run_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
 /lib/cpp -P -traditional gfs_physics_finalize_mod.f >gfs_physics_finalize_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
 /lib/cpp -P -traditional gfs_physics_add_get_state_ESMFField_mod.f >gfs_physics_add_get_state_ESMFField_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFField_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFField_mod.f90
 /lib/cpp -P -traditional gfs_phy_states_mod.f >gfs_phy_states_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_phy_states_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_phy_states_mod.f90
 /lib/cpp -P -traditional gfs_physics_grid_comp_mod.f >gfs_physics_grid_comp_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
 /lib/cpp -P -traditional glats_physics.f > glats_physics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gcycle.f > gcycle.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gcycle.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gcycle.f90
 /lib/cpp -P -traditional do_physics_one_step.f > do_physics_one_step.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c do_physics_one_step.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c do_physics_one_step.f90
 /lib/cpp -P -traditional get_lats_node_shuff_r_fix.f > get_lats_node_shuff_r_fix.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c get_lats_node_shuff_r_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c get_lats_node_shuff_r_fix.f90
 /lib/cpp -P -traditional setlats.f > setlats.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats.f90
 /lib/cpp -P -traditional setlats_r_slg.f > setlats_r_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats_r_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats_r_slg.f90
 /lib/cpp -P -traditional lats_shuff.f > lats_shuff.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lats_shuff.f90
 /lib/cpp -P -traditional getcon_physics.f > getcon_physics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c getcon_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c getcon_physics.f90
 getcon_physics.f90(42): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev,indlsod,jbasod
 ---------------------------^
@@ -3370,84 +3510,84 @@
       integer              indlsev,jbasev,indlsod,jbasod
 ------------------------------------------^
 /lib/cpp -P -traditional lon_lat_para.f > lon_lat_para.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lon_lat_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lon_lat_para.f90
 /lib/cpp -P -traditional compns_physics.f > compns_physics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c compns_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c compns_physics.f90
 /lib/cpp -P -traditional info.f > info.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
 /lib/cpp -P -traditional coundummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
 /lib/cpp -P -traditional sortrx.f > sortrx.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c sortrx.f90
 /lib/cpp -P -traditional mpi_quit.f > mpi_quit.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_quit.f90
 /lib/cpp -P -traditional dfi_fixwr.f > dfi_fixwr.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dfi_fixwr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dfi_fixwr.f90
 /lib/cpp -P -traditional hpmdummy.f > hpmdummy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gloopr.f > gloopr.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gloopb.f > gloopb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gbphys_adv_hyb_gc.f > gbphys_adv_hyb_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gbphys_adv_hyb_gc_h.f > gbphys_adv_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc_h.f90
 /lib/cpp -P -traditional fix_fields.f > fix_fields.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM read_fix.f > read_fix.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c read_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c read_fix.f90
 /lib/cpp -P -traditional GFS_simple_scatter.f > GFS_simple_scatter.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM wrtout_physics.f > wrtout_physics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM fld_collect.f > fld_collect.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM fld_collect_nst.f > fld_collect_nst.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gribit_gsm.f > gribit_gsm.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM aoicpl_prep.f > aoicpl_prep.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM para_fixio_w.f > para_fixio_w.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM para_nst_w.f > para_nst_w.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_nst_w.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_nst_w.f90
 ar -r gfs_physics.a resol_def.o layout1.o vert_def.o gg_def.o namelist_physics_def.o coordinate_def.o reduce_lons_grid_module.o mpi_def.o d3d_def.o sfcio_module.o mod_state.o nstio_module.o gfs_physics_err_msg_mod.o gfs_physics_sfc_flx_mod.o gfs_physics_nst_var_mod.o gfs_physics_sfc_flx_set_mod.o gfs_physics_gridgr_mod.o gfs_physics_g2d_mod.o gfs_physics_g3d_mod.o gfs_physics_aoi_var_mod.o gfs_physics_namelist_mod.o gfs_physics_start_time_get_mod.o gfs_physics_internal_state_mod.o gfs_physics_grid_create_mod.o gfs_physics_output.o gfs_physics_getcf_mod.o gfs_physics_initialize_mod.o gfs_physics_run_mod.o gfs_physics_finalize_mod.o gfs_physics_add_get_state_ESMFField_mod.o gfs_phy_states_mod.o gfs_physics_grid_comp_mod.o glats_physics.o gcycle.o do_physics_one_step.o get_lats_node_shuff_r_fix.o setlats.o setlats_r_slg.o lats_shuff.o getcon_physics.o lon_lat_para.o compns_physics.o info.o coundummy.o sortrx.o mpi_quit.o dfi_fixwr.o hpmdummy.o gloopr.o gloopb.o gbphys_adv_hyb_gc.o gbphys_adv_hyb_gc_h.o fix_fields.o read_fix.o GFS_simple_scatter.o wrtout_physics.o fld_collect.o fld_collect_nst.o gribit_gsm.o wrt3d_hyb.o wrt3d.o aoicpl_prep.o para_fixio_w.o para_nst_w.o
 ar: creating gfs_physics.a
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GOCART_ROUTINES_stub.F90 > module_GOCART_ROUTINES_stub.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GOCART_ROUTINES_stub.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GOCART_ROUTINES_stub.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_CORE_SETUP.F90 > module_GFS_CORE_SETUP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_INTERNAL_STATE.F90 > module_GFS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_INTEGRATE.F90 > module_GFS_INTEGRATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_GRID_COMP.F90 > module_GFS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_GRID_COMP.f90
 ar -r libgfs.a  module_GOCART_ROUTINES_stub.o module_GFS_CORE_SETUP.o module_GFS_INTERNAL_STATE.o module_GFS_INTEGRATE.o module_GFS_GRID_COMP.o
 ar: creating libgfs.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 makefile:54: depend: No such file or directory
 ls -1 fim_internal_state.F90 fim_grid_comp.F90 module_FIM_INTEGRATE.F90 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYSICS_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM fim_grid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -I../share -c fim_grid_comp_stub.f90
 ar -r libfimtop.a fim_grid_comp_stub.o
 ar: creating libfimtop.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -3465,8 +3605,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -3487,25 +3627,25 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -I../share -c post_nems_routines_stub.f90
 ar -r libpost.a post_gfs_stub.o post_nmm_stub.o post_nems_routines_stub.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 cd atmos               && gmake
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
 ar -r libatmos.a module_ATM_INTERNAL_STATE.o module_ATM_GRID_COMP.o
 ar: creating libatmos.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd ENS_Cpl             && gmake
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Lib_ESMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM machine.f > machine.f90
@@ -3528,9 +3668,9 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -free -c Lib_ESMFStateAddGetMod.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -fixed -c machine.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -free -c ENS_Cpl_InternalState_ESMFMod.f90
@@ -3550,36 +3690,36 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -free -c Cal_Sto_Coef.f90
 ar -r ENS_Cpl.a Lib_ESMFStateAddGetMod.o machine.o ENS_Cpl_InternalState_ESMFMod.o ENS_bcst_global.o ENS_Sto_Per_Scheme_Step2.o DistributeForStep1.o ENS_CplState_ESMFMod.o ENS_Cpl_Run_ESMFMod.o ENS_Cpl_ESMFMod.o ENS_GetParameterFromStateMod.o ENS_CplComp_ESMFMod.o ENS_Sto_Per_Scheme_Step1.o kinds.o peuc.o pran.o prana.o Cal_Sto_Coef.o
 ar: creating ENS_Cpl.a
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 10:19:52 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
 rm module_MEDIATOR_methods.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 10:19:52 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR.F90 > module_MEDIATOR.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
 rm module_MEDIATOR.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 10:19:52 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
 rm module_MEDIATOR_SpaceWeather.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 10:19:52 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
 rm module_EARTH_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 10:19:52 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
 rm module_EARTH_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 10:19:52 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
 rm module_NEMS_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 10:19:52 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
 rm module_NEMS_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 10:19:52 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Fri Nov 18 23:55:50 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=323' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
 rm MAIN_NEMS.f90
        CHEM_MODE ----------->compile
        PHYS_MODE ----------->compile
-       PHYS_INC----------->/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291   -o ../exe/NEMS.x MAIN_NEMS.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  atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/gsm/io/libio.a atmos/gen/libgen.a atmos/fim/libfimtop.a atmos/gsm/libutil/gfs_libutil.a atmos/gsm/phys/gfs_physics.a /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/gsm/dyn/gfs_dynamics.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a    atmos/gsm/phys/gfs_physics.a atmos/gsm/dyn/gfs_dynamics.a /scratch3/NCEPDEV/nceplibs/libnemsio_v2.2.3.a /scratch3/NCEPDEV/nwprod/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /scratch3/NCEPDEV/nwprod/lib/w3emc/v2.0.5/libw3emc_v2.0.5_d.a /scratch3/NCEPDEV/nwprod/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /scratch3/NCEPDEV/nwprod/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/apps/netcdf/4.3.0-intel/lib -lnetcdff -lnetcdf -L/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default -L/apps/netcdf/4.3.0-intel/lib -L/apps/intel/impi/5.0.3.048/intel64/lib/release_mt -L/apps/intel/impi/5.0.3.048/intel64/lib -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -Wl,-rpath,/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib -lesmf  -ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf   
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291   -o ../exe/NEMS.x MAIN_NEMS.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  atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/gsm/io/libio.a atmos/gen/libgen.a atmos/fim/libfimtop.a atmos/gsm/libutil/gfs_libutil.a atmos/gsm/phys/gfs_physics.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/gsm/dyn/gfs_dynamics.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a    atmos/gsm/phys/gfs_physics.a atmos/gsm/dyn/gfs_dynamics.a /scratch3/NCEPDEV/nceplibs/libnemsio_v2.2.3.a /scratch3/NCEPDEV/nwprod/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /scratch3/NCEPDEV/nwprod/lib/w3emc/v2.0.5/libw3emc_v2.0.5_d.a /scratch3/NCEPDEV/nwprod/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /scratch3/NCEPDEV/nwprod/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/apps/netcdf/4.3.0-intel/lib -lnetcdff -lnetcdf -L/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default -L/apps/netcdf/4.3.0-intel/lib -L/apps/intel/impi/5.0.3.048/intel64/lib/release_mt -L/apps/intel/impi/5.0.3.048/intel64/lib -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -Wl,-rpath,/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib -lesmf  -ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf   
 NEMS.x successfully created for GSM core.
 + set +x
 NOTE: Success!
@@ -3597,7 +3737,7 @@
 NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder wrong.appBuilder
 NOTE: APP from autoapp is GSM-GOCART
 NOTE: Chosen app is GSM-GOCART
-NOTE: FOUND APP FROM /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/GSM-GOCART.appBuilder COMPONENTS GSM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/GSM-GOCART.appBuilder COMPONENTS GSM
 Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
 NOTE: Determine platform...theia
 NOTE: CONFOPT=gsm_intel_theia MAKEOPT=gsm GOCART_MODE=full
@@ -3620,8 +3760,8 @@
 NOTE: GLOB MISMATCH: rebuild from rebuild:yes for use_nems_modules
 NOTE: GLOB MISMATCH: reuse from reuse:no for use_nems_modules
 NOTE: QUESTION use_nems_modules? YES: from default
-NOTE: Load /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/modules.nems
-NOTE: Loaded /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/conf/modules.nems
 MSGBOX: make gsm GOCART_MODE=full   \n\nProceed with <Enter>, exit with <Esc>.
 NOTE:  MATCH: rebuild from rebuild:yes for rebuild
 NOTE: QUESTION rebuild? YES: from rebuild:yes
@@ -3630,41 +3770,41 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 rm -f gfs_libutil.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -3704,9 +3844,9 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:292: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_dynamics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -3748,25 +3888,25 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 rm -f gfs_physics.a *.o *.mod *.lst *.f90 lm map depend
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTERNAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INTERNAL_STATE.o'
 rm -f libgen.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -3780,42 +3920,42 @@
 makefile:45: warning: overriding commands for target `post_nmm_stub.o'
 makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
 rm -f libpost.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -r8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include \
-		 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/doc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF = /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" >> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/g5_modules /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF = /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -3825,159 +3965,159 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.f90
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 /bin/rm -f O3_ExportSpec___.h O3_GetPointer___.h O3_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 /bin/rm -f CO_ExportSpec___.h CO_GetPointer___.h CO_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 /bin/rm -f CO2_ExportSpec___.h CO2_GetPointer___.h CO2_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 /bin/rm -f CFC_ExportSpec___.h CFC_GetPointer___.h CFC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 /bin/rm -f DU_ExportSpec___.h DU_GetPointer___.h DU_History___.rc DU_DeclarePointer___.h *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 /bin/rm -f SS_ExportSpec___.h SS_GetPointer___.h SS_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 /bin/rm -f BC_ExportSpec___.h BC_GetPointer___.h BC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 /bin/rm -f OC_ExportSpec___.h OC_GetPointer___.h OC_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 /bin/rm -f SU_ExportSpec___.h SU_GetPointer___.h SU_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 /bin/rm -f Rn_ExportSpec___.h Rn_GetPointer___.h Rn_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 /bin/rm -f CH4_ExportSpec___.h CH4_GetPointer___.h CH4_History___.rc *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 /bin/rm -f -f Tests/ExtData Tests/*_Registry.rc Tests/*_GridComp.rc 
 /bin/rm -f -f *~ *.[aoxd] *.[Mm][Oo][Dd] *___.[fF]* 
-gmake[5]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make gsm GOCART_MODE=full
-+ tee /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/appBuilder.NEMS.log.141881
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/appBuilder.NEMS.log.21663
 + pwd
 cd chem/gocart/src     && gmake install GOCART_MODE=full
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -r8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include \
-		 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/doc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF = /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" >> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/g5_modules /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF = /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making install in $d	;\
@@ -3987,31 +4127,31 @@
 Making install in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include \
-		 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/doc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF = /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" >> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/g5_modules /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CVSTAG already exists and will not be overwritten.
-./OScheck.pl -q -cp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Config'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF = /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz" >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CVSTAG already exists and will not be overwritten.
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Config'
 Making install in GMAO_Shared
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 Building dependency file m_fpe.d
 Building dependency file m_GrADS.d
 Building dependency file m_wGrADS.d
@@ -4052,8 +4192,8 @@
 m_mpif.F:78:18: error: mpif.h: No such file or directory
 gmake[3]: [m_mpif.d] Error 1 (ignored)
 Building dependency file m_mpif.d
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -convert big_endian -I.  -fPIC -extend_source -fp-model source  -align dcommons m_mpif.F
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -convert big_endian -I.  -fPIC -extend_source -fp-model source  -align dcommons m_random.F
 mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -convert big_endian -I.  -fPIC -fp-model source  -align dcommons m_realkinds.F90
@@ -4096,7 +4236,7 @@
 /bin/rm -f libGMAO_mpeu.a
 ar cq libGMAO_mpeu.a m_mpif.o m_random.o m_FileResolv.o m_date.o m_datetime.o m_IndexBin_char.o m_IndexBin_integer.o m_IndexBin_logical.o m_List.o m_MergeSorts.o m_Filename.o m_Group.o m_Permuter.o m_SortingTools.o m_String.o m_StrTemplate.o m_chars.o m_die.o m_dropdead.o m_flow.o m_inpak90.o m_intkinds.o m_ioutil.o m_mall.o m_mergedList.o m_mpif90.o m_mpout.o m_parDOT.o m_rankMerge.o m_realkinds.o m_showDistrib.o m_stdio.o m_zeit.o m_ior4.o m_rGrADS.o m_wGrADS.o m_GrADS.o m_fpe.o get_zeits.o
 gmake -C mpi0 libmpi0.a
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 Building dependency file mpi_comm_split.d
 Building dependency file mpi_wait.d
 Building dependency file mpi_zzz.d
@@ -4137,8 +4277,8 @@
 m_mpi0.F:45:18: error: mpif.h: No such file or directory
 gmake[4]: [m_mpi0.d] Error 1 (ignored)
 Building dependency file m_mpi0.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O3    -convert big_endian -I. -I../jic -fPIC -extend_source -fp-model source  -align dcommons m_mpi0.F
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O3    -convert big_endian -I. -I../jic -fPIC -fp-model source  -align dcommons m_SHMEM.F90
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O3    -convert big_endian -I. -I../jic -fPIC -fp-model source  -align dcommons mpi_abort.F90
@@ -4189,19 +4329,19 @@
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include   -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O3    -convert big_endian -I. -I../jic -fPIC -fp-model source  -align dcommons mpi_comm_split.F90
 /bin/rm -f libmpi0.a
 ar cr libmpi0.a  m_mpi0.o  m_SHMEM.o mpi_abort.o mpi_comm_dup.o mpi_comm_free.o mpi_comm_rank.o mpi_comm_size.o mpi_error_string.o mpi_finalize.o mpi_init.o mpi_initialized.o mpi_isend.o mpi_send.o mpi_sendrecv.o mpi_recv.o mpi_irecv.o mpi_waitall.o mpi_wtick.o mpi_wtime.o mpi_barrier.o mpi_bcast.o mpi_gather.o mpi_gatherv.o mpi_scatter.o mpi_scatterv.o mpi_allgather.o mpi_allgatherv.o mpi_alltoall.o mpi_alltoallv.o mpi_reduce.o mpi_allreduce.o mpi_reduce_scatter.o mpi0_copy.o mpi_zzz.o mpi_wait.o mpi_comm_split.o 
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f libGMAO_eu.a
 cp -p mpi0/libmpi0.a libGMAO_eu.a
 ar cq libGMAO_eu.a m_mpif.o m_random.o m_FileResolv.o m_date.o m_datetime.o m_IndexBin_char.o m_IndexBin_integer.o m_IndexBin_logical.o m_List.o m_MergeSorts.o m_Filename.o m_Group.o m_Permuter.o m_SortingTools.o m_String.o m_StrTemplate.o m_chars.o m_die.o m_dropdead.o m_flow.o m_inpak90.o m_intkinds.o m_ioutil.o m_mall.o m_mergedList.o m_mpif90.o m_mpout.o m_parDOT.o m_rankMerge.o m_realkinds.o m_showDistrib.o m_stdio.o m_zeit.o m_ior4.o m_rGrADS.o m_wGrADS.o m_GrADS.o m_fpe.o get_zeits.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Hh] /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
-/bin/cp -f -p *.[Mm][Oo][Dd] /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Hh] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
 Building dependency file gfio_flush.d
 Building dependency file m_GFIO_PutFld.d
 Building dependency file m_GFIO_GetFld.d
@@ -4221,8 +4361,8 @@
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
 rm gfio___.F gfioutil___.F
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
 Building dependency file gfioutil___.d
 gfio___.F:1015:23: warning: missing terminating ' character
 gfio___.F:1256:59: warning: missing terminating ' character
@@ -4234,28 +4374,28 @@
 gfio___.F:2795:52: warning: missing terminating ' character
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons gfio___.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../gfioCF.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../diffdate.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../getdate.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../timesubs.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons gfioutil___.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../m_GFIO_GetFld.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../m_GFIO_PutFld.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../gfio_flush.F
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons gfio___.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../gfioCF.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../diffdate.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../getdate.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../timesubs.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons gfioutil___.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../m_GFIO_GetFld.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../m_GFIO_PutFld.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../gfio_flush.F
 /bin/rm -f libGMAO_gfio_r4.a
 ar cr libGMAO_gfio_r4.a gfio___.o gfioCF.o diffdate.o getdate.o timesubs.o gfioutil___.o m_GFIO_GetFld.o m_GFIO_PutFld.o gfio_flush.o
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -fp-model source  -align dcommons ../GFIO_mean.f90
-mpiifort -L/usr/local/Linux/lib -L/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r4.x GFIO_mean.o \
-	      libGMAO_gfio_r4.a /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz -lirc -ldl -lc -lpthread -lrt  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.x    /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp   -fPIC -fp-model source  -align dcommons ../GFIO_mean.f90
+mpiifort -L/usr/local/Linux/lib -L/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r4.x GFIO_mean.o \
+	      libGMAO_gfio_r4.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz -lirc -ldl -lc -lpthread -lrt  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
 Building dependency file gfio_flush.d
 Building dependency file m_GFIO_PutFld.d
 Building dependency file m_GFIO_GetFld.d
@@ -4275,8 +4415,8 @@
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
 rm gfio___.F gfioutil___.F
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
 Building dependency file gfioutil___.d
 gfio___.F:1015:23: warning: missing terminating ' character
 gfio___.F:1256:59: warning: missing terminating ' character
@@ -4288,39 +4428,39 @@
 gfio___.F:2795:52: warning: missing terminating ' character
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons gfio___.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../gfioCF.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../diffdate.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../getdate.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../timesubs.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons gfioutil___.F
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../m_GFIO_GetFld.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../m_GFIO_PutFld.f
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../gfio_flush.F
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons gfio___.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../gfioCF.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../diffdate.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../getdate.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../timesubs.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons gfioutil___.F
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../m_GFIO_GetFld.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../m_GFIO_PutFld.f
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../gfio_flush.F
 /bin/rm -f libGMAO_gfio_r8.a
 ar cr libGMAO_gfio_r8.a gfio___.o gfioCF.o diffdate.o getdate.o timesubs.o gfioutil___.o m_GFIO_GetFld.o m_GFIO_PutFld.o gfio_flush.o
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -fp-model source  -align dcommons ../GFIO_mean.f90
-mpiifort -L/usr/local/Linux/lib -L/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r8.x GFIO_mean.o \
-	      libGMAO_gfio_r8.a /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz -lirc -ldl -lc -lpthread -lrt  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.x    /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
-/bin/rm -f -r /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio
-cd /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
-cd /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./GMAO_gfio_r8 GMAO_gfio
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp   -fPIC -fp-model source  -align dcommons ../GFIO_mean.f90
+mpiifort -L/usr/local/Linux/lib -L/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r8.x GFIO_mean.o \
+	      libGMAO_gfio_r8.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /apps/netcdf/4.3.0-intel/lib/libnetcdff.a /apps/netcdf/4.3.0-intel/lib/libnetcdf.a /apps/hdf5/1.8.14-intel/lib/libhdf5_hl.a /apps/hdf5/1.8.14-intel/lib/libhdf5.a /apps/szip/2.1/lib/libsz.a -lz -lirc -ldl -lc -lpthread -lrt  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./GMAO_gfio_r8 GMAO_gfio
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
 gmake local_install
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 No local install in here
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
 Building dependency file ShaveMantissa.d
 Building dependency file ESMF_CFIOwGrADSMod.d
 Building dependency file ESMF_CFIOrGrADSMod.d
@@ -4332,26 +4472,26 @@
 Building dependency file ESMF_CFIOGrADSMod.d
 Building dependency file ESMF_CFIOFileMod.d
 Building dependency file ESMF_CFIOBaseMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -extend_source -fp-model source  -align dcommons ../ESMF_CFIOBaseMod.f
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOUtilMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOGridMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOwGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOrGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOVarInfoMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOFileMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOSdfMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOMod.F90
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -extend_source -fp-model source  -align dcommons ../ESMF_CFIOBaseMod.f
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOUtilMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOGridMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOwGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOrGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOVarInfoMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOFileMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOSdfMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOMod.F90
 gcc -c -DsysLinux -DESMA64    -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O3   -fPIC ../ShaveMantissa.c
 /bin/rm -f libMAPL_cfio_r4.a
 ar cr libMAPL_cfio_r4.a ESMF_CFIOBaseMod.o ESMF_CFIOFileMod.o ESMF_CFIOGrADSMod.o ESMF_CFIOGridMod.o ESMF_CFIOMod.o ESMF_CFIOSdfMod.o ESMF_CFIOUtilMod.o ESMF_CFIOVarInfoMod.o ESMF_CFIOrGrADSMod.o ESMF_CFIOwGrADSMod.o ShaveMantissa.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a         /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
 Building dependency file ShaveMantissa.d
 Building dependency file ESMF_CFIOwGrADSMod.d
 Building dependency file ESMF_CFIOrGrADSMod.d
@@ -4363,36 +4503,36 @@
 Building dependency file ESMF_CFIOGrADSMod.d
 Building dependency file ESMF_CFIOFileMod.d
 Building dependency file ESMF_CFIOBaseMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -extend_source -fp-model source  -align dcommons ../ESMF_CFIOBaseMod.f
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOUtilMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOGridMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOwGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOrGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOVarInfoMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOFileMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOGrADSMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOSdfMod.F90
-mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOMod.F90
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -extend_source -fp-model source  -align dcommons ../ESMF_CFIOBaseMod.f
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOUtilMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOGridMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOwGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOrGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOVarInfoMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOFileMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOGrADSMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOSdfMod.F90
+mpiifort -c -DsysLinux -DESMA64    -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I.. -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOMod.F90
 gcc -c -DsysLinux -DESMA64    -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O3   -fPIC ../ShaveMantissa.c
 /bin/rm -f libMAPL_cfio_r8.a
 ar cr libMAPL_cfio_r8.a ESMF_CFIOBaseMod.o ESMF_CFIOFileMod.o ESMF_CFIOGrADSMod.o ESMF_CFIOGridMod.o ESMF_CFIOMod.o ESMF_CFIOSdfMod.o ESMF_CFIOUtilMod.o ESMF_CFIOVarInfoMod.o ESMF_CFIOrGrADSMod.o ESMF_CFIOwGrADSMod.o ShaveMantissa.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a         /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
-/bin/rm -f -r /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio
-cd /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
-cd /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./MAPL_cfio_r8 MAPL_cfio
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./MAPL_cfio_r8 MAPL_cfio
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
 gmake local_install
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 No local install in here
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
 Building dependency file MAPL_stubs.d
@@ -4434,56 +4574,56 @@
 Building dependency file MAPL_VarSpecMod.d
 Building dependency file MAPL_HeapMod.d
 Building dependency file ESMFL_Mod.d
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
 gmake local_install
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 GNUmakefile:168: warning: overriding commands for target `lib'
 GNUmakefile:165: warning: ignoring old commands for target `lib'
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_ShmemMod.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Constants.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Sort.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Base.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons -o MAPL_Comms.o MAPL_Comms___.f90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_ShmemMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Constants.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Sort.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Base.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons -o MAPL_Comms.o MAPL_Comms___.f90
 MAPL_Comms___.f90(741): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [LOCARRAY]
   subroutine MAPL_CollectiveScatter3D(Grid, GlobArray, LocArray, &
 -------------------------------------------------------^
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons -o ESMFL_Mod.o ESMFL_Mod___.f90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_HeapMod.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons -o MAPL_IO.o MAPL_IO___.f90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_VarSpecMod.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_InterpMod.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -extend_source -fp-model source  -align dcommons hinterp.F
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_MemUtils.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_CFIOServer.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Hash.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_LocStreamMod.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons CubeToLatLon.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_HorzTransform.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_CFIO.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons -o MAPL_sun_uc.o MAPL_sun_uc___.f90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Profiler.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_GenericCplComp.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Generic.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_LoadBalance.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_SatVapor.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_NewArthParser.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_ExtDataGridCompMod.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_HistoryGridComp.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Cap.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Mod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons -o ESMFL_Mod.o ESMFL_Mod___.f90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_HeapMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons -o MAPL_IO.o MAPL_IO___.f90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_VarSpecMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_InterpMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -extend_source -fp-model source  -align dcommons hinterp.F
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_MemUtils.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_CFIOServer.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Hash.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_LocStreamMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons CubeToLatLon.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_HorzTransform.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_CFIO.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons -o MAPL_sun_uc.o MAPL_sun_uc___.f90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Profiler.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_GenericCplComp.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Generic.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_LoadBalance.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_SatVapor.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_NewArthParser.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_ExtDataGridCompMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_HistoryGridComp.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Cap.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Mod.F90
 gcc -c -DsysLinux -DESMA64    -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O  -fPIC sort.c
 gcc -c -DsysLinux -DESMA64    -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O  -fPIC hash.c
 gcc -c -DsysLinux -DESMA64    -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O  -fPIC c_mapl_locstream_F.c
 gcc -c -DsysLinux -DESMA64    -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O  -fPIC memuse.c
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_MaxMinMod.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_SimpleBundleMod.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_NominalOrbitsMod.F90
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_OrbGridCompMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_MaxMinMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_SimpleBundleMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_NominalOrbitsMod.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_OrbGridCompMod.F90
 ar cr libMAPL_Base.a ESMFL_Mod.o MAPL_HeapMod.o MAPL_VarSpecMod.o MAPL_Base.o MAPL_InterpMod.o hinterp.o MAPL_CFIO.o MAPL_IO.o MAPL_HorzTransform.o MAPL_Comms.o MAPL_LocStreamMod.o MAPL_Mod.o MAPL_Constants.o MAPL_Profiler.o sort.o MAPL_GenericCplComp.o MAPL_Sort.o MAPL_Generic.o MAPL_sun_uc.o MAPL_SatVapor.o MAPL_HistoryGridComp.o MAPL_Cap.o hash.o c_mapl_locstream_F.o memuse.o MAPL_MemUtils.o MAPL_Hash.o CubeToLatLon.o MAPL_MaxMinMod.o MAPL_SimpleBundleMod.o MAPL_OrbGridCompMod.o MAPL_NominalOrbitsMod.o MAPL_ExtDataGridCompMod.o MAPL_NewArthParser.o MAPL_ShmemMod.o MAPL_LoadBalance.o MAPL_CFIOServer.o
-mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_stubs.F90
+mpiifort -c -DsysLinux -DESMA64  -DMAPL -DDO_COMMAS -DTWO_SIDED_COMM -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/include -I/usr/include -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_stubs.F90
 MAPL_stubs.F90(1): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [DATA_LL]
 subroutine cube2latlon(npx, npy, nlon, nlat, data_cs, data_ll)
 ------------------------------------------------------^
@@ -4545,15 +4685,15 @@
     ee1, ee2, ff1, ff2, gg1, gg2,          &
 -----------------------------^
 ar cr libMAPL_Base_stubs.a MAPL_stubs.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
-/bin/cp -f -pr *.a    /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] MAPL_ErrLog.h MAPL_ErrLogMain.h MAPL_Exceptions.h MAPL_Generic.h ESMF_ErrReturnCodes.inc   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
-/bin/cp -f -p *.pl                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin 
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -pr *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] MAPL_ErrLog.h MAPL_ErrLogMain.h MAPL_Exceptions.h MAPL_Generic.h ESMF_ErrReturnCodes.inc   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -p *.pl                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin 
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 Building dependency file ext_calculator.d
 Building dependency file reff_calculator.d
 Building dependency file Chem_BundleToG5rs.d
@@ -4571,31 +4711,31 @@
 Building dependency file Chem_BundleMod.d
 Building dependency file Chem_ArrayMod.d
 Building dependency file Chem_RegistryMod.d
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_RegistryMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_ArrayMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_BundleMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_MieTableMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_MieMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_AodMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_Mod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_InitMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_SimpleBundleMod.F90
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_RegistryMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_ArrayMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_BundleMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_MieTableMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_MieMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_AodMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_Mod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_InitMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_SimpleBundleMod.F90
 /bin/rm -f libChem_Base.a
 ar cr libChem_Base.a Chem_RegistryMod.o Chem_ArrayMod.o Chem_BundleMod.o Chem_Mod.o Chem_InitMod.o Chem_MieTableMod.o Chem_MieMod.o Chem_AodMod.o Chem_SimpleBundleMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a             /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p        *.rc     /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc     /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc     /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc     /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc     /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.mod           /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a             /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p        *.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.mod           /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 Building dependency file Chem_StateMod.d
 Building dependency file Chem_UtilMod.d
 Building dependency file SmokeEmissionMod.d
@@ -4609,33 +4749,33 @@
 Building dependency file Chem_ConstMod.d
 Building dependency file diaglist.d
 Building dependency file mod_diag.d
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons mod_diag.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons diaglist.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_ConstMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_UtilMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_SettlingMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons DryDepositionMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons DustEmissionMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons WetRemovalMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SeasaltEmissionMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SulfateChemDriverMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons ConvectionMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SmokeEmissionMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_StateMod.F90
-/bin/rm -f /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libChem_Shared.a
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons mod_diag.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons diaglist.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_ConstMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_UtilMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_SettlingMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons DryDepositionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons DustEmissionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons WetRemovalMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SeasaltEmissionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SulfateChemDriverMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons ConvectionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SmokeEmissionMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DSPMD -DFVCHEM -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/apps/netcdf/4.3.0-intel/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_StateMod.F90
+/bin/rm -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libChem_Shared.a
 ar cr libChem_Shared.a mod_diag.o diaglist.o Chem_ConstMod.o Chem_SettlingMod.o DryDepositionMod.o DustEmissionMod.o WetRemovalMod.o SeasaltEmissionMod.o SulfateChemDriverMod.o ConvectionMod.o SmokeEmissionMod.o Chem_UtilMod.o Chem_StateMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
-/bin/cp -f -p *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
-/bin/cp -f -p *.a     /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/GMAO_Shared'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.a     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making install in Components
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 Building dependency file Aero_GridCompMod.d
 GOCART_GridCompMod.F90:958:37: error: O3_ExportSpec___.h: No such file or directory
 GOCART_GridCompMod.F90:962:37: error: DU_ExportSpec___.h: No such file or directory
@@ -4650,11 +4790,11 @@
 GOCART_GridCompMod.F90:998:38: error: CH4_ExportSpec___.h: No such file or directory
 gmake[3]: [GOCART_GridCompMod.d] Error 1 (ignored)
 Building dependency file GOCART_GridCompMod.d
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 Building EXPORT Spec file O3_ExportSpec___.h
 Building F90 code fragment file O3_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file O3_GetPointer___.h
@@ -4671,21 +4811,21 @@
 O3_GridCompMod.F90:1684:72: warning: missing terminating ' character
 gmake[4]: [O3_GridCompMod.d] Error 1 (ignored)
 Building dependency file O3_GridCompMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons O3_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons O3_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 Building EXPORT Spec file CO_ExportSpec___.h
 Building F90 code fragment file CO_DeclarePointer___.h (flat arrays)
 Building F90 code fragment file CO_GetPointer___.h (flat arrays)
@@ -4692,23 +4832,23 @@
 Building History Spec fragment file CO_History___.rc
 CO_GridCompMod.F90:1279:71: warning: missing terminating ' character
 Building dependency file CO_GridCompMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CO_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR    
-/bin/cp -f -p   PIESA/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CO_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR    
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 Building EXPORT Spec file CO2_ExportSpec___.h
 Building F90 code fragment file CO2_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file CO2_GetPointer___.h
@@ -4715,23 +4855,23 @@
 Building History Spec fragment file CO2_History___.rc
 CO2_GridCompMod.F90:928:39: warning: missing terminating ' character
 Building dependency file CO2_GridCompMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CO2_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CO2_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 Building EXPORT Spec file CFC_ExportSpec___.h
 Building F90 code fragment file CFC_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file CFC_GetPointer___.h
@@ -4740,61 +4880,61 @@
 CFC_GridCompMod.F90:529:18: warning: missing terminating ' character
 gmake[4]: [CFC_GridCompMod.d] Error 1 (ignored)
 Building dependency file CFC_GridCompMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CFC_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/include  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CFC_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 Building EXPORT Spec file DU_ExportSpec___.h
 Building F90 code fragment file DU_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file DU_GetPointer___.h
 Building History Spec fragment file DU_History___.rc
 Building dependency file DU_GridCompMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons DU_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DNEMS -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons DU_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 Building EXPORT Spec file SS_ExportSpec___.h
 Building F90 code fragment file SS_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file SS_GetPointer___.h
 Building History Spec fragment file SS_History___.rc
 Building dependency file SS_GridCompMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SS_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SS_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 Building EXPORT Spec file BC_ExportSpec___.h
 Building F90 code fragment file BC_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file BC_GetPointer___.h
@@ -4801,23 +4941,23 @@
 Building History Spec fragment file BC_History___.rc
 BC_GridCompMod.F90:777:18: warning: missing terminating ' character
 Building dependency file BC_GridCompMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons BC_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons BC_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 Building EXPORT Spec file OC_ExportSpec___.h
 Building F90 code fragment file OC_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file OC_GetPointer___.h
@@ -4824,23 +4964,23 @@
 Building History Spec fragment file OC_History___.rc
 OC_GridCompMod.F90:1216:18: warning: missing terminating ' character
 Building dependency file OC_GridCompMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons OC_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons OC_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 Building EXPORT Spec file SU_ExportSpec___.h
 Building F90 code fragment file SU_DeclarePointer___.h (Chem Arrays)
 Building F90 code fragment file SU_GetPointer___.h
@@ -4848,86 +4988,86 @@
 SU_GridCompMod.F90:73:29: warning: missing terminating ' character
 SU_GridCompMod.F90:246:39: warning: missing terminating ' character
 Building dependency file SU_GridCompMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SU_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SU_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 Building EXPORT Spec file Rn_ExportSpec___.h
 Building F90 code fragment file Rn_DeclarePointer___.h (flat arrays)
 Building F90 code fragment file Rn_GetPointer___.h (flat arrays)
 Building History Spec fragment file Rn_History___.rc
 Building dependency file Rn_GridCompMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Rn_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Rn_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making install in /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 Building EXPORT Spec file CH4_ExportSpec___.h
 Building F90 code fragment file CH4_DeclarePointer___.h (flat arrays)
 Building F90 code fragment file CH4_GetPointer___.h (flat arrays)
 Building History Spec fragment file CH4_History___.rc
 Building dependency file CH4_GridCompMod.d
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
-mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CH4_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
-/bin/mkdir -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+mpiifort -c -DsysLinux -DESMA64  -DGEOS5  -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CH4_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_install
-gmake[4]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8     -fPIC -fp-model source  -align dcommons Aero_GridCompMod.F90
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8     -fPIC -fp-model source  -align dcommons GOCART_GridCompMod.F90
-ar cr /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/lib/libGOCART_GridComp.a GOCART_GridCompMod.o Aero_GridCompMod.o 
-/bin/mkdir -p -p /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-/bin/cp -f -p *.mod          /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Components'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8     -fPIC -fp-model source  -align dcommons Aero_GridCompMod.F90
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include  -I. -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -O -g -traceback -r8     -fPIC -fp-model source  -align dcommons GOCART_GridCompMod.F90
+ar cr /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/lib/libGOCART_GridComp.a GOCART_GridCompMod.o Aero_GridCompMod.o 
+/bin/mkdir -p -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+/bin/cp -f -p *.mod          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Components'
 Making install in Applications
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Applications'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src/Applications'
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Applications'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src/Applications'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/src'
        CHEM_MODE -----------> compile
        PHYS_MODE -----------> compile
-       PHYS_INC----------->/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys
 cd atmos/share         && gmake
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 makefile:42: depend: No such file or directory
 ls -1 module_ERR_MSG.F90 module_INCLUDE.F90 module_CPLFIELDS.F90 check_esmf_pet.F90  > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ERR_MSG.F90 > module_ERR_MSG.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INCLUDE.F90 > module_INCLUDE.f90
@@ -4938,17 +5078,17 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict  -c check_esmf_pet.f90
 ar -r libshare.a module_ERR_MSG.o module_INCLUDE.o module_CPLFIELDS.o check_esmf_pet.o 
 ar: creating libshare.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/share'
-       CHEM_MODi----before phys-------> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm/gsmphys          && gmake gocart_full
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 makefile:189: depend: No such file or directory
 ls -1 machine.f wam_f107_kp_mod.f physparam.f physcons.f funcphys.f cs_conv.f module_nst_parameters.f module_nst_water_prop.f module_nst_model.f gcm_shoc.f calpreciptype.f m_micro_driver.f gocart_tracer_config.f iounitdef.f ozne_def.f h2o_def.f progtm_module.f date_def.f rascnvv2.f mersenne_twister.f namelist_soilveg.f module_bfmicrophysics.f tracer_const_h.f gfs_phy_tracer_config.f rad_initialize.f radlw_param.f radlw_datatb.f radlw_main.f radsw_param.f radsw_datatb.f radsw_main.f radiation_astronomy.f radiation_aerosols.f radiation_gases.f radiation_clouds.f radiation_surface.f grrad.f ozphys_2015.f ozphys.f ozinterp.f h2ointerp.f h2ophys.f sfcsub.f gbphys.f dcyc2.f dcyc2.pre.rad.f set_soilveg.f sfc_drv.f sfc_land.f progt2.f sfc_sice.f sfc_cice.f sfc_ocean.f sfc_nst.f sfc_diff.f sfc_diag.f sflx.f moninshoc.f moninp.f moninp1.f moninq.f moninedmf.f mfpbl.f gwdps.f gwdc.f rayleigh_damp.f rayleigh_damp_mesopause.f sascnv.f sascnvn.f mfdeepcnv.f cnvc90.f tridi2t3.f shalcv.f shalcv_opr.f shalcnv.f mfshalcnv.f lrgsclr.f gscond.f gscondp.f precpd.f precpdp.f precpd_shoc.f mstadb.f mstadbtn.f mstcnv.f get_prs.f gsmddrive.f aer_cloud.f cldmacro.f cldwat2m_micro.f wv_saturation.f idea_composition.f co2hc.f idea_solar_heating.f idea_tracer.f h2oc.f h2ohdc.f efield.f ideaca.f idea_co2.f idea_h2o.f idea_ion.f idea_o2_o3.f idea_dissipation.f idea_phys.f num_parthds.F nuopc_physics.F90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c wam_f107_kp_mod.f
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c physparam.f
@@ -5053,28 +5193,28 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstcnv.f
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c get_prs.f
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gsmddrive.f
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -fixed -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -r8 -c gocart_tracer_config.f
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -fixed -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -r8 -c gocart_tracer_config.f
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -r8  -c num_parthds.F
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM nuopc_physics.F90 > nuopc_physics.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -r8 -c nuopc_physics.f90
 ar -r libphys.a machine.o wam_f107_kp_mod.o physparam.o physcons.o funcphys.o cs_conv.o module_nst_parameters.o module_nst_water_prop.o module_nst_model.o gcm_shoc.o calpreciptype.o m_micro_driver.o idea_composition.o co2hc.o idea_solar_heating.o idea_tracer.o h2oc.o h2ohdc.o efield.o ideaca.o idea_co2.o idea_h2o.o idea_ion.o idea_o2_o3.o idea_dissipation.o idea_phys.o iounitdef.o ozne_def.o h2o_def.o progtm_module.o date_def.o rascnvv2.o mersenne_twister.o namelist_soilveg.o module_bfmicrophysics.o tracer_const_h.o gfs_phy_tracer_config.o rad_initialize.o radlw_param.o radlw_datatb.o radlw_main.o radsw_param.o radsw_datatb.o radsw_main.o radiation_astronomy.o radiation_aerosols.o radiation_gases.o radiation_clouds.o radiation_surface.o grrad.o ozphys_2015.o ozphys.o ozinterp.o h2ointerp.o h2ophys.o sfcsub.o gbphys.o dcyc2.o dcyc2.pre.rad.o set_soilveg.o sfc_drv.o sfc_land.o progt2.o sfc_sice.o sfc_cice.o sfc_ocean.o sfc_nst.o sfc_diff.o sfc_diag.o sflx.o moninshoc.o moninp.o moninp1.o moninq.o moninedmf.o mfpbl.o gwdps.o gwdc.o rayleigh_damp.o rayleigh_damp_mesopause.o sascnv.o sascnvn.o mfdeepcnv.o cnvc90.o tridi2t3.o shalcv.o shalcv_opr.o shalcnv.o mfshalcnv.o lrgsclr.o gscond.o gscondp.o precpd.o precpdp.o precpd_shoc.o mstadb.o mstadbtn.o mstcnv.o get_prs.o gsmddrive.o aer_cloud.o cldmacro.o cldwat2m_micro.o wv_saturation.o gocart_tracer_config.o num_parthds.o nuopc_physics.o
 ar: creating libphys.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 ls -1 ffsync.F90 module_ERROR_MSG.F90 module_BGRID_INTERP.F90 module_CLOCKTIMES.F90 module_CONTROL.F90 module_CONVECTION.F90 module_DERIVED_TYPES.F90 module_DIAGNOSE.F90 module_DIGITAL_FILTER_NMM.F90 module_DM_PARALLEL.F90 module_DOMAIN_GRID_COMP.F90 module_DOMAIN_INTERNAL_STATE.F90 module_DYNAMICS_ROUTINES.F90 module_EXCHANGE.F90 module_FLTBNDS.F90 module_GET_CONFIG.F90 module_GET_CONFIG_WRITE.F90 module_GWD.F90 module_H_TO_V.F90 module_INIT_READ_BIN.F90 module_INIT_READ_NEMSIO.F90 module_MICROPHYSICS.F90 module_MY_DOMAIN_SPECS.F90 module_NESTING.F90 module_NMM_GRID_COMP.F90 module_NMM_INTEGRATE.F90 module_NMM_INTERNAL_STATE.F90 module_OUTPUT.F90 module_PARENT_CHILD_CPL_COMP.F90 module_PRECIP_ADJUST.F90 module_RADIATION.F90 module_RELAX4E.F90 module_REDUCTION.F90 module_QUASIPOST.F90 module_TRACKER.F90 module_SOLVER_GRID_COMP.F90 module_SOLVER_INTERNAL_STATE.F90 module_TIMESERIES.F90 module_TURBULENCE.F90 module_VARS.F90 module_VARS_STATE.F90 module_WRITE_GRID_COMP.F90 module_WRITE_INTERNAL_STATE.F90 module_WRITE_ROUTINES.F90 n_namelist_physics_def.f n_layout1.f n_resol_def.f n_compns_physics.f n_mpi_def.f n_module_gfs_mpi_def.f n_mpi_quit.f > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_NMM_GRID_COMP_stub.F90 > module_NMM_GRID_COMP_stub.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -I../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP_stub.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -I../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP_stub.f90
 ar -r libnmm.a module_NMM_GRID_COMP_stub.o
 ar: creating libnmm.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/nmm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
 makefile:31: warning: overriding commands for target `module_GEN_INTERNAL_STATE.o'
 makefile:28: warning: ignoring old commands for target `module_GEN_INTERNAL_STATE.o'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_INTERNAL_STATE.F90 > module_GEN_INTERNAL_STATE.f90
@@ -5083,20 +5223,20 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -I../share -c module_GEN_GRID_COMP_stub.f90
 ar -r libgen.a module_GEN_INTERNAL_STATE.o module_GEN_GRID_COMP_stub.o 
 ar: creating libgen.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gen'
-echo "       CHEM_MODi----------->ediri" /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
-       CHEM_MODi----------->ediri /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm           && gmake gocart_full
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 makefile:96: depend: No such file or directory
 ls -1 module_GFS_CORE_SETUP.F90 module_GFS_INTERNAL_STATE.F90 module_GFS_INTEGRATE.F90 module_GFS_GRID_COMP.F90  > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd libutil && gmake gocart_full && cd ..
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 makefile:73: depend: No such file or directory
@@ -5117,8 +5257,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 ../../../conf/make.rules:5: warning: overriding commands for target `.F90.f90'
 makefile:43: warning: ignoring old commands for target `.F90.f90'
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -c module_gfs_machine.f90
@@ -5125,8 +5265,8 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -c module_gfs_physcons.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -c module_gfs_funcphys.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -c module_gfs_tropp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c atmos_phy_chem_cpl_comp_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c atmos_chem_phy_cpl_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c atmos_phy_chem_cpl_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c atmos_chem_phy_cpl_comp_mod.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -c module_include_gfs.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -c module_gfs_mpi_def.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -c module_DM_PARALLEL_GFS.f90
@@ -5136,17 +5276,17 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -O3 -r8 -free  -I../../share -c module_TIMERS.f90
 ar -r gfs_libutil.a atmos_phy_chem_cpl_comp_mod.o atmos_chem_phy_cpl_comp_mod.o module_gfs_machine.o module_include_gfs.o module_gfs_physcons.o module_gfs_funcphys.o module_gfs_tropp.o module_DM_PARALLEL_GFS.o module_digital_filter_gfs.o module_export_import_data.o gfs_dyn_phy_cpl_comp_mod.o module_gfs_mpi_def.o module_TIMERS.o 
 ar: creating gfs_libutil.a
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/libutil'
 cd io && gmake && cd ..
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 makefile:36: depend: No such file or directory
 ls -1 module_include_io.F90 module_io_mpi_def.F90 module_GFS_WRITE.F90 module_WRITE_INTERNAL_STATE_GFS.F90 module_GET_CONFIG_WRITE_GFS.F90 module_WRITE_ROUTINES_GFS.F90 module_WRITE_GRID_COMP_GFS.F90 > Srcfiles
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_include_io.F90 > module_include_io.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -I../libutil  -c module_include_io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_io_mpi_def.F90 > module_io_mpi_def.f90
@@ -5163,10 +5303,10 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -I../../share -I../libutil  -c module_GFS_WRITE.f90
 ar -r libio.a module_include_io.o module_io_mpi_def.o module_GFS_WRITE.o module_WRITE_INTERNAL_STATE_GFS.o module_GET_CONFIG_WRITE_GFS.o module_WRITE_ROUTINES_GFS.o module_WRITE_GRID_COMP_GFS.o
 ar: creating libio.a
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/io'
 cd dyn && gmake gocart_full && cd ..
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -5210,8 +5350,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 makefile:299: warning: overriding commands for target `gfs_dyn_physcons.o'
 makefile:264: warning: ignoring old commands for target `gfs_dyn_physcons.o'
 makefile:302: warning: overriding commands for target `sigio_module.o'
@@ -5252,192 +5392,192 @@
 makefile:292: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM bfilt_def.f > bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_machine.f > gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c bfilt_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_resol_def.f > gfs_dyn_resol_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_gg_def.f > gfs_dyn_gg_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_vert_def.f > gfs_dyn_vert_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_io_header.f > gfs_dyn_io_header.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_date_def.f > gfs_dyn_date_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM slgshr.f > slgshr.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c slgshr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c slgshr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pmgrid.f > pmgrid.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c pmgrid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c pmgrid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM layout_grid_tracers.f > layout_grid_tracers.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_grid_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_grid_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM layout_lag.f > layout_lag.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_layout1.f > gfs_dyn_layout1.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM namelist_dynamics_def.f > namelist_dynamics_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c namelist_dynamics_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c namelist_dynamics_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_coordinate_def.f > gfs_dyn_coordinate_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_lon_lat_para.f > gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_physcons.f > gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_tracer_const.f > gfs_dyn_tracer_const.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_tracer_config.f > gfs_dyn_tracer_config.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_reduce_lons_grid_module.f > gfs_dyn_reduce_lons_grid_module.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_matrix_sig_def.f > gfs_dyn_matrix_sig_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_mpi_def.f > gfs_dyn_mpi_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_deldifs_def.f > gfs_dyn_deldifs_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_bfilt_def.f > gfs_dyn_bfilt_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_glats.f > gfs_dyn_glats.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_glats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_glats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_dfi_mod.f > gfs_dyn_dfi_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM nemsio_def.f > nemsio_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c nemsio_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c nemsio_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM wrtout_dynamics.f > wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM do_dynamics_mod.f > do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM wrtout_dynamics_slg_nemsio.f > wrtout_dynamics_slg_nemsio.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_hyb_gc_h_w_z.f > gfidi_hyb_gc_h_w_z.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_w_z.f > get_w_z.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_w_z.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_w_z.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM deldifs_def.f > deldifs_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM dyn_gocart_tracer_config.f > dyn_gocart_tracer_config.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dyn_gocart_tracer_config.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dyn_gocart_tracer_config.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM num_parthds.f > num_parthds.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c num_parthds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c num_parthds.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_err_msg_mod.f > gfs_dynamics_err_msg_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_namelist_mod.f > gfs_dynamics_namelist_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_start_time_get_mod.f > gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sigio_module.f > sigio_module.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -free -c sigio_module.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sigio_r_module.f > sigio_r_module.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -free -c sigio_r_module.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_internal_state_mod.f > gfs_dynamics_internal_state_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_grid_create_mod.f > gfs_dynamics_grid_create_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_output.f > gfs_dynamics_output.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_output.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_output.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_getcf_mod.f > gfs_dynamics_getcf_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM GFS_AddParameterToStateMod.f > GFS_AddParameterToStateMod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_initialize_mod.f > gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_stoch_data_mod.f > gfs_dyn_stoch_data_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dyn_patterngenerator.f > gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_initialize_slg_mod.f > gfs_dynamics_initialize_slg_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_run_mod.f > gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_get_pattern_mod.f > gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_finalize_mod.f > gfs_dynamics_finalize_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_add_get_state_ESMFField_mod.f > gfs_dynamics_add_get_state_ESMFField_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_states_mod.f > gfs_dynamics_states_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM mpi_GV.f > mpi_GV.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_GV.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_GV.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dynamics_grid_comp_mod.f > gfs_dynamics_grid_comp_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_cd_hyb.f > get_cd_hyb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_am_bm_hyb.f > get_am_bm_hyb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_cd_hyb_gc.f > get_cd_hyb_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_cd_hyb_gcdp.f > get_cd_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_am_bm_hyb_gc.f > get_am_bm_hyb_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_am_bm_hyb_gcdp.f > get_am_bm_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sltini_all.f > sltini_all.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sltini_all.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sltini_all.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM set_halos_lag_sn.f > set_halos_lag_sn.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c set_halos_lag_sn.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c set_halos_lag_sn.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM setlats.f > setlats.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM setlats_slg.f > setlats_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM getysk.f > getysk.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM getysk_gc.f > getysk_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM redist_lats_a.f > redist_lats_a.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c redist_lats_a.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c redist_lats_a.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ifshuff.f > ifshuff.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ifshuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ifshuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM shuffle_grid.f > shuffle_grid.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c shuffle_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c shuffle_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_collect.f > grid_collect.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_collect_ipe.f > grid_collect_ipe.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect_ipe.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect_ipe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM excha.f > excha.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c excha.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c excha.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM info.f > info.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c info.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c info.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM four2grid_thread.f > four2grid_thread.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c four2grid_thread.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c four2grid_thread.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM hpmdummy.f > hpmdummy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM coundummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c coundummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM damp_speed.f > damp_speed.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM damp_speed_noq.f > damp_speed_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM deldifs.f > deldifs.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM deldifs_noq.f > deldifs_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM idea_deldifs_init.f > idea_deldifs_init.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_init.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_init.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM idea_deldifs.f > idea_deldifs.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM idea_deldifs_noq.f > idea_deldifs_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM idea_getcoef.f > idea_getcoef.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_getcoef.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_getcoef.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM input_fields.f > input_fields.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM input_fields_slg.f > input_fields_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM input_fields_rst.f > input_fields_rst.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM delnpe.f > delnpe.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpe.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpe.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM delnpo.f > delnpo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM dezouv.f > dezouv.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c dezouv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c dezouv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM impadj_sig.locl.f > impadj_sig.locl.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_sig.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_sig.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM impadj_hyb.locl.f > impadj_hyb.locl.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM impadj_hyb.locl_gc.f > impadj_hyb.locl_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
 impadj_hyb.locl_gc.f90(20): remark #7713: This statement function has not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5445,15 +5585,15 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM impadj_hyb.locl_gcdp.f > impadj_hyb.locl_gcdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM impadj_slg.locl.f > impadj_slg.locl.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_slg.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_slg.locl.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM dozeuv.f > dozeuv.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c dozeuv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c dozeuv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM epslon.f > epslon.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c epslon.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c epslon.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filtereo.f > filtereo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo.f90
 filtereo.f90(64): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5461,7 +5601,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filter1eo.f > filter1eo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo.f90
 filter1eo.f90(63): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5469,7 +5609,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filter2eo.f > filter2eo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo.f90
 filter2eo.f90(63): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5477,7 +5617,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filtereo_noq.f > filtereo_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo_noq.f90
 filtereo_noq.f90(61): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5485,7 +5625,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filter1eo_noq.f > filter1eo_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo_noq.f90
 filter1eo_noq.f90(58): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5493,7 +5633,7 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM filter2eo_noq.f > filter2eo_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo_noq.f90
 filter2eo_noq.f90(59): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev
 ---------------------------^
@@ -5501,43 +5641,43 @@
       integer              indlsod,jbasod
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM setlats_lag.f > setlats_lag.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_ls_node.f > get_ls_node.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_ls_node.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_ls_node.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_lats_node_shuff_a_fix.f > get_lats_node_shuff_a_fix.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM getcon_lag.f > getcon_lag.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_lag.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM getcon_dynamics.f > getcon_dynamics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_tracers.f > gfidi_tracers.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_speed.f > gfidi_speed.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_speed.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_speed.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_sig.f > gfidi_sig.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_hyb.f > gfidi_hyb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_hyb_gc.f > gfidi_hyb_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_hyb_gc_h.f > gfidi_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_hyb_gchdp.f > gfidi_hyb_gchdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfidi_gchdp_noadv_noq.f > gfidi_gchdp_noadv_noq.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ndslfv_pack.f > ndslfv_pack.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_pack.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_pack.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ndslfv_para.f > ndslfv_para.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_para.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ndslfv_monoadvh2.f > ndslfv_monoadvh2.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ndslfv_monoadvh.f > ndslfv_monoadvh.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ndslfv_monoadvv.f > ndslfv_monoadvv.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_to_spect.f > grid_to_spect.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect.f90
 grid_to_spect.f90(57): remark #7713: This statement function has not been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -5545,7 +5685,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_to_spect_slg.f > grid_to_spect_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_slg.f90
 grid_to_spect_slg.f90(49): remark #7713: This statement function has not been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ---------------^
@@ -5553,7 +5693,7 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD,ylan
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_to_spect_rqt.f > grid_to_spect_rqt.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
 grid_to_spect_rqt.f90(56): remark #7713: This statement function has not been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -5561,35 +5701,35 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gridzz_to_spect.f > gridzz_to_spect.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gridzz_to_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gridzz_to_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_grid.f > spect_to_grid.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_grid_slg.f > spect_to_grid_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_grid_gz.f > spect_to_grid_gz.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_gz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_gz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_grid_rqt.f > spect_to_grid_rqt.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_gridxy.f > spect_to_gridxy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_gridxy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spectpz_to_gridxy.f > spectpz_to_gridxy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM compns_dynamics.f > compns_dynamics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c compns_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c compns_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gozrineo.f > gozrineo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gozrineo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gozrineo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pln2eo.f > pln2eo.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c pln2eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c pln2eo.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM rms_spect.f > rms_spect.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c rms_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c rms_spect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM lats_shuff.f > lats_shuff.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c lats_shuff.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM uvoedz.f > uvoedz.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c uvoedz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c uvoedz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM mpi_quit.f > mpi_quit.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_quit.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sicdif_sig.f > sicdif_sig.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_sig.f90
 sicdif_sig.f90(25): remark #7713: This statement function has not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5597,7 +5737,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sicdif_hyb.f > sicdif_hyb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb.f90
 sicdif_hyb.f90(26): remark #7713: This statement function has not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5605,7 +5745,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sicdif_hyb_gc.f > sicdif_hyb_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
 sicdif_hyb_gc.f90(26): remark #7713: This statement function has not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5613,7 +5753,7 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sicdif_hyb_gcdp.f > sicdif_hyb_gcdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
 sicdif_hyb_gcdp.f90(33): remark #7713: This statement function has not been used.   [INDLSOD]
       integer              indlsod,jbasod
 ---------------------------^
@@ -5621,83 +5761,83 @@
       integer              indlsev,jbasev
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM common_to_model_vars.f > common_to_model_vars.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c common_to_model_vars.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c common_to_model_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM getpwatptot.f > getpwatptot.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c getpwatptot.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c getpwatptot.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sig2press.f > sig2press.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sig2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sig2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM hyb2press.f > hyb2press.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c hyb2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c hyb2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gch2press.f > gch2press.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gch2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gch2press.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM omega_sig.f > omega_sig.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM omega_hyb.f > omega_hyb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_hyb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM omega_gch.f > omega_gch.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gch.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gch.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM omega_gcdp.f > omega_gcdp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gcdp.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM slgscan_all_redgg.f > slgscan_all_redgg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c slgscan_all_redgg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c slgscan_all_redgg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_cd_hyb_slg.f > get_cd_hyb_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dficoll_dynamics.f > gfs_dficoll_dynamics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gfs_dficoll_dynamics_slg.f > gfs_dficoll_dynamics_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sicdif_hyb_slg.f > sicdif_hyb_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM deldifs_tracers.f > deldifs_tracers.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gloopa_tracers.f > gloopa_tracers.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gloopa_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gloopa_tracers.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM do_dynamics_slg_loop.f > do_dynamics_slg_loop.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM do_dynamics_one_loop.f > do_dynamics_one_loop.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
 do_dynamics_one_loop.f90(130): remark #7713: This statement function has not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM do_dynamics_two_loop.f > do_dynamics_two_loop.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
 do_dynamics_two_loop.f90(154): remark #7713: This statement function has not been used.   [INDLSOD]
       INTEGER               INDLSOD,JBASOD
 ----------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM model_to_common_vars.f > model_to_common_vars.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c model_to_common_vars.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c model_to_common_vars.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gather_times.f > gather_times.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c gather_times.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c gather_times.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM four_to_grid.f > four_to_grid.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c four_to_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c four_to_grid.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM four2fln_gg.f > four2fln_gg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM four2fln.f > four2fln.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sortrx.f > sortrx.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sortrx.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sumder2_slg_gg.f > sumder2_slg_gg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2_slg_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sumfln_slg_gg.f > sumfln_slg_gg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln_slg_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln_slg_gg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sumfln.f > sumfln.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sumder2.f > sumder2.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM triseori.f > triseori.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c triseori.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c triseori.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM triseof.f > triseof.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c triseof.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c triseof.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM uveodz.f > uveodz.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c uveodz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c uveodz.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM matinv.f > matinv.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c matinv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c matinv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ver_sig.f > ver_sig.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ver_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ver_sig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sig_io.f > sig_io.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c sig_io.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c sig_io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM get_topo_grid_grad.f > get_topo_grid_grad.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c get_topo_grid_grad.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c get_topo_grid_grad.f90
 get_topo_grid_grad.f90(63): remark #7713: This statement function has not been used.   [INDLSEV]
      &,       indlsev,jbasev,indev,indev1,indev2
 --------------^
@@ -5705,29 +5845,29 @@
      &,       indlsod,jbasod,indod,indod1,indod2
 --------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ysminv.f > ysminv.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c ysminv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c ysminv.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_fix.f > grid_fix.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_fix.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treadeo.io.f > treadeo.io.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treadeo.io_slg.f > treadeo.io_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treadeo_nemsio.f > treadeo_nemsio.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treadeo_nemsio_slg.f > treadeo_nemsio_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treadg_nemsio.f > treadg_nemsio.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treadg_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treadg_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM treads_nemsio.f > treads_nemsio.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c treads_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c treads_nemsio.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM twrites_rst.f > twrites_rst.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM twrites_hst.f > twrites_hst.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_hst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_hst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM twriteg_rst.f > twriteg_rst.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c twriteg_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c twriteg_rst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_to_spect_inp.f > grid_to_spect_inp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp.f90
 grid_to_spect_inp.f90(83): remark #7713: This statement function has not been used.   [INDLSEV]
       INTEGER              INDLSEV,JBASEV
 ---------------------------^
@@ -5735,7 +5875,7 @@
       INTEGER              INDLSOD,JBASOD
 ---------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM grid_to_spect_inp_slg.f > grid_to_spect_inp_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
 grid_to_spect_inp_slg.f90(85): remark #7713: This statement function has not been used.   [INDLSEV]
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ---------------^
@@ -5743,14 +5883,14 @@
      &,        INDLSEV,JBASEV,INDLSOD,JBASOD
 ------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM setsig.f > setsig.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c setsig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c setsig.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM spect_to_grid_inp.f > spect_to_grid_inp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_inp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_inp.f90
 ar -r gfs_dynamics.a bfilt_def.o gfs_dyn_machine.o gfs_dyn_resol_def.o gfs_dyn_gg_def.o gfs_dyn_vert_def.o gfs_dyn_io_header.o gfs_dyn_date_def.o slgshr.o pmgrid.o layout_grid_tracers.o layout_lag.o gfs_dyn_layout1.o namelist_dynamics_def.o gfs_dyn_coordinate_def.o gfs_dyn_lon_lat_para.o gfs_dyn_tracer_const.o gfs_dyn_tracer_config.o gfs_dyn_reduce_lons_grid_module.o gfs_dyn_matrix_sig_def.o gfs_dyn_mpi_def.o gfs_dyn_deldifs_def.o gfs_dyn_bfilt_def.o gfs_dyn_glats.o gfs_dyn_dfi_mod.o nemsio_def.o wrtout_dynamics.o wrtout_dynamics_slg_nemsio.o gfidi_hyb_gc_h_w_z.o get_w_z.o deldifs_def.o      dyn_gocart_tracer_config.o num_parthds.o gfs_dynamics_err_msg_mod.o gfs_dynamics_namelist_mod.o gfs_dynamics_start_time_get_mod.o gfs_dynamics_internal_state_mod.o gfs_dynamics_grid_create_mod.o gfs_dynamics_output.o gfs_dynamics_getcf_mod.o GFS_AddParameterToStateMod.o gfs_dynamics_initialize_mod.o gfs_dynamics_initialize_slg_mod.o gfs_dynamics_run_mod.o gfs_dynamics_finalize_mod.o gfs_dynamics_add_get_state_ESMFField_mod.o gfs_dynamics_states_mod.o gfs_dyn_physcons.o mpi_GV.o gfs_dynamics_grid_comp_mod.o  get_cd_hyb.o get_am_bm_hyb.o get_cd_hyb_gc.o get_cd_hyb_gcdp.o get_am_bm_hyb_gc.o get_am_bm_hyb_gcdp.o sltini_all.o set_halos_lag_sn.o setlats.o setlats_slg.o getysk.o getysk_gc.o redist_lats_a.o ifshuff.o shuffle_grid.o grid_collect.o grid_collect_ipe.o excha.o info.o four2grid_thread.o hpmdummy.o coundummy.o damp_speed.o damp_speed_noq.o deldifs.o deldifs_noq.o idea_deldifs_init.o idea_deldifs.o idea_deldifs_noq.o idea_getcoef.o input_fields.o input_fields_slg.o input_fields_rst.o delnpe.o delnpo.o dezouv.o impadj_sig.locl.o impadj_hyb.locl.o impadj_hyb.locl_gc.o impadj_hyb.locl_gcdp.o impadj_slg.locl.o dozeuv.o epslon.o filtereo.o filter1eo.o filter2eo.o filtereo_noq.o filter1eo_noq.o filter2eo_noq.o setlats_lag.o get_ls_node.o get_lats_node_shuff_a_fix.o getcon_lag.o getcon_dynamics.o gfidi_tracers.o gfidi_speed.o gfidi_sig.o gfidi_hyb.o gfidi_hyb_gc.o gfidi_hyb_gc_h.o gfidi_hyb_gchdp.o gfidi_gchdp_noadv_noq.o ndslfv_pack.o ndslfv_para.o ndslfv_monoadvh2.o ndslfv_monoadvh.o ndslfv_monoadvv.o grid_to_spect.o grid_to_spect_slg.o grid_to_spect_rqt.o gridzz_to_spect.o spect_to_grid.o spect_to_grid_slg.o spect_to_grid_gz.o spect_to_grid_rqt.o spect_to_gridxy.o spectpz_to_gridxy.o compns_dynamics.o gozrineo.o pln2eo.o rms_spect.o lats_shuff.o uvoedz.o mpi_quit.o sicdif_sig.o sicdif_hyb.o sicdif_hyb_gc.o sicdif_hyb_gcdp.o common_to_model_vars.o getpwatptot.o sig2press.o hyb2press.o gch2press.o omega_sig.o omega_hyb.o omega_gch.o omega_gcdp.o slgscan_all_redgg.o do_dynamics_mod.o get_cd_hyb_slg.o gfs_dficoll_dynamics.o gfs_dficoll_dynamics_slg.o sicdif_hyb_slg.o deldifs_tracers.o gloopa_tracers.o do_dynamics_slg_loop.o do_dynamics_one_loop.o do_dynamics_two_loop.o model_to_common_vars.o gather_times.o four_to_grid.o four2fln_gg.o four2fln.o sortrx.o sumder2_slg_gg.o sumfln_slg_gg.o sumfln.o sumder2.o triseori.o triseof.o uveodz.o matinv.o ver_sig.o sig_io.o get_topo_grid_grad.o ysminv.o grid_fix.o sigio_module.o sigio_r_module.o treadeo.io.o treadeo.io_slg.o treadeo_nemsio.o treadeo_nemsio_slg.o treadg_nemsio.o treads_nemsio.o twrites_rst.o twrites_hst.o twriteg_rst.o grid_to_spect_inp.o grid_to_spect_inp_slg.o setsig.o spect_to_grid_inp.o     gfs_dyn_stoch_data_mod.o gfs_get_pattern_mod.o gfs_dyn_patterngenerator.o
 ar: creating gfs_dynamics.a
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake && cd ..
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -5796,8 +5936,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -5838,8 +5978,8 @@
 makefile:114: warning: ignoring old commands for target `gfs_physics_err_msg_mod.o'
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
-       CHEM_MODi------from GFS/phys-----> /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include
-gmake[3]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+       CHEM_MODi------from GFS/phys-----> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 makefile:126: warning: overriding commands for target `gbphys_adv_hyb_gc.o'
 makefile:118: warning: ignoring old commands for target `gbphys_adv_hyb_gc.o'
 makefile:129: warning: overriding commands for target `gbphys_adv_hyb_gc_h.o'
@@ -5881,86 +6021,86 @@
 ../../../conf/make.rules:8: warning: overriding commands for target `.f.f90'
 makefile:107: warning: ignoring old commands for target `.f.f90'
 /lib/cpp -P -traditional resol_def.f > resol_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c resol_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c resol_def.f90
 /lib/cpp -P -traditional layout1.f > layout1.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c layout1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c layout1.f90
 /lib/cpp -P -traditional vert_def.f > vert_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c vert_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c vert_def.f90
 /lib/cpp -P -traditional gg_def.f > gg_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gg_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gg_def.f90
 /lib/cpp -P -traditional namelist_physics_def.f > namelist_physics_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_def.f90
 /lib/cpp -P -traditional coordinate_def.f > coordinate_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coordinate_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coordinate_def.f90
 /lib/cpp -P -traditional reduce_lons_grid_module.f > reduce_lons_grid_module.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_module.f90
 /lib/cpp -P -traditional mpi_def.f > mpi_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_def.f90
 /lib/cpp -P -traditional d3d_def.f > d3d_def.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM sfcio_module.f > sfcio_module.f90
 /lib/cpp -P -traditional sfcio_module.f > sfcio_module.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -c sfcio_module.f90
 /lib/cpp -P -traditional mod_state.f > mod_state.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mod_state.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mod_state.f90
 /lib/cpp -P -traditional nstio_module.f > nstio_module.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c nstio_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c nstio_module.f90
 /lib/cpp -P -traditional gfs_physics_err_msg_mod.f > gfs_physics_err_msg_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c gfs_physics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c gfs_physics_err_msg_mod.f90
 /lib/cpp -P -traditional gfs_physics_sfc_flx_mod.f >gfs_physics_sfc_flx_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
 /lib/cpp -P -traditional gfs_physics_nst_var_mod.f >gfs_physics_nst_var_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_sfc_flx_set_mod.f >gfs_physics_sfc_flx_set_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_set_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_set_mod.f90
 /lib/cpp -P -traditional gfs_physics_gridgr_mod.f >gfs_physics_gridgr_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
 /lib/cpp -P -traditional gfs_physics_g2d_mod.f >gfs_physics_g2d_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
 /lib/cpp -P -traditional gfs_physics_g3d_mod.f >gfs_physics_g3d_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
 /lib/cpp -P -traditional gfs_physics_aoi_var_mod.f >gfs_physics_aoi_var_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
 /lib/cpp -P -traditional gfs_physics_namelist_mod.f >gfs_physics_namelist_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_namelist_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_namelist_mod.f90
 /lib/cpp -P -traditional gfs_physics_start_time_get_mod.f >gfs_physics_start_time_get_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_start_time_get_mod.f90
 /lib/cpp -P -traditional gfs_physics_internal_state_mod.f >gfs_physics_internal_state_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
 /lib/cpp -P -traditional gfs_physics_grid_create_mod.f >gfs_physics_grid_create_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_create_mod.f90
 /lib/cpp -P -traditional gfs_physics_output.f >gfs_physics_output.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_output.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_output.f90
 /lib/cpp -P -traditional gfs_physics_getcf_mod.f >gfs_physics_getcf_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
 /lib/cpp -P -traditional gfs_physics_initialize_mod.f >gfs_physics_initialize_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
 /lib/cpp -P -traditional gfs_physics_run_mod.f >gfs_physics_run_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
 /lib/cpp -P -traditional gfs_physics_finalize_mod.f >gfs_physics_finalize_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
 /lib/cpp -P -traditional gfs_physics_add_get_state_ESMFField_mod.f >gfs_physics_add_get_state_ESMFField_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFField_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFField_mod.f90
 /lib/cpp -P -traditional gfs_phy_states_mod.f >gfs_phy_states_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_phy_states_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_phy_states_mod.f90
 /lib/cpp -P -traditional gfs_physics_grid_comp_mod.f >gfs_physics_grid_comp_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
 /lib/cpp -P -traditional glats_physics.f > glats_physics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gcycle.f > gcycle.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gcycle.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gcycle.f90
 /lib/cpp -P -traditional do_physics_one_step.f > do_physics_one_step.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c do_physics_one_step.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c do_physics_one_step.f90
 /lib/cpp -P -traditional get_lats_node_shuff_r_fix.f > get_lats_node_shuff_r_fix.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c get_lats_node_shuff_r_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c get_lats_node_shuff_r_fix.f90
 /lib/cpp -P -traditional setlats.f > setlats.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats.f90
 /lib/cpp -P -traditional setlats_r_slg.f > setlats_r_slg.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats_r_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats_r_slg.f90
 /lib/cpp -P -traditional lats_shuff.f > lats_shuff.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lats_shuff.f90
 /lib/cpp -P -traditional getcon_physics.f > getcon_physics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c getcon_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c getcon_physics.f90
 getcon_physics.f90(42): remark #7713: This statement function has not been used.   [INDLSEV]
       integer              indlsev,jbasev,indlsod,jbasod
 ---------------------------^
@@ -5968,84 +6108,84 @@
       integer              indlsev,jbasev,indlsod,jbasod
 ------------------------------------------^
 /lib/cpp -P -traditional lon_lat_para.f > lon_lat_para.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lon_lat_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lon_lat_para.f90
 /lib/cpp -P -traditional compns_physics.f > compns_physics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c compns_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c compns_physics.f90
 /lib/cpp -P -traditional info.f > info.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
 /lib/cpp -P -traditional coundummy.f > coundummy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
 /lib/cpp -P -traditional sortrx.f > sortrx.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c sortrx.f90
 /lib/cpp -P -traditional mpi_quit.f > mpi_quit.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_quit.f90
 /lib/cpp -P -traditional dfi_fixwr.f > dfi_fixwr.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dfi_fixwr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dfi_fixwr.f90
 /lib/cpp -P -traditional hpmdummy.f > hpmdummy.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gloopr.f > gloopr.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gloopb.f > gloopb.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gbphys_adv_hyb_gc.f > gbphys_adv_hyb_gc.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gbphys_adv_hyb_gc_h.f > gbphys_adv_hyb_gc_h.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc_h.f90
 /lib/cpp -P -traditional fix_fields.f > fix_fields.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM read_fix.f > read_fix.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c read_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c read_fix.f90
 /lib/cpp -P -traditional GFS_simple_scatter.f > GFS_simple_scatter.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM wrtout_physics.f > wrtout_physics.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM fld_collect.f > fld_collect.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM fld_collect_nst.f > fld_collect_nst.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gribit_gsm.f > gribit_gsm.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM aoicpl_prep.f > aoicpl_prep.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM para_fixio_w.f > para_fixio_w.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM para_nst_w.f > para_nst_w.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_nst_w.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8 -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_nst_w.f90
 ar -r gfs_physics.a resol_def.o layout1.o vert_def.o gg_def.o namelist_physics_def.o coordinate_def.o reduce_lons_grid_module.o mpi_def.o d3d_def.o sfcio_module.o mod_state.o nstio_module.o gfs_physics_err_msg_mod.o gfs_physics_sfc_flx_mod.o gfs_physics_nst_var_mod.o gfs_physics_sfc_flx_set_mod.o gfs_physics_gridgr_mod.o gfs_physics_g2d_mod.o gfs_physics_g3d_mod.o gfs_physics_aoi_var_mod.o gfs_physics_namelist_mod.o gfs_physics_start_time_get_mod.o gfs_physics_internal_state_mod.o gfs_physics_grid_create_mod.o gfs_physics_output.o gfs_physics_getcf_mod.o gfs_physics_initialize_mod.o gfs_physics_run_mod.o gfs_physics_finalize_mod.o gfs_physics_add_get_state_ESMFField_mod.o gfs_phy_states_mod.o gfs_physics_grid_comp_mod.o glats_physics.o gcycle.o do_physics_one_step.o get_lats_node_shuff_r_fix.o setlats.o setlats_r_slg.o lats_shuff.o getcon_physics.o lon_lat_para.o compns_physics.o info.o coundummy.o sortrx.o mpi_quit.o dfi_fixwr.o hpmdummy.o gloopr.o gloopb.o gbphys_adv_hyb_gc.o gbphys_adv_hyb_gc_h.o fix_fields.o read_fix.o GFS_simple_scatter.o wrtout_physics.o fld_collect.o fld_collect_nst.o gribit_gsm.o wrt3d_hyb.o wrt3d.o aoicpl_prep.o para_fixio_w.o para_nst_w.o
 ar: creating gfs_physics.a
-gmake[3]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/phys'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GOCART_ROUTINES.F90 > module_GOCART_ROUTINES.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/include/GMAO_mpeu -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c module_GOCART_ROUTINES.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c module_GOCART_ROUTINES.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_CORE_SETUP.F90 > module_GFS_CORE_SETUP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_INTERNAL_STATE.F90 > module_GFS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_INTEGRATE.F90 > module_GFS_INTEGRATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_GRID_COMP.F90 > module_GFS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8  -I../share -Iio -Ilibutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_GRID_COMP.f90
 ar -r libgfs.a  module_GOCART_ROUTINES.o module_GFS_CORE_SETUP.o module_GFS_INTERNAL_STATE.o module_GFS_INTEGRATE.o module_GFS_GRID_COMP.o
 ar: creating libgfs.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 makefile:54: depend: No such file or directory
 ls -1 fim_internal_state.F90 fim_grid_comp.F90 module_FIM_INTEGRATE.F90 module_DYNAMICS_GRID_COMP.F90 module_DYN_PHY_CPL_COMP.F90 module_PHYSICS_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM fim_grid_comp_stub.F90 > fim_grid_comp_stub.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -I../share -c fim_grid_comp_stub.f90
 ar -r libfimtop.a fim_grid_comp_stub.o
 ar: creating libfimtop.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -6063,8 +6203,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 makefile:39: warning: overriding commands for target `post_nmm.o'
 makefile:36: warning: ignoring old commands for target `post_nmm.o'
 makefile:39: warning: overriding commands for target `post_nems_routines.o'
@@ -6085,25 +6225,25 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -I../share -c post_nems_routines_stub.f90
 ar -r libpost.a post_gfs_stub.o post_nmm_stub.o post_nems_routines_stub.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/post'
 cd atmos               && gmake
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 makefile:40: depend: No such file or directory
 ls -1 module_ATM_INTERNAL_STATE.F90 module_ATM_GRID_COMP.F90 > Srcfiles
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ATM_INTERNAL_STATE.F90 > module_ATM_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_ATM_GRID_COMP.F90 > module_ATM_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Ishare -Inmm -Igsm -Ifim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
 ar -r libatmos.a module_ATM_INTERNAL_STATE.o module_ATM_GRID_COMP.o
 ar: creating libatmos.a
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos'
 cd ENS_Cpl             && gmake
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 makefile:124: depend: No such file or directory
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Lib_ESMFStateAddGetMod.f > Lib_ESMFStateAddGetMod.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM machine.f > machine.f90
@@ -6126,9 +6266,9 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-gmake[2]: Entering directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -free -c Lib_ESMFStateAddGetMod.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -fixed -c machine.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -free -c ENS_Cpl_InternalState_ESMFMod.f90
@@ -6148,36 +6288,36 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -free -r8   -free -c Cal_Sto_Coef.f90
 ar -r ENS_Cpl.a Lib_ESMFStateAddGetMod.o machine.o ENS_Cpl_InternalState_ESMFMod.o ENS_bcst_global.o ENS_Sto_Per_Scheme_Step2.o DistributeForStep1.o ENS_CplState_ESMFMod.o ENS_Cpl_Run_ESMFMod.o ENS_Cpl_ESMFMod.o ENS_GetParameterFromStateMod.o ENS_CplComp_ESMFMod.o ENS_Sto_Per_Scheme_Step1.o kinds.o peuc.o pran.o prana.o Cal_Sto_Coef.o
 ar: creating ENS_Cpl.a
-gmake[2]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-gmake[1]: Leaving directory `/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 11:21:53 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=324' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
 rm module_MEDIATOR_methods.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 11:21:53 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR.F90 > module_MEDIATOR.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=324' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
 rm module_MEDIATOR.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 11:21:53 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=324' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
 rm module_MEDIATOR_SpaceWeather.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 11:21:53 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=324' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
 rm module_EARTH_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 11:21:53 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=324' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
 rm module_EARTH_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 11:21:53 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=324' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
 rm module_NEMS_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 11:21:53 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=324' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
 rm module_NEMS_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Tom.Black) Thu Nov 17 11:21:53 EST 2016 r84164 https://svnemc.ncep.noaa.gov/projects/nems/trunk/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=322' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Sat Nov 19 01:07:15 UTC 2016 r84617 https://svnemc.ncep.noaa.gov/projects/nems/branches/tripptime/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=324' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nceplibs/incmod/nemsio_v2.2.3 -I/apps/netcdf/4.3.0-intel/include -fp-model strict -Iatmos -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
 rm MAIN_NEMS.f90
        CHEM_MODE ----------->compile
        PHYS_MODE ----------->compile
-       PHYS_INC----------->/scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys
-mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291   -o ../exe/NEMS.x MAIN_NEMS.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  atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/gsm/io/libio.a atmos/gen/libgen.a atmos/fim/libfimtop.a atmos/gsm/libutil/gfs_libutil.a atmos/gsm/phys/gfs_physics.a /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/gsm/dyn/gfs_dynamics.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a   /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libGOCART_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libCO2_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libCFC_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libO3_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libBC_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libSU_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libChem_Base.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libGMAO_gfio_r8.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /scratch3/NCEPDEV/stmp1/Tom.Black/trunk_NEMSLegacy/NEMS/src/chem/gocart/Linux/lib/libGMAO_mpeu.a   atmos/gsm/phys/gfs_physics.a atmos/gsm/dyn/gfs_dynamics.a /scratch3/NCEPDEV/nceplibs/libnemsio_v2.2.3.a /scratch3/NCEPDEV/nwprod/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /scratch3/NCEPDEV/nwprod/lib/w3emc/v2.0.5/libw3emc_v2.0.5_d.a /scratch3/NCEPDEV/nwprod/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /scratch3/NCEPDEV/nwprod/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/apps/netcdf/4.3.0-intel/lib -lnetcdff -lnetcdf -L/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default -L/apps/netcdf/4.3.0-intel/lib -L/apps/intel/impi/5.0.3.048/intel64/lib/release_mt -L/apps/intel/impi/5.0.3.048/intel64/lib -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -Wl,-rpath,/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib -lesmf  -ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf   
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291   -o ../exe/NEMS.x MAIN_NEMS.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  atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/gsm/io/libio.a atmos/gen/libgen.a atmos/fim/libfimtop.a atmos/gsm/libutil/gfs_libutil.a atmos/gsm/phys/gfs_physics.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/gsm/dyn/gfs_dynamics.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libGOCART_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libCO2_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libCFC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libO3_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libBC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libSU_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libChem_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libGMAO_gfio_r8.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/tripptime/NEMS/src/chem/gocart/Linux/lib/libGMAO_mpeu.a   atmos/gsm/phys/gfs_physics.a atmos/gsm/dyn/gfs_dynamics.a /scratch3/NCEPDEV/nceplibs/libnemsio_v2.2.3.a /scratch3/NCEPDEV/nwprod/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /scratch3/NCEPDEV/nwprod/lib/w3emc/v2.0.5/libw3emc_v2.0.5_d.a /scratch3/NCEPDEV/nwprod/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /scratch3/NCEPDEV/nwprod/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/apps/netcdf/4.3.0-intel/lib -lnetcdff -lnetcdf -L/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default -L/apps/netcdf/4.3.0-intel/lib -L/apps/intel/impi/5.0.3.048/intel64/lib/release_mt -L/apps/intel/impi/5.0.3.048/intel64/lib -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4 -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64 -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../../lib64/ -L/lib/../lib64 -L/lib/../lib64/ -L/usr/lib/../lib64 -L/usr/lib/../lib64/ -L/apps/intel/composer_xe_2015.1.133/compiler/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/mkl/lib/intel64/ -L/apps/intel/composer_xe_2015.1.133/tbb/lib/intel64/gcc4.4/ -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../../ -L/lib64 -L/lib/ -L/usr/lib64 -L/usr/lib -Wl,-rpath,/apps/esmf/7.0.0/intel/intelmpi/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/apps/netcdf/4.3.0-intel/lib -lesmf  -ldl -lrt -lpthread -limf -lsvml -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -lnetcdff -lnetcdf   
 NEMS.x successfully created for GSM core.
 + set +x
 NOTE: Success!
Index: checkout/tests/RegressionTests_theia.log
===================================================================
--- checkout/tests/RegressionTests_theia.log	(revision 84611)
+++ checkout/tests/RegressionTests_theia.log	(revision 84674)
@@ -1,4 +1,4 @@
-Thu Nov 17 09:21:08 EST 2016
+Fri Nov 18 20:58:34 UTC 2016
 Start Regression test
 
 
@@ -8,8 +8,8 @@
 Test 1 nmm_cntrl Compare NMMB-global results with previous trunk version
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/NMMB_glob
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/nmm_cntrl
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_cntrl
 Checking test 1 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
@@ -23,37 +23,64 @@
 
 
 
-Test 2 nmm_rest_nio Test NMMB-global restart run from NEMSIO file
+Test 2 nmm_nemsio Test NMMB-global NEMSIO as input file
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/NMMB_glob
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/nmm_rest_nio
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_nemsio
 Checking test 2 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
 Test 2 PASS 
 
 
 
-Test 3 nmm_decomp Test NMMB-global different decomposition
+Test 3 nmm_rest Test NMMB-global restart run
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/NMMB_glob
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/nmm_decomp
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_rest
 Checking test 3 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 3 PASS 
+
+
+
+Test 4 nmm_rest_nio Test NMMB-global restart run from NEMSIO file
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_rest_nio
+Checking test 4 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 4 PASS 
+
+
+
+Test 5 nmm_decomp Test NMMB-global different decomposition
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_decomp
+Checking test 5 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
-Test 3 PASS 
+Test 5 PASS 
 
 
 
-Test 4 nmm_thread Test NMMB-global threading
+Test 6 nmm_thread Test NMMB-global threading
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/NMMB_glob
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/nmm_thread
-Checking test 4 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_thread
+Checking test 6 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
@@ -60,106 +87,526 @@
  Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
  Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
  Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
-Test 4 PASS 
+Test 6 PASS 
 
 
 
-Test 5 nmm_reg_nemsio Test NMMB-regional NEMSIO as input file
+Test 7 nmm_reg_ctl Compare NMMB-regional results with previous trunk version
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/nmm_reg_nemsio
-Checking test 5 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_ctl
+Checking test 7 results ....
  Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+ Comparing pcp.hr1.01.bin.........OK
+ Comparing pcp.hr2.01.bin.........OK
+ Comparing pcp.hr3.01.bin.........OK
+ Comparing pcp.hr4.01.bin.........OK
+ Comparing pcp.hr5.01.bin.........OK
+ Comparing pcp.hr6.01.bin.........OK
+ Comparing pcp.hr7.01.bin.........OK
+Test 7 PASS 
+
+
+
+Test 8 nmm_reg_nemsio Test NMMB-regional NEMSIO as input file
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_nemsio
+Checking test 8 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0012h_00m_00.00s.........OK
-Test 5 PASS 
+Test 8 PASS 
 
 
 
-Test 6 nmm_reg_rst Test NMMB-regional restart run
+Test 9 nmm_reg_rst Test NMMB-regional restart run
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/nmm_reg_rst
-Checking test 6 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_rst
+Checking test 9 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
-Test 6 PASS 
+Test 9 PASS 
 
 
 
-Test 7 nmm_nest_rest Test NMMB-regional static nests with restart
+Test 10 nmm_reg_rst_nio Test NMMB-regional restart run with NEMSIO file
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/NMMB_nests
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/nmm_nest_rest
-Checking test 7 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_rst_nio
+Checking test 10 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 10 PASS 
+
+
+
+Test 11 nmm_reg_decomp Test NMMB-regional different decomposition
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_decomp
+Checking test 11 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
+Test 11 PASS 
+
+
+
+Test 12 nmm_reg_thread Test NMMB-regional threading
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_thread
+Checking test 12 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+Test 12 PASS 
+
+
+
+Test 13 nmm_reg_sel_phy Test NMMB-regional with selected GFS physics schemes
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_sel_phy
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_sel_phy
+Checking test 13 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 13 PASS 
+
+
+
+Test 14 nmm_reg_spec_adv Test NMMB-regional with separate species advection ON
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_spec_adv
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_spec_adv
+Checking test 14 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 14 PASS 
+
+
+
+Test 15 nmm_reg_spec_adv_rst Test NMMB-regional with separate species advection ON
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_spec_adv
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_spec_adv_rst
+Checking test 15 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+Test 15 PASS 
+
+
+
+Test 16 nmm_reg_wsm6_gfdl Test NMMB-regional with physics schemes WSM6 and GFDL
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_wsm6_gfdl
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_wsm6_gfdl
+Checking test 16 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 16 PASS 
+
+
+
+Test 17 nmm_reg_wsm6_rrtm Test NMMB-regional with physics schemes WSM6 and RRTM
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_wsm6_rrtm
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_wsm6_rrtm
+Checking test 17 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 17 PASS 
+
+
+
+Test 18 nmm_reg_sas_zhao Test NMMB-regional with physics schemes SAS, ZHAO
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_sas_zhao
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_sas_zhao
+Checking test 18 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 18 PASS 
+
+
+
+Test 19 nmm_reg_thomp Test NMMB-regional with THOMPSON microphysics scheme
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_thomp
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_thomp
+Checking test 19 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 19 PASS 
+
+
+
+Test 20 nmm_reg_hur Test NMMB-regional with HWRF physics
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_hur
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_hur
+Checking test 20 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 20 PASS 
+
+
+
+Test 21 nmm_reg_pcpadj Test NMMB-regional with precipitation adjustment on
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_pcpadj
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_pcpadj
+Checking test 21 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 21 PASS 
+
+
+
+Test 22 nmm_reg_timesr Test NMMB-regional writing time series
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_timesr
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_timesr
+Checking test 22 results ....
+ Comparing nmmb_hst_01_bin_0006h_00m_00.00s.........OK
+ Comparing ts_p01_d01.bin.........OK
+ Comparing ts_p02_d01.bin.........OK
+Test 22 PASS 
+
+
+
+Test 23 nmm_nests Test NMMB-regional with static nests
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_nests
+Checking test 23 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
  Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
-Test 7 PASS 
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 23 PASS 
 
 
 
+Test 24 nmm_nest_rest Test NMMB-regional static nests with restart
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_nest_rest
+Checking test 24 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+Test 24 PASS 
+
+
+
+Test 25 nmm_reg_filt Test NMMB-regional digital filter with static nests
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_filt
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_filt
+Checking test 25 results ....
+ Comparing nmmb_hst_01_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0003h_00m_00.00s.........OK
+Test 25 PASS 
+
+
+
+Test 26 nmm_reg_filt_zombie Test NMMB-regional digital filter with zombie grandchild
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_filt_zombie
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_filt_zombie
+Checking test 26 results ....
+ Comparing nmmb_hst_01_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0003h_00m_00.00s.........OK
+Test 26 PASS 
+
+
+
+Test 27 nmm_mvg_nests Test NMMB-regional with moving nests
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_mvg_nests
+Checking test 27 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 27 PASS 
+
+
+
+Test 28 nmm_mvg_nests_restart Test NMMB-regional with moving nests - RESTART
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_mvg_nests_restart
+Checking test 28 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+Test 28 PASS 
+
+
+
+Test 29 nmm_mvg_nests_gens Test NMMB-regional with 1-way moving nests and generational task assignments
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_mvg_nests_gens
+Checking test 29 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 29 PASS 
+
+
+
+Test 30 nmm_2way_nests Test NMMB-regional with 2-way moving nests
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_2way_nests
+Checking test 30 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 30 PASS 
+
+
+
+Test 31 nmm_2way_nests_restart Test NMMB-regional with 2-way moving nests - RESTART
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_2way_nests_restart
+Checking test 31 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+Test 31 PASS 
+
+
+
 Removing old exe/NEMS.x
 NEMSAppBuilder  app=NMM-DEBUG 
-Test 8 nmm_reg_rst_nio_debug Test NMMB-regional restart run with NEMSIO file DEBUG
+Test 32 nmm_reg_rst_nio_debug Test NMMB-regional restart run with NEMSIO file DEBUG
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/nmm_reg_rst_nio_debug
-Checking test 8 results ....
-Test 8 PASS 
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_rst_nio_debug
+Checking test 32 results ....
+Test 32 PASS 
 
 
 
-Test 9 nmm_reg_rst_debug Test NMMB-regional restart run DEBUG
+Test 33 nmm_reg_rst_debug Test NMMB-regional restart run DEBUG
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/nmm_reg_rst_debug
-Checking test 9 results ....
-Test 9 PASS 
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_rst_debug
+Checking test 33 results ....
+Test 33 PASS 
 
 
 
-Test 10 nmm_reg_ctl_debug Compare NMMB-regional results with previous trunk version DEBUG
+Test 34 nmm_reg_ctl_debug Compare NMMB-regional results with previous trunk version DEBUG
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/nmm_reg_ctl_debug
-Checking test 10 results ....
-Test 10 PASS 
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_reg_ctl_debug
+Checking test 34 results ....
+Test 34 PASS 
 
 
 
-Test 11 nmm_2way_nests_debug Test NMMB-regional with 2-way moving nests DEBUG
+Test 35 nmm_2way_nests_debug Test NMMB-regional with 2-way moving nests DEBUG
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/NMMB_2way_nests
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/nmm_2way_nests_debug
-Checking test 11 results ....
-Test 11 PASS 
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/nmm_2way_nests_debug
+Checking test 35 results ....
+Test 35 PASS 
 
 
 
 Removing old exe/NEMS.x
 NEMSAppBuilder  app=GSM 
-Test 12 gfs_eulerian GFS eulerian dycore,32 total proc (tasks), 1 thread, quilt, digital filter on reduced grid
-Test 12
+Test 36 gfs_eulerian GFS eulerian dycore,32 total proc (tasks), 1 thread, quilt, digital filter on reduced grid
+Test 36
 GFS eulerian dycore,32 total proc (tasks), 1 thread, quilt, digital filter on reduced grid
 GFS, 32 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/GFS_EULERIAN
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/gfs_eulerian
-Checking test 12 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_EULERIAN
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_eulerian
+Checking test 36 results ....
  Comparing sigf03.........OK
  Comparing sigf06.........OK
  Comparing sigf12.........OK
@@ -175,19 +622,19 @@
  Comparing flxf12.........OK
  Comparing flxf24.........OK
  Comparing flxf48.........OK
-Test 12 PASS 
+Test 36 PASS 
 
 
 
-Test 13 wam_gh_l150 WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting
-Test 13
+Test 37 wam_gh_l150 WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting
+Test 37
 WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting
 GFS, 32 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/WAM_gh_l150
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/wam_gh_l150
-Checking test 13 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l150
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/wam_gh_l150
+Checking test 37 results ....
  Comparing sigf00.........OK
  Comparing sigf03.........OK
  Comparing sigf06.........OK
@@ -203,19 +650,19 @@
  Comparing flxf06.........OK
  Comparing flxf12.........OK
  Comparing flxf24.........OK
-Test 13 PASS 
+Test 37 PASS 
 
 
 
-Test 14 wam_gh_l150_nemsio WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O
-Test 14
+Test 38 wam_gh_l150_nemsio WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O
+Test 38
 WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O
 GFS, 33 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/WAM_gh_l150_nemsio
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/wam_gh_l150_nemsio
-Checking test 14 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l150_nemsio
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/wam_gh_l150_nemsio
+Checking test 38 results ....
  Comparing sigf00.........OK
  Comparing sigf03.........OK
  Comparing sigf06.........OK
@@ -234,19 +681,19 @@
  Comparing flxf12.........OK
  Comparing flxf24.........OK
  Comparing flxf48.........OK
-Test 14 PASS 
+Test 38 PASS 
 
 
 
-Test 15 gfs_slg Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
-Test 15
+Test 39 gfs_slg Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 39
 Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
 GFS, 33 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/GFS_SLG
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/gfs_slg
-Checking test 15 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_slg
+Checking test 39 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
  Comparing sigf24.........OK
@@ -256,19 +703,19 @@
  Comparing flxf00.........OK
  Comparing flxf01.........OK
  Comparing flxf24.........OK
-Test 15 PASS 
+Test 39 PASS 
 
 
 
-Test 16 gfs_slg_nsst Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
-Test 16
+Test 40 gfs_slg_nsst Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 40
 Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
 GFS, 33 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/GFS_SLG_NSST
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/gfs_slg_nsst
-Checking test 16 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_NSST
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_slg_nsst
+Checking test 40 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
  Comparing sigf24.........OK
@@ -281,36 +728,36 @@
  Comparing flxf00.........OK
  Comparing flxf01.........OK
  Comparing flxf24.........OK
-Test 16 PASS 
+Test 40 PASS 
 
 
 
-Test 17 gfs_slg_adiabatic Run SLG adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
-Test 17
+Test 41 gfs_slg_adiabatic Run SLG adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 41
 Run SLG adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
 GFS, 32 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/GFS_SLG_ADIABATIC
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/gfs_slg_adiabatic
-Checking test 17 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_ADIABATIC
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_slg_adiabatic
+Checking test 41 results ....
  Comparing sigf00.........OK
  Comparing sigf06.........OK
  Comparing sigf12.........OK
  Comparing sigf24.........OK
-Test 17 PASS 
+Test 41 PASS 
 
 
 
-Test 18 gfs_slg_48pe Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions, 48pe
-Test 18
+Test 42 gfs_slg_48pe Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions, 48pe
+Test 42
 Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions, 48pe
 GFS, 48 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/GFS_SLG_48PE
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/gfs_slg_48pe
-Checking test 18 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_48PE
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_slg_48pe
+Checking test 42 results ....
  Comparing sigf00.........OK
  Comparing sigf06.........OK
  Comparing sigf12.........OK
@@ -323,19 +770,19 @@
  Comparing flxf06.........OK
  Comparing flxf12.........OK
  Comparing flxf24.........OK
-Test 18 PASS 
+Test 42 PASS 
 
 
 
-Test 19 gfs_slg_rsthst Run SLG restart from history file non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
-Test 19
+Test 43 gfs_slg_rsthst Run SLG restart from history file non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 43
 Run SLG restart from history file non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
 GFS, 33 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/GFS_SLG_RSTHST
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/gfs_slg_rsthst
-Checking test 19 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_RSTHST
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_slg_rsthst
+Checking test 43 results ....
  Comparing sigf30.........OK
  Comparing sigf48.........OK
  Comparing sfcf30.........OK
@@ -342,19 +789,19 @@
  Comparing sfcf48.........OK
  Comparing flxf30.........OK
  Comparing flxf48.........OK
-Test 19 PASS 
+Test 43 PASS 
 
 
 
-Test 20 gfs_slg_t574 Run T574 SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
-Test 20
+Test 44 gfs_slg_t574 Run T574 SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 44
 Run T574 SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
 GFS, 96 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/GFS_SLG_T574
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/gfs_slg_t574
-Checking test 20 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_T574
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_slg_t574
+Checking test 44 results ....
  Comparing sigf00.........OK
  Comparing SIG.F06.........OK
  Comparing SIG.F12.........OK
@@ -367,19 +814,19 @@
  Comparing FLX.F06.........OK
  Comparing FLX.F12.........OK
  Comparing flxf24.........OK
-Test 20 PASS 
+Test 44 PASS 
 
 
 
-Test 21 gfs_slg_stochy Run SLG non-adiabatic test with NEMSIO and digital filter and stochastic physics from NEMSIO initial conditions
-Test 21
+Test 45 gfs_slg_stochy Run SLG non-adiabatic test with NEMSIO and digital filter and stochastic physics from NEMSIO initial conditions
+Test 45
 Run SLG non-adiabatic test with NEMSIO and digital filter and stochastic physics from NEMSIO initial conditions
 GFS, 33 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/GFS_SLG_STOCHY
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/gfs_slg_stochy
-Checking test 21 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_STOCHY
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_slg_stochy
+Checking test 45 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
  Comparing sigf24.........OK
@@ -389,19 +836,19 @@
  Comparing flxf00.........OK
  Comparing flxf01.........OK
  Comparing flxf24.........OK
-Test 21 PASS 
+Test 45 PASS 
 
 
 
-Test 22 gfs_slg_land Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
-Test 22
+Test 46 gfs_slg_land Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 46
 Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
 GFS, 33 proc, 1 thread
 
 
-baseline dir = /scratch4/NCEPDEV/stmp4/Tom.Black/REGRESSION_TEST/GFS_SLG_LAND
-working dir  = /scratch4/NCEPDEV/stmp3/Tom.Black/rt_103925/gfs_slg_land
-Checking test 22 results ....
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_LAND
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_122309/gfs_slg_land
+Checking test 46 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
  Comparing sigf24.........OK
@@ -411,14 +858,14 @@
  Comparing flxf00.........OK
  Comparing flxf01.........OK
  Comparing flxf24.........OK
-Test 22 PASS 
+Test 46 PASS 
 
 
 
 Removing old exe/NEMS.x
 NEMSAppBuilder  app=GSM-GOCART 
-Test 23 gfs_gocart_nemsio GFS_GOCART with NEMSIO
-Test 23
+Test 47 gfs_gocart_nemsio GFS_GOCART with NEMSIO
+Test 47
 GFS_GOCART with NEMSIO
 GFS, 64 proc, 1 thread
 
@@ -425,7 +872,7 @@
 
 
 
-Checking test 23 results ....
+Checking test 47 results ....
  Comparing ngac.t00z.sigf00.........OK
  Comparing ngac.t00z.sigf03.........OK
  Comparing ngac.t00z.sigf06.........OK
@@ -441,10 +888,10 @@
  Comparing ngac.t00z.aerf06.........OK
  Comparing ngac.t00z.aerf12.........OK
  Comparing ngac.t00z.aerf24.........OK
-Test 23 PASS 
+Test 47 PASS 
 
 
 
 
 REGRESSION TEST WAS SUCCESSFUL
-Thu Nov 17 11:40:23 EST 2016
+Sat Nov 19 01:29:28 UTC 2016
Index: checkout/tests
===================================================================
--- checkout/tests	(revision 84611)
+++ checkout/tests	(revision 84674)

Property changes on: checkout/tests
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/tripptime/tests:r84602-84673
Index: checkout/src/module_NEMS_GRID_COMP.F90
===================================================================
--- checkout/src/module_NEMS_GRID_COMP.F90	(revision 84611)
+++ checkout/src/module_NEMS_GRID_COMP.F90	(revision 84674)
@@ -81,7 +81,7 @@
       TYPE(ESMF_Clock), SAVE :: CLOCK_NEMS                                 !<-- The ESMF Clock of the NEMS component
       TYPE(ESMF_Config),SAVE :: CF_NEMS                                    !<-- The configure object of the NEMS component
       TYPE(ESMF_VM),    SAVE :: VM_GLOBAL
-      TYPE(ESMF_TIME),  SAVE :: STARTTIME
+      TYPE(ESMF_TIME),  SAVE :: STARTTIME, CURRTIME
 !
       TYPE(ESMF_CplComp),SAVE :: ENS_CPL_COMP                              !<-- Ensemble Coupler components
       TYPE(ESMF_State),  SAVE :: ENS_CPL_IMP_STATE                         !<-- Import state of the Ensemble Coupler component
@@ -203,7 +203,7 @@
 !***  Local Variables
 !---------------------
 !
-      TYPE(ESMF_TimeInterval) :: RUNDURATION
+      TYPE(ESMF_TimeInterval) :: RUNDURATION, restartOffset
 !
       CHARACTER(20) :: PELAB
 !
@@ -217,7 +217,8 @@
                 ,NHOURS_FCST                                            &
                 ,NSECONDS_FCST                                          &
                 ,PE_MAX                                                 &
-                ,TASKS
+                ,TASKS                                                  &
+                ,fhrot
 !
       INTEGER,DIMENSION(:,:),ALLOCATABLE :: PETLIST                        !<-- Task list for each ensemble member
 !
@@ -618,8 +619,30 @@
         END DO
 !
       END IF
+
 !
 !-----------------------------------------------------------------------
+!***  Adjust the currTime of the NEMS clock: CLOCK_NEMS
+!***  if the fhrot is > 0
+!***  This will correctly set the NEMS and EARTH clocks in case of
+!***  Restart-From-History.
+!-----------------------------------------------------------------------
+
+      CALL ESMF_ConfigGetAttribute(config = CF_NEMS &
+                                   ,value  = fhrot &
+                                   ,label  = 'fhrot:' &
+                                   ,default = 0 &
+                                   ,rc     = RC)
+      ESMF_ERR_RETURN(RC,RC_INIT)
+      if (fhrot > 0) then
+        CALL ESMF_TimeIntervalSet(restartOffset, h=fhrot,rc=RC)
+        ESMF_ERR_RETURN(RC,RC_INIT)
+        CURRTIME = STARTTIME + restartOffset
+        call ESMF_ClockSet(CLOCK_NEMS, currTime=CURRTIME, rc=RC)
+        ESMF_ERR_RETURN(RC,RC_INIT)
+      endif
+!
+!-----------------------------------------------------------------------
 !***  Execute the Initialize step of each element of the EARTH
 !***  component array.
 !-----------------------------------------------------------------------
Index: checkout/src
===================================================================
--- checkout/src	(revision 84611)
+++ checkout/src	(revision 84674)

Property changes on: checkout/src
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/tripptime/src:r84602-84673
Index: checkout
===================================================================
--- checkout	(revision 84611)
+++ checkout	(revision 84674)

Property changes on: checkout
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/tripptime:r84602-84673


More information about the Ncep.list.nems.announce mailing list