[Ncep.list.nems.announce] nems r84810: Add resource usage reporting in the NEMS main program....

Samuel.Trahan at noaa.gov Samuel.Trahan at noaa.gov
Wed Nov 23 15:43:10 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: 84810
Author:   samuel.trahan at noaa.gov
Date:     2016-11-23T15:37:35.454441Z
Message:
Add resource usage reporting in the NEMS main program.  The NEMS will create a "nemsusage.xml" file with resource usage information.


See attached file for full differences.


First 4000 bytes of differences:
Index: checkout/tests/Compile_theia.log
===================================================================
--- checkout/tests/Compile_theia.log	(revision 84808)
+++ checkout/tests/Compile_theia.log	(revision 84810)
@@ -1,4 +1,4 @@
-Mon Nov 21 17:45:03 UTC 2016
+Tue Nov 22 06:03:11 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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NMM.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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,13 +23,9 @@
 + 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
-+ [[ '' != '' ]]
-+ 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 ]]
++ [[ $'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<   OPT


... see attachment for the rest ...
-------------- next part --------------
Index: checkout/tests/Compile_theia.log
===================================================================
--- checkout/tests/Compile_theia.log	(revision 84808)
+++ checkout/tests/Compile_theia.log	(revision 84810)
@@ -1,4 +1,4 @@
-Mon Nov 21 17:45:03 UTC 2016
+Tue Nov 22 06:03:11 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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NMM.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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,13 +23,9 @@
 + 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
-+ [[ '' != '' ]]
-+ 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 ]]
++ [[ $'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' != '' ]]
 + 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
@@ -37,8 +33,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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
-NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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.
@@ -51,70 +47,51 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -153,55 +130,10 @@
 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/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -242,73 +174,26 @@
 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/regtests/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -322,42 +207,17 @@
 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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -367,142 +227,142 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make nmm
-+ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.105215
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/appBuilder.NEMS.log.48587
 + pwd
-       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
 cd atmos/share         && gmake 
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -513,16 +373,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd atmos/gsm/gsmphys          && gmake  gocart_stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -633,200 +493,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake 
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 gmake -C nmmbphys 
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 gmake libnmm.a 
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd atmos/gsm           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -835,23 +695,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -869,8 +729,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -891,25 +751,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 cd atmos               && gmake 
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -932,38 +792,42 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 06:03:30 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 06:03:30 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 06:03:30 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 06:03:30 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 06:03:30 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 06:03:30 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 06:03:30 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 17:45:22 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 06:03:30 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_Rusage.F90 > module_NEMS_Rusage.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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_Rusage.f90
+rm module_NEMS_Rusage.f90
+cc -c nems_c_rusage.c
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 06:03:30 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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 module_NEMS_Rusage.o nems_c_rusage.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/rusage/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!
@@ -981,7 +845,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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NMM-DEBUG.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -1004,8 +868,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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
-NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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.
@@ -1018,31 +882,31 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -1063,25 +927,25 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/regtests/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -1125,8 +989,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -1166,9 +1030,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -1214,8 +1078,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -1257,25 +1121,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -1289,42 +1153,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/regtests/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -1334,142 +1198,142 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make nmm DEBUG=on
-+ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.57422
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/appBuilder.NEMS.log.12369
 + pwd
-       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
 cd atmos/share         && gmake 
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -1480,16 +1344,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd atmos/gsm/gsmphys          && gmake  gocart_stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -1600,199 +1464,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake 
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 gmake -C nmmbphys 
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 gmake libnmm.a 
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd atmos/gsm           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -1801,23 +1665,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -1835,8 +1699,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -1857,25 +1721,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 cd atmos               && gmake 
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -1898,38 +1762,42 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 08:24:12 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:24:12 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:24:12 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:24:12 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:24:12 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:24:12 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:24:12 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:04:05 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:24:12 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_Rusage.F90 > module_NEMS_Rusage.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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_Rusage.f90
+rm module_NEMS_Rusage.f90
+cc -c nems_c_rusage.c
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 08:24:12 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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 module_NEMS_Rusage.o nems_c_rusage.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/rusage/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!
@@ -1947,7 +1815,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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/GSM.appBuilder COMPONENTS GSM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -1966,8 +1834,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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
-NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -1976,31 +1844,31 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -2021,25 +1889,25 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/regtests/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -2083,8 +1951,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -2124,9 +1992,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -2172,8 +2040,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -2215,25 +2083,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -2247,42 +2115,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/regtests/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -2292,144 +2160,144 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make gsm
-+ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.112544
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/appBuilder.NEMS.log.115397
 + pwd
        CHEM_MODE -----------> compile
        PHYS_MODE -----------> compile
-       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys
 cd atmos/share         && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -2440,17 +2308,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm/gsmphys          && gmake gocart_stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -2561,22 +2429,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -2585,20 +2453,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
-echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
-       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm           && gmake gocart_stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake gocart_stub && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -2619,8 +2487,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -2638,17 +2506,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake  && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -2665,10 +2533,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -2712,8 +2580,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -2752,7 +2620,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -2793,192 +2661,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -2986,15 +2854,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3002,7 +2870,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3010,7 +2878,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3018,7 +2886,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3026,7 +2894,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3034,7 +2902,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3042,43 +2910,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3086,7 +2954,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------^
@@ -3094,7 +2962,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3102,35 +2970,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3138,7 +3006,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3146,7 +3014,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3154,7 +3022,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3162,83 +3030,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 --------------^
@@ -3246,29 +3114,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -3276,7 +3144,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------^
@@ -3284,15 +3152,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -3338,8 +3206,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -3380,8 +3248,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-----> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+       CHEM_MODi------from GFS/phys-----> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -3423,86 +3291,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3510,84 +3378,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -3605,8 +3473,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -3627,25 +3495,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 cd atmos               && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -3668,9 +3536,9 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -3690,36 +3558,40 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 08:48:45 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:48:45 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:48:45 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:48:45 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:48:45 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:48:45 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:48:45 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 20:33:01 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 08:48:45 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_Rusage.F90 > module_NEMS_Rusage.f90
+mpiifort -g -openmp -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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_Rusage.f90
+rm module_NEMS_Rusage.f90
+cc -c nems_c_rusage.c
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 08:48:45 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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 module_NEMS_Rusage.o nems_c_rusage.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/rusage/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!
@@ -3737,7 +3609,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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/GSM-GOCART.appBuilder COMPONENTS GSM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -3760,8 +3632,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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
-NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
+NOTE: Load /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -3770,41 +3642,41 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -3844,9 +3716,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -3888,25 +3760,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -3920,42 +3792,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/regtests/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -3965,159 +3837,159 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make gsm GOCART_MODE=full
-+ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.96039
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/appBuilder.NEMS.log.25934
 + pwd
 cd chem/gocart/src     && gmake install GOCART_MODE=full
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/regtests/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making install in $d	;\
@@ -4127,31 +3999,31 @@
 Making install in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 Making install in GMAO_Shared
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4192,8 +4064,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4236,7 +4108,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4277,8 +4149,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4329,19 +4201,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Hh] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
-/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Hh] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4361,8 +4233,8 @@
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
 rm gfio___.F gfioutil___.F
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4374,28 +4246,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4415,8 +4287,8 @@
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
 rm gfio___.F gfioutil___.F
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4428,39 +4300,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio
-cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
-cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
 gmake local_install
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 No local install in here
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4472,26 +4344,26 @@
 Building dependency file ESMF_CFIOGrADSMod.d
 Building dependency file ESMF_CFIOFileMod.d
 Building dependency file ESMF_CFIOBaseMod.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4503,36 +4375,36 @@
 Building dependency file ESMF_CFIOGrADSMod.d
 Building dependency file ESMF_CFIOFileMod.d
 Building dependency file ESMF_CFIOBaseMod.d
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/regtests/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/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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/rusage/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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
-/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio
-cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
-cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
 gmake local_install
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 No local install in here
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4574,56 +4446,56 @@
 Building dependency file MAPL_VarSpecMod.d
 Building dependency file MAPL_HeapMod.d
 Building dependency file ESMFL_Mod.d
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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)
 ------------------------------------------------------^
@@ -4685,15 +4557,15 @@
     ee1, ee2, ff1, ff2, gg1, gg2,          &
 -----------------------------^
 ar cr libMAPL_Base_stubs.a MAPL_stubs.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
-/bin/cp -f -pr *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
-/bin/cp -f -p *.pl                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin 
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -pr *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -p *.pl                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin 
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4711,31 +4583,31 @@
 Building dependency file Chem_BundleMod.d
 Building dependency file Chem_ArrayMod.d
 Building dependency file Chem_RegistryMod.d
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a             /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p        *.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.mod           /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a             /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p        *.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.mod           /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4749,33 +4621,33 @@
 Building dependency file Chem_ConstMod.d
 Building dependency file diaglist.d
 Building dependency file mod_diag.d
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libChem_Shared.a
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
-/bin/cp -f -p *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
-/bin/cp -f -p *.a     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.a     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making install in Components
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4790,11 +4662,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4811,21 +4683,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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)
@@ -4832,23 +4704,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR    
-/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR    
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4855,23 +4727,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4880,61 +4752,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4941,23 +4813,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4964,23 +4836,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -4988,86 +4860,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
-/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_install
-gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-/bin/cp -f -p *.mod          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/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/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+/bin/cp -f -p *.mod          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 Making install in Applications
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
        CHEM_MODE -----------> compile
        PHYS_MODE -----------> compile
-       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys
 cd atmos/share         && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -5078,17 +4950,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm/gsmphys          && gmake gocart_full
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -5193,28 +5065,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -5223,20 +5095,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
-echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
-       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm           && gmake gocart_full
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake gocart_full && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -5257,8 +5129,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -5265,8 +5137,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -5276,17 +5148,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -5303,10 +5175,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake gocart_full && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -5350,8 +5222,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -5392,192 +5264,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/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/rusage/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/rusage/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5585,15 +5457,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5601,7 +5473,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5609,7 +5481,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5617,7 +5489,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5625,7 +5497,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5633,7 +5505,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5641,43 +5513,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5685,7 +5557,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------^
@@ -5693,7 +5565,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5701,35 +5573,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5737,7 +5609,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5745,7 +5617,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5753,7 +5625,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5761,83 +5633,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 --------------^
@@ -5845,29 +5717,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------------------^
@@ -5875,7 +5747,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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
 ---------------^
@@ -5883,14 +5755,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake && cd ..
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -5936,8 +5808,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -5978,8 +5850,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-----> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
-gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+       CHEM_MODi------from GFS/phys-----> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -6021,86 +5893,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -6108,84 +5980,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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -6203,8 +6075,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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'
@@ -6225,25 +6097,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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 cd atmos               && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -6266,9 +6138,9 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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
@@ -6288,36 +6160,40 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 09:48:10 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 09:48:10 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 09:48:10 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 09:48:10 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 09:48:10 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 09:48:10 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 09:48:10 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Mon Nov 21 21:36:40 UTC 2016 r84690 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=326' 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/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 09:48:10 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_Rusage.F90 > module_NEMS_Rusage.f90
+mpiifort -g -openmp -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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_Rusage.f90
+rm module_NEMS_Rusage.f90
+cc -c nems_c_rusage.c
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 09:48:10 UTC 2016 r84686:84687 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/regtests/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/regtests/NEMS/src/chem/gocart/Linux/lib/libGOCART_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libCO2_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libCFC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libO3_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libBC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libSU_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libChem_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libGMAO_gfio_r8.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/regtests/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/rusage/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 module_NEMS_Rusage.o nems_c_rusage.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/rusage/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/rusage/NEMS/src/chem/gocart/Linux/lib/libGOCART_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libCO2_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libCFC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libO3_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libBC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libSU_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libChem_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libGMAO_gfio_r8.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/rusage/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/Compile_wcoss.log
===================================================================
--- checkout/tests/Compile_wcoss.log	(revision 84808)
+++ checkout/tests/Compile_wcoss.log	(revision 84810)
@@ -1,4 +1,4 @@
-Tue Nov 22 06:05:44 UTC 2016
+Tue Nov 22 13:42:29 UTC 2016
 Start Regression test
 Removing old exe/NEMS.x
 NEMSAppBuilder  app=NMM-POST 
@@ -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-POST
 NOTE: Chosen app is NMM-POST
-NOTE: FOUND APP FROM /nems/save/Samuel.Trahan/regtests/NMM-POST.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /nems/save/Samuel.Trahan/rusage/NMM-POST.appBuilder COMPONENTS NMM
 Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
 NOTE: Determine platform...wcoss
 NOTE: CONFOPT=nmmb_intel_wcoss MAKEOPT=nmm_post
@@ -23,13 +23,9 @@
 + copy_diff_files conf/configure.nems.Wcoss.intel_nmmb conf/configure.nems
 + [[ ! -f conf/configure.nems ]]
 + diff conf/configure.nems.Wcoss.intel_nmmb conf/configure.nems
-+ [[ '' != '' ]]
-+ echo 'confirmed conf/configure.nems'
-confirmed conf/configure.nems
-+ touch conf/externals.nems
-+ copy_diff_files conf/modules.nems.Wcoss_ESMF_700_nmmb conf/modules.nems
-+ [[ ! -f conf/modules.nems ]]
++ [[ $'13c13\n< \n---\n> #\n15a16,27\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\n16a29\n> #\n19,20c32,34\n< NETCDF_INC  = $(NETCDF_INCLUDE)\n< NETCDF_LIB  = $(NETCDF_LDFLAGS)\n---\n> # NETCDF_INC = -I/usrx/local/NetCDF/4.2/serial/include\n> # NETCDF_LIB  = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a\n> NETCDF_LIB  = ${NETCDF_LDFLAGS} /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a ${Z_LIB}\n26,36c40\n< ###################### PHYS_MODE ##### CHEM_MODE ###############################\n< #\n< #\n< #\n< #\n< PHYS_MODE       =compile\n< CHEM_MODE       =compile\n< #\n< ################################################################################\n< \n< POSTDIR     = /global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd\n---\n> #POSTDIR     = /global/save/Shrinivas.Moorthi/nceppost_moorthi_redmem_merge/sorc/ncep_post.fd\n41a46\n> XML_LIB     = ${XMLPARSE_LIB}\n46,50c51,55\n<               $(W3_LIB) \\\n<               $(BACIO_LIB) \\\n<               $(SP_LIB) \\\n<               $(ESMF_LIB) \\\n<               $(NETCDF_LIB)\n---\n>               $(W3_LIB)     \\\n>               $(BACIO_LIB)  \\\n>               $(SP_LIB)     \\\n>               $(ESMF_LIB)   \\\n>               $(NETCDF_LIB) \n52,62d56\n< EXTLIBS_POST = $(POST_LIB) \\\n<                $(NEMSIO_LIB) \\\n<                $(W3_POST_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)\n64c58,70\n< FC          = mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors\n---\n> EXTLIBS_POST = $(POST_LIB)    \\\n>                $(NEMSIO_LIB)  \\\n>                $(W3_POST_LIB) \\\n>                $(XMLPARSE_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)\n65a72,74\n> #FC          = mpiifort -g -openmp -mkl=sequential -align -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -ll\n> FC          = mpiifort -g -openmp -mkl=sequential -align array32byte # -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -lm\n> FPP         = -fpp\n70,86c79,91\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     =\n<   OPTS_NMM  = -O2\n<   OPTS_GFS  = -O3\n<   OPTS_GEN  = -O2\n<   OPTS_FIM  = -O2\n< endif\n< \n< FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model precise -xAVX\n---\n> FINCS       = $(ESMF_INC) -I$(NEMSIO_INC) $(NETCDF_INCLUDE)\n> TRAPS       =\n> #TRAPS       = -ftrapuv -check all -fp-stack-check\n> #TRAPS       = -ftrapuv -check bounds -check format -check output_conversion -check pointers -check uninit -fp-stack-check\n> \n> FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model source -xAVX\n> \n> OPTS_NMM    = -O2\n> #OPTS_GFS   = -O3 -g -traceback\n> #OPTS_GFS   = -O2\n> OPTS_GFS    = -O3\n> OPTS_GEN    = -O2\n> OPTS_FIM    = -O2\n94d98\n< FPP         = -fpp' != '' ]]
 + set -x
++ cp conf/configure.nems.Wcoss.intel_nmmb conf/configure.nems
 + cp conf/modules.nems.Wcoss_ESMF_700_nmmb conf/modules.nems
 confirmed ESMFVersionDefine.h
 NEMS/NMMB build on Wcoss using Intel and ESMF v7.0.0
@@ -37,8 +33,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 /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
-NOTE: Loaded /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
+NOTE: Load /nems/save/Samuel.Trahan/rusage/NEMS/src/conf/modules.nems
+NOTE: Loaded /nems/save/Samuel.Trahan/rusage/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.
@@ -51,70 +47,51 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -153,55 +130,10 @@
 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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -242,73 +174,26 @@
 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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -322,42 +207,17 @@
 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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
-gmake -C Config esma_install
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include   -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include  -r8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -367,141 +227,141 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make nmm_post
-+ tee /nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.28446
++ tee /nems/save/Samuel.Trahan/rusage/appBuilder.NEMS.log.31615
 + pwd
 cd atmos/share         && gmake 
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INCLUDE.F90 > module_INCLUDE.f90
@@ -512,16 +372,16 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX  -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd atmos/gsm/gsmphys          && gmake  gocart_stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c physparam.f
@@ -632,199 +492,199 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake 
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 gmake -C nmmbphys 
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_KINDS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_CONSTANTS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLHUR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_BL_GFSPBLEDMFHUR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_BL_MYJPBL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_CU_BMJ.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_CU_SAS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_CU_SASHUR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_CU_SCALE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_LS_LISS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_SF_URBAN.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_LS_NOAHLSM.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -c module_SF_URBAN.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_MP_ETANEW.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_MP_FER_HIRES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_mp_radar.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_mp_thompson.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -c module_mp_radar.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_MP_GFS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_MP_WSM6.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_RA_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_RA_RRTM.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_SF_JSFC.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -c module_SF_GFDL.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -c module_SF_GFDL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -free -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 gmake libnmm.a 
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c ffsync.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_ERROR_MSG.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_BGRID_INTERP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CLOCKTIMES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MY_DOMAIN_SPECS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_EXCHANGE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MY_DOMAIN_SPECS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DERIVED_TYPES.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONTROL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DERIVED_TYPES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_CONVECTION.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_MICROPHYSICS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIAGNOSE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_VARS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DIGITAL_FILTER_NMM.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DM_PARALLEL.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_FLTBNDS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DYNAMICS_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_FLTBNDS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GWD.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_namelist_physics_def.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GWD.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_NEMSIO.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RELAX4E.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_REDUCTION.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TRACKER.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_REDUCTION.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_RADIATION.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_layout1.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_resol_def.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NESTING.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_H_TO_V.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_INIT_READ_BIN.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PRECIP_ADJUST.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_SOLVER_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_PRECIP_ADJUST.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_ROUTINES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG_WRITE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_WRITE_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_GET_CONFIG_WRITE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_OUTPUT.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_DOMAIN_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_OUTPUT.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_TIMESERIES.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTEGRATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c n_mpi_quit.f
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd atmos/gsm           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -free -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -free -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -833,23 +693,23 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd atmos/post          && gmake  gfs_stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -867,8 +727,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -889,25 +749,25 @@
 mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -free  -I../share -I../io -I/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd/incmod/post_4 -c post_nems_routines.f90
 ar -r libpost.a post_nmm.o post_gfs_stub.o post_nems_routines.o
 ar: creating libpost.a
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 cd atmos               && gmake 
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -930,38 +790,42 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 13:42:45 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR.F90 > module_MEDIATOR.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 13:42:45 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 13:42:45 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 13:42:45 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 13:42:45 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 13:42:45 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 13:42:45 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 06:06:02 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 13:42:45 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_Rusage.F90 > module_NEMS_Rusage.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_Rusage.f90
+rm module_NEMS_Rusage.f90
+cc -c nems_c_rusage.c
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 13:42:45 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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 -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX  -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 /nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a -L/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd -lnceppost /nwprod2/lib/nemsio/v2.2.1/libnemsio_v2.2.1.a /nwprod2/lib/w3nco/v2.0.6/libw3nco_v2.0.6_4.a /nwprod2/lib/w3emc/v2.2.0/libw3emc_v2.2.0_4.a /nwprod2/lib/g2tmpl/v1.4.0/libg2tmpl_v1.4.0.a /nwprod2/lib/g2/v2.5.0/libg2_v2.5.0_4.a /nwprod2/lib/jasper/v1.900.1/libjasper_v1.900.1.a /nwprod2/lib/png/v1.2.44/libpng.a /nwprod2/lib/z/v1.2.6/libz_v1.2.6.a /nwprod2/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /nwprod2/lib/sigio/v2.0.1/libsigio_v2.0.1_4.a /nwprod2/lib/sfcio/v1.0.0/libsfcio_v1.0.0_4.a /nwprod2/lib/sp/v2.0.2/libsp_v2.0.2_d.a /nwprod/lib/crtm/v2.0.6/libcrtm_v2.0.6.a -L/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/lib/libO/Linux.intel.64.intelmpi.default -L/usrx/local/NetCDF/4.2/serial/lib -L/opt/ibmhpc/pe13010/mpich2/intel/lib64 -L/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/ipp/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/mkl/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/tbb/lib/intel64/gcc4.4 -L/gpfs/tp1/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/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/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/ipp/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/mkl/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/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,/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/usrx/local/NetCDF/4.2/serial/lib -lesmf  -ldl -lirc -lpthread -lrt -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/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -lnetcdff -L/usrx/local/HDF5/1.8.9/serial/lib -lhdf5 -lhdf5_fortran 
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O2  -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX  -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 module_NEMS_Rusage.o nems_c_rusage.o atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a atmos/gen/libgen.a /nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a -L/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd -lnceppost /nwprod2/lib/nemsio/v2.2.1/libnemsio_v2.2.1.a /nwprod2/lib/w3nco/v2.0.6/libw3nco_v2.0.6_4.a /nwprod2/lib/w3emc/v2.2.0/libw3emc_v2.2.0_4.a /nwprod2/lib/g2tmpl/v1.4.0/libg2tmpl_v1.4.0.a /nwprod2/lib/g2/v2.5.0/libg2_v2.5.0_4.a /nwprod2/lib/jasper/v1.900.1/libjasper_v1.900.1.a /nwprod2/lib/png/v1.2.44/libpng.a /nwprod2/lib/z/v1.2.6/libz_v1.2.6.a /nwprod2/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /nwprod2/lib/sigio/v2.0.1/libsigio_v2.0.1_4.a /nwprod2/lib/sfcio/v1.0.0/libsfcio_v1.0.0_4.a /nwprod2/lib/sp/v2.0.2/libsp_v2.0.2_d.a /nwprod/lib/crtm/v2.0.6/libcrtm_v2.0.6.a -L/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/lib/libO/Linux.intel.64.intelmpi.default -L/usrx/local/NetCDF/4.2/serial/lib -L/opt/ibmhpc/pe13010/mpich2/intel/lib64 -L/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/ipp/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/mkl/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/tbb/lib/intel64/gcc4.4 -L/gpfs/tp1/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/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/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/ipp/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/mkl/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/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,/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/usrx/local/NetCDF/4.2/serial/lib -lesmf  -ldl -lirc -lpthread -lrt -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/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -lnetcdff -L/usrx/local/HDF5/1.8.9/serial/lib -lhdf5 -lhdf5_fortran 
 /nwprod2/lib/jasper/v1.900.1/libjasper_v1.900.1.a(jas_stream.o): In function `jas_stream_tmpfile':
 /nwprod/lib/sorc/jasper-1.900.1/src/libjasper/base/jas_stream.c:368: warning: the use of `tmpnam' is dangerous, better use `mkstemp'
 ../exe/NEMS.x is created for NMM core.
@@ -981,7 +845,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 /nems/save/Samuel.Trahan/regtests/NMM-DEBUG.appBuilder COMPONENTS NMM
+NOTE: FOUND APP FROM /nems/save/Samuel.Trahan/rusage/NMM-DEBUG.appBuilder COMPONENTS NMM
 Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
 NOTE: Determine platform...wcoss
 NOTE: CONFOPT=nmmb_intel_wcoss MAKEOPT=nmm DEBUG=on
@@ -1004,8 +868,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 /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
-NOTE: Loaded /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
+NOTE: Load /nems/save/Samuel.Trahan/rusage/NEMS/src/conf/modules.nems
+NOTE: Loaded /nems/save/Samuel.Trahan/rusage/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.
@@ -1018,31 +882,31 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -1063,25 +927,25 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -1125,8 +989,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -1166,9 +1030,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -1214,8 +1078,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -1257,25 +1121,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -1289,42 +1153,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include   -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include  -r8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include \
+		 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/doc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/Assert.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -1334,142 +1198,142 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make nmm DEBUG=on
-+ tee /nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.32161
++ tee /nems/save/Samuel.Trahan/rusage/appBuilder.NEMS.log.22692
 + pwd
-       CHEM_MODi-----------> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi-----------> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
 cd atmos/share         && gmake 
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX  -c module_ERR_MSG.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
@@ -1484,16 +1348,16 @@
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd atmos/gsm/gsmphys          && gmake  gocart_stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c physparam.f
@@ -1604,199 +1468,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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake 
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 gmake -C nmmbphys 
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../../share -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 gmake libnmm.a 
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd atmos/gsm           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -free -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -free -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -1805,23 +1669,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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -1839,8 +1703,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -1864,27 +1728,27 @@
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 cd atmos               && gmake 
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 /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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/regtests/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 ar -r libatmos.a module_ATM_INTERNAL_STATE.o module_ATM_GRID_COMP.o
 ar: creating libatmos.a
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -1907,47 +1771,52 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -c ENS_CplComp_ESMFMod_STUB.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 ar -r ENS_Cpl.a ENS_CplComp_ESMFMod_STUB.o
 ar: creating ENS_Cpl.a
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 16:45:28 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 rm module_MEDIATOR_methods.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 16:45:28 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 rm module_MEDIATOR.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 16:45:28 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_SpaceWeather.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 rm module_MEDIATOR_SpaceWeather.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 16:45:28 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_INTERNAL_STATE.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 rm module_EARTH_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 16:45:28 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_EARTH_GRID_COMP.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 rm module_EARTH_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 16:45:28 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_INTERNAL_STATE.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 rm module_NEMS_INTERNAL_STATE.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 16:45:28 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_GRID_COMP.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
 rm module_NEMS_GRID_COMP.f90
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 09:02:45 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 16:45:28 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_Rusage.F90 > module_NEMS_Rusage.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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_Rusage.f90
 ifort: warning #10182: disabling optimization; runtime debug checks enabled
+rm module_NEMS_Rusage.f90
+cc -c nems_c_rusage.c
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 16:45:28 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c MAIN_NEMS.f90
+ifort: warning #10182: disabling optimization; runtime debug checks enabled
 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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX  -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 /nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a /nwprod2/lib/nemsio/v2.2.1/libnemsio_v2.2.1.a /nwprod2/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /nwprod2/lib/w3emc/v2.2.0/libw3emc_v2.2.0_d.a /nwprod2/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /nwprod2/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/lib/libO/Linux.intel.64.intelmpi.default -L/usrx/local/NetCDF/4.2/serial/lib -L/opt/ibmhpc/pe13010/mpich2/intel/lib64 -L/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/ipp/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/mkl/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/tbb/lib/intel64/gcc4.4 -L/gpfs/tp1/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/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/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/ipp/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/mkl/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/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,/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/usrx/local/NetCDF/4.2/serial/lib -lesmf  -ldl -lirc -lpthread -lrt -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/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -lnetcdff -L/usrx/local/HDF5/1.8.9/serial/lib -lhdf5 -lhdf5_fortran 
+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/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/mod/modO/Linux.intel.64.intelmpi.default -I/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/include -I/usrx/local/NetCDF/4.2/serial/include -I/nwprod2/lib/nemsio/v2.2.1/include/nemsio_v2.2.1 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model precise -xAVX  -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 module_NEMS_Rusage.o nems_c_rusage.o atmos/libatmos.a atmos/nmm/libnmm.a atmos/gsm/libgfs.a atmos/fim/libfimtop.a atmos/gen/libgen.a /nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys/libphys.a atmos/share/libshare.a atmos/post/libpost.a  ENS_Cpl/ENS_Cpl.a /nwprod2/lib/nemsio/v2.2.1/libnemsio_v2.2.1.a /nwprod2/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /nwprod2/lib/w3emc/v2.2.0/libw3emc_v2.2.0_d.a /nwprod2/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /nwprod2/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/lib/libO/Linux.intel.64.intelmpi.default -L/usrx/local/NetCDF/4.2/serial/lib -L/opt/ibmhpc/pe13010/mpich2/intel/lib64 -L/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/ipp/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/mkl/lib/intel64 -L/usrx/local/intel/14.0.1/composerxe/tbb/lib/intel64/gcc4.4 -L/gpfs/tp1/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/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/usrx/local/intel/14.0.1/composer_xe_2013_sp1.2.144/compiler/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/ipp/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/mkl/lib/intel64/ -L/usrx/local/intel/14.0.1/composerxe/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,/climate/save/emc.climpara/Patrick/ESMFv7.0.0_netcdf4/lib/libO/Linux.intel.64.intelmpi.default  -Wl,-rpath,/usrx/local/NetCDF/4.2/serial/lib -lesmf  -ldl -lirc -lpthread -lrt -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/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -lnetcdff -L/usrx/local/HDF5/1.8.9/serial/lib -lhdf5 -lhdf5_fortran 
 ../exe/NEMS.x is created for NMM core.
 + set +x
 NOTE: Success!
@@ -1965,7 +1834,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 /nems/save/Samuel.Trahan/regtests/GSM.appBuilder COMPONENTS GSM
+NOTE: FOUND APP FROM /nems/save/Samuel.Trahan/rusage/GSM.appBuilder COMPONENTS GSM
 Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
 NOTE: Determine platform...wcoss
 NOTE: CONFOPT=gsm_intel_wcoss MAKEOPT=gsm
@@ -1984,8 +1853,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 /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
-NOTE: Loaded /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
+NOTE: Load /nems/save/Samuel.Trahan/rusage/NEMS/src/conf/modules.nems
+NOTE: Loaded /nems/save/Samuel.Trahan/rusage/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
@@ -1994,31 +1863,31 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -2039,25 +1908,25 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -2101,8 +1970,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -2142,9 +2011,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -2190,8 +2059,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -2233,25 +2102,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -2265,42 +2134,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -r8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include \
+		 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/doc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/Assert.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -2310,144 +2179,144 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make gsm
-+ tee /nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.25664
++ tee /nems/save/Samuel.Trahan/rusage/appBuilder.NEMS.log.20120
 + pwd
        CHEM_MODE -----------> compile
        PHYS_MODE -----------> compile
-       PHYS_INC----------->/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys
+       PHYS_INC----------->/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys
 cd atmos/share         && gmake
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INCLUDE.F90 > module_INCLUDE.f90
@@ -2458,17 +2327,17 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX  -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-       CHEM_MODi----before phys-------> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm/gsmphys          && gmake gocart_stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c physparam.f
@@ -2579,22 +2448,22 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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  -O2  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP_stub.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O2  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -2603,20 +2472,20 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O2  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
-echo "       CHEM_MODi----------->ediri" /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
-       CHEM_MODi----------->ediri /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm           && gmake gocart_stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake gocart_stub && cd ..
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -2637,8 +2506,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -c atmos_phy_chem_cpl_comp_mod_stub.f90
@@ -2656,17 +2525,17 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake  && cd ..
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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
@@ -2683,10 +2552,10 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake && cd ..
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -2730,8 +2599,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -2770,7 +2639,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -2811,192 +2680,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c bfilt_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c slgshr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c pmgrid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_grid_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c namelist_dynamics_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_glats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c nemsio_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_w_z.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c dyn_gocart_tracer_config_stub.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c num_parthds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -free -c sigio_r_module.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_output.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_GV.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sltini_all.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c set_halos_lag_sn.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c redist_lats_a.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ifshuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c shuffle_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect_ipe.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c excha.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c info.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c four2grid_thread.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_init.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_getcoef.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpe.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c dezouv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_sig.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3004,15 +2873,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_slg.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c dozeuv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c epslon.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3020,7 +2889,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3028,7 +2897,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3036,7 +2905,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3044,7 +2913,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3052,7 +2921,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3060,43 +2929,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_ls_node.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_speed.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_pack.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3104,7 +2973,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------^
@@ -3112,7 +2981,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3120,35 +2989,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gridzz_to_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_gz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_gridxy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c compns_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gozrineo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c pln2eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c rms_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c uvoedz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3156,7 +3025,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3164,7 +3033,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3172,7 +3041,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3180,83 +3049,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c common_to_model_vars.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c getpwatptot.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sig2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c hyb2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gch2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gch.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c slgscan_all_redgg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gloopa_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c model_to_common_vars.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gather_times.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c four_to_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2_slg_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln_slg_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c triseori.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c triseof.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c uveodz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c matinv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ver_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sig_io.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_topo_grid_grad.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 --------------^
@@ -3264,29 +3133,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ysminv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treadg_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treads_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_hst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c twriteg_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3294,7 +3163,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------^
@@ -3302,15 +3171,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c setsig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_inp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake && cd ..
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -3356,8 +3225,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -3398,8 +3267,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-----> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+       CHEM_MODi------from GFS/phys-----> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -3441,72 +3310,72 @@
 ../../../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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c resol_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c layout1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c vert_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gg_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coordinate_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -c sfcio_module.f90
 /lib/cpp -P -traditional mod_state.f > mod_state.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mod_state.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c nstio_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c gfs_physics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_set_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_namelist_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_output.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFField_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_phy_states_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
 glats_physics.f90(75): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
  102  format(1x,i3,2x,f6.2,2x,f10.7,2x,e13.7,2x,e13.7,2x,i4,2x,e13.7)
 ----------------------------------------^
@@ -3517,19 +3386,19 @@
  102  format(1x,i3,2x,f6.2,2x,f10.7,2x,e13.7,2x,e13.7,2x,i4,2x,e13.7)
 ----------------------------------------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gcycle.f > gcycle.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gcycle.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c do_physics_one_step.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c get_lats_node_shuff_r_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats_r_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c getcon_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -3537,84 +3406,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lon_lat_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c compns_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dfi_fixwr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c read_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_nst_w.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GOCART_ROUTINES_stub.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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  -O2  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -3632,8 +3501,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -3654,25 +3523,25 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 cd atmos               && gmake
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/rusage/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   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -3695,9 +3564,9 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8   -free -c Lib_ESMFStateAddGetMod.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8   -fixed -c machine.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8   -free -c ENS_Cpl_InternalState_ESMFMod.f90
@@ -3717,36 +3586,40 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 17:33:53 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR.F90 > module_MEDIATOR.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 17:33:53 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 17:33:53 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 17:33:53 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 17:33:53 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 17:33:53 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 17:33:53 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 09:50:08 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 17:33:53 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_Rusage.F90 > module_NEMS_Rusage.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_Rusage.f90
+rm module_NEMS_Rusage.f90
+cc -c nems_c_rusage.c
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 17:33:53 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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----------->/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys
-mpiifort -g -openmp -mkl=sequential -align array32byte    -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 /nems/save/Samuel.Trahan/regtests/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 /usrx/local/nceplibs/libnemsio_v2.2.3.a /nwprod2/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /nwprod2/lib/w3emc/v2.2.0/libw3emc_v2.2.0_d.a /nwprod2/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /nwprod2/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/usrx/local/dev/esmf/esmf-7.0.0/lib/libO/Linux.intel.64.intelmpi.default  -L/opt/ibmhpc/pe13010/mpich2/intel/lib64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/intel64 -L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local/intel/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/gpfs/tp1/usrx/local/intel/composer_xe_2011_sp1.11.339/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/lib/../lib64 -L/usr/lib/../lib64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/intel64 -L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local/intel/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../.. -L/lib64 -L/lib -L/usr/lib64 -L/usr/lib -Wl,-rpath,/usrx/local/dev/esmf/esmf-7.0.0/lib/libO/Linux.intel.64.intelmpi.default  -lesmf  -ldl -lirc -lpthread -lrt -limf -lsvml -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -L/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -lnetcdff -L/usrx/local/HDF5/1.8.9/serial/lib -lhdf5 -lhdf5_fortran /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /nwprod2/lib/z/v1.2.6/libz_v1.2.6.a  
+       PHYS_INC----------->/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys
+mpiifort -g -openmp -mkl=sequential -align array32byte    -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 module_NEMS_Rusage.o nems_c_rusage.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 /nems/save/Samuel.Trahan/rusage/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 /usrx/local/nceplibs/libnemsio_v2.2.3.a /nwprod2/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /nwprod2/lib/w3emc/v2.2.0/libw3emc_v2.2.0_d.a /nwprod2/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /nwprod2/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/usrx/local/dev/esmf/esmf-7.0.0/lib/libO/Linux.intel.64.intelmpi.default  -L/opt/ibmhpc/pe13010/mpich2/intel/lib64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/intel64 -L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local/intel/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/gpfs/tp1/usrx/local/intel/composer_xe_2011_sp1.11.339/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/lib/../lib64 -L/usr/lib/../lib64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/intel64 -L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local/intel/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../.. -L/lib64 -L/lib -L/usr/lib64 -L/usr/lib -Wl,-rpath,/usrx/local/dev/esmf/esmf-7.0.0/lib/libO/Linux.intel.64.intelmpi.default  -lesmf  -ldl -lirc -lpthread -lrt -limf -lsvml -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -L/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -lnetcdff -L/usrx/local/HDF5/1.8.9/serial/lib -lhdf5 -lhdf5_fortran /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /nwprod2/lib/z/v1.2.6/libz_v1.2.6.a  
 NEMS.x successfully created for GSM core.
 + set +x
 NOTE: Success!
@@ -3764,7 +3637,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 /nems/save/Samuel.Trahan/regtests/GSM-GOCART.appBuilder COMPONENTS GSM
+NOTE: FOUND APP FROM /nems/save/Samuel.Trahan/rusage/GSM-GOCART.appBuilder COMPONENTS GSM
 Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
 NOTE: Determine platform...wcoss
 NOTE: CONFOPT=gsm_intel_wcoss MAKEOPT=gsm GOCART_MODE=full
@@ -3787,8 +3660,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 /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
-NOTE: Loaded /nems/save/Samuel.Trahan/regtests/NEMS/src/conf/modules.nems
+NOTE: Load /nems/save/Samuel.Trahan/rusage/NEMS/src/conf/modules.nems
+NOTE: Loaded /nems/save/Samuel.Trahan/rusage/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
@@ -3797,41 +3670,41 @@
 NOTE: Simple clean.
 + pwd
 cd atmos               && gmake clean
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd share        && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
 cd gsm/gsmphys         && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd nmm          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 Cleaning ... 
 
 (cd nmmbphys && make clean)
-make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 Cleaning nmmbphys ... 
 
 rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
-make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm/nmmbphys'
+make[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm/nmmbphys'
 rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd gsm       && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -3871,9 +3744,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake clean && cd ..
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -3915,25 +3788,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
 rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd fim          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
 (cd FIMsrc && ./makefim clean)
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
 rm -f -rf ../FIMsrc_* macros.make
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim/FIMsrc'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd gen          && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
 cd post         && gmake clean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -3947,42 +3820,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 rm -f libatmos.a *.f90 *.o *.mod *.lst depend
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake clean
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 cd chem                && gmake clean GOCART_MODE=full
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 cd gocart/src   && gmake -f GNUmakefile realclean
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -r8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include \
+		 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/doc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/Assert.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making esma_distclean in $d	;\
@@ -3992,159 +3865,159 @@
 Making esma_distclean in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 Making esma_distclean in GMAO_Shared
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] 
 gmake -C mpi0 distclean
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 /bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 /bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
 /bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making esma_distclean in Components
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making esma_distclean in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_esma_distclean
-gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[5]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[5]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 Making esma_distclean in Applications
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config 
-/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem'
 rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
 + make gsm GOCART_MODE=full
-+ tee /nems/save/Samuel.Trahan/regtests/appBuilder.NEMS.log.8731
++ tee /nems/save/Samuel.Trahan/rusage/appBuilder.NEMS.log.12140
 + pwd
 cd chem/gocart/src     && gmake install GOCART_MODE=full
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-GNUmakefile:14: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
-GNUmakefile:15: /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
 gmake -C Config esma_install
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -r8    -fPIC -fp-model source  -align dcommons fdp.f90
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include \
+		 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/doc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/Assert.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
 for d in Config GMAO_Shared Components Applications; \
 	  do			 \
 	      echo Making install in $d	;\
@@ -4154,31 +4027,31 @@
 Making install in Config
 site: Undefined variable.
 site: Undefined variable.
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 GNUmakefile:35: - Node not know, disabling build environment check
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include \
-		 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/doc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config
-/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
-/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
-/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
-/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
-echo "I = -I"              > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "LIB_SDF = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
-echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
-/bin/cp -f -p protex /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../src/Assert.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/Assert
-./install_fdp ./fdp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp
-./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
-./CVSTAG_install.pl /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CVSTAG already exists and will not be overwritten.
-./OScheck.pl -q -cp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Config'
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include \
+		 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/doc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "LIB_SDF = /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a" >> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../src/Assert.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CVSTAG already exists and will not be overwritten.
+./OScheck.pl -q -cp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Config'
 Making install in GMAO_Shared
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4219,8 +4092,8 @@
 In file included from m_mpif.F:78:
 /usrx/local/intel/impi/4.0.3.008/include/mpif.h:11:37: warning: missing terminating ' character
 Building dependency file m_mpif.d
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/usrx/local/intel/impi/4.0.3.008/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback    -convert big_endian -I.  -fPIC -fp-model source  -align dcommons m_realkinds.F90
@@ -4263,7 +4136,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4304,8 +4177,8 @@
 In file included from m_mpi0.F:45:
 /usrx/local/intel/impi/4.0.3.008/include/mpif.h:11:37: warning: missing terminating ' character
 Building dependency file m_mpi0.d
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/usrx/local/intel/impi/4.0.3.008/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O3    -convert big_endian -I. -I../jic -fPIC -fp-model source  -align dcommons mpi_abort.F90
@@ -4356,19 +4229,19 @@
 mpiifort -c -DsysLinux -DESMA64  -DLANGUAGE_FORTRAN -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Hh] /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
-/bin/cp -f -p *.[Mm][Oo][Dd] /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Hh] /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+/bin/cp -f -p *.[Mm][Oo][Dd] /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4388,8 +4261,8 @@
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
 rm gfio___.F gfioutil___.F
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4401,28 +4274,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback    -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../gfio_flush.F
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback    -fpp   -fPIC -fp-model source  -align dcommons ../GFIO_mean.f90
-mpiifort -L/usr/local/Linux/lib -L/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r4.x GFIO_mean.o \
-	      libGMAO_gfio_r4.a /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a -lirc -ldl -lc -lpthread -lrt  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.x    /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback    -fpp   -fPIC -fp-model source  -align dcommons ../GFIO_mean.f90
+mpiifort -L/usr/local/Linux/lib -L/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r4.x GFIO_mean.o \
+	      libGMAO_gfio_r4.a /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a -lirc -ldl -lc -lpthread -lrt  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4442,8 +4315,8 @@
 gfio___.F:2807:23: warning: missing terminating ' character
 Building dependency file gfio___.d
 rm gfio___.F gfioutil___.F
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4455,39 +4328,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -fpp   -fPIC -extend_source -fp-model source  -align dcommons ../gfio_flush.F
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -fpp   -fPIC -fp-model source  -align dcommons ../GFIO_mean.f90
-mpiifort -L/usr/local/Linux/lib -L/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r8.x GFIO_mean.o \
-	      libGMAO_gfio_r8.a /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a -lirc -ldl -lc -lpthread -lrt  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.x    /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a    /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
-/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio
-cd /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
-cd /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./GMAO_gfio_r8 GMAO_gfio
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -fpp   -fPIC -fp-model source  -align dcommons ../GFIO_mean.f90
+mpiifort -L/usr/local/Linux/lib -L/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r8.x GFIO_mean.o \
+	      libGMAO_gfio_r8.a /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_mpeu.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdff.a /usrx/local/NetCDF/4.2/serial/lib/libnetcdf.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /usrx/local/HDF5/1.8.9/serial/lib/libhdf5.a /usrx/local/zlib-1.2.7/lib/libz.a -lirc -ldl -lc -lpthread -lrt  -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7 -lstdc++
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
+/bin/rm -f -r /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio
+cd /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
+cd /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./GMAO_gfio_r8 GMAO_gfio
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
 gmake local_install
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 No local install in here
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4499,26 +4372,26 @@
 Building dependency file ESMF_CFIOGrADSMod.d
 Building dependency file ESMF_CFIOFileMod.d
 Building dependency file ESMF_CFIOBaseMod.d
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOMod.F90
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback    -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOMod.F90
 gcc -c -DsysLinux -DESMA64    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a         /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4530,36 +4403,36 @@
 Building dependency file ESMF_CFIOGrADSMod.d
 Building dependency file ESMF_CFIOFileMod.d
 Building dependency file ESMF_CFIOBaseMod.d
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOMod.F90
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -fpp  -fPIC -fp-model source  -align dcommons ../ESMF_CFIOMod.F90
 gcc -c -DsysLinux -DESMA64    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a         /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p *.[Mm][Oo][Dd] /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
-/bin/rm -f -r /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio
-cd /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
-cd /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./MAPL_cfio_r8 MAPL_cfio
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
+/bin/rm -f -r /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio
+cd /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
+cd /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./MAPL_cfio_r8 MAPL_cfio
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
 gmake local_install
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 No local install in here
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4601,56 +4474,56 @@
 Building dependency file MAPL_VarSpecMod.d
 Building dependency file MAPL_HeapMod.d
 Building dependency file ESMFL_Mod.d
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback      -fPIC -fp-model source  -align dcommons MAPL_Mod.F90
 gcc -c -DsysLinux -DESMA64    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O  -fPIC sort.c
 gcc -c -DsysLinux -DESMA64    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O  -fPIC hash.c
 gcc -c -DsysLinux -DESMA64    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O  -fPIC c_mapl_locstream_F.c
 gcc -c -DsysLinux -DESMA64    -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/usrx/local/intel/impi/4.0.3.008/include -I/usr/include -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -DNEMS -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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)
 ------------------------------------------------------^
@@ -4712,15 +4585,15 @@
     ee1, ee2, ff1, ff2, gg1, gg2,          &
 -----------------------------^
 ar cr libMAPL_Base_stubs.a MAPL_stubs.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
-/bin/cp -f -pr *.a    /nems/save/Samuel.Trahan/regtests/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   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
-/bin/cp -f -p *.pl                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin 
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -pr *.a    /nems/save/Samuel.Trahan/rusage/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   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -p *.pl                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin 
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4738,31 +4611,31 @@
 Building dependency file Chem_BundleMod.d
 Building dependency file Chem_ArrayMod.d
 Building dependency file Chem_RegistryMod.d
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8    -DGEOS5 -fPIC -fp-model source  -align dcommons Chem_SimpleBundleMod.F90
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p *.a             /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-/bin/cp -f -p        *.rc     /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc     /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc     /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc     /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc     /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.mod           /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a             /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p        *.rc     /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc     /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc     /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc     /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc     /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.mod           /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4776,33 +4649,33 @@
 Building dependency file Chem_ConstMod.d
 Building dependency file diaglist.d
 Building dependency file mod_diag.d
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_StateMod.F90
-/bin/rm -f /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libChem_Shared.a
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/usrx/local/NetCDF/4.2/serial/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Chem_StateMod.F90
+/bin/rm -f /nems/save/Samuel.Trahan/rusage/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 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
-/bin/cp -f -p *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
-/bin/cp -f -p *.a     /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/GMAO_Shared'
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.a     /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/GMAO_Shared'
 Making install in Components
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4817,11 +4690,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4838,21 +4711,21 @@
 O3_GridCompMod.F90:1623:67: warning: missing terminating ' character
 O3_GridCompMod.F90:1684:72: warning: missing terminating ' character
 Building dependency file O3_GridCompMod.d
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons O3_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons O3_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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)
@@ -4859,23 +4732,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CO_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR    
-/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CO_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR    
+/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4882,23 +4755,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CO2_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CO2_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4907,61 +4780,61 @@
 /usrx/local/intel/impi/4.0.3.008/include/mpif.h:11:37: warning: missing terminating ' character
 CFC_GridCompMod.F90:529:18: warning: missing terminating ' character
 Building dependency file CFC_GridCompMod.d
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CFC_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/usrx/local/intel/impi/4.0.3.008/include  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CFC_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons DU_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons DU_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SS_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SS_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4968,23 +4841,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons BC_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons BC_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -4991,23 +4864,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons OC_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons OC_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -5015,86 +4888,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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SU_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons SU_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Rn_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons Rn_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
 
-Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+Making install in /gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CH4_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
-/bin/mkdir -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/bin
-/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc
-/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
-/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
-/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/NR
-/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
-/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8   -convert big_endian  -fPIC -fp-model source  -align dcommons CH4_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
+/bin/mkdir -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
 gmake local_install
-gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8     -fPIC -fp-model source  -align dcommons GOCART_GridCompMod.F90
-ar cr /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/lib/libGOCART_GridComp.a GOCART_GridCompMod.o Aero_GridCompMod.o 
-/bin/mkdir -p -p /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-/bin/cp -f -p *.mod          /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
-gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Components'
+gmake[4]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/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/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include   -I. -I. -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -O -g -traceback -r8     -fPIC -fp-model source  -align dcommons GOCART_GridCompMod.F90
+ar cr /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/lib/libGOCART_GridComp.a GOCART_GridCompMod.o Aero_GridCompMod.o 
+/bin/mkdir -p -p /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+/bin/cp -f -p *.mod          /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Components'
 Making install in Applications
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src/Applications'
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src/Applications'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/src'
        CHEM_MODE -----------> compile
        PHYS_MODE -----------> compile
-       PHYS_INC----------->/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys
+       PHYS_INC----------->/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys
 cd atmos/share         && gmake
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX  -c module_ERR_MSG.f90
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INCLUDE.F90 > module_INCLUDE.f90
@@ -5105,17 +4978,17 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX  -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/share'
-       CHEM_MODi----before phys-------> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm/gsmphys          && gmake gocart_full
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c machine.f
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c physparam.f
@@ -5220,28 +5093,28 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstcnv.f
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c get_prs.f
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gsmddrive.f
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -fixed -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -r8 -c gocart_tracer_config.f
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -fixed -I../../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -r8 -c gocart_tracer_config.f
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys'
 cd atmos/nmm           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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  -O2  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -I../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Inmmbphys -c module_NMM_GRID_COMP_stub.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O2  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -I../share -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/nmm'
 cd atmos/gen           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -5250,20 +5123,20 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O2  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gen'
-echo "       CHEM_MODi----------->ediri" /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
-       CHEM_MODi----------->ediri /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
 cd atmos/gsm           && gmake gocart_full
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd libutil && gmake gocart_full && cd ..
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -5284,8 +5157,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -c module_gfs_machine.f90
@@ -5292,8 +5165,8 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -c module_gfs_physcons.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -c module_gfs_funcphys.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -c module_gfs_tropp.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c atmos_phy_chem_cpl_comp_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c atmos_chem_phy_cpl_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c atmos_phy_chem_cpl_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c atmos_chem_phy_cpl_comp_mod.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -c module_include_gfs.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -c module_gfs_mpi_def.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -O3 -r8 -free  -I../../share -c module_DM_PARALLEL_GFS.f90
@@ -5303,17 +5176,17 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/libutil'
 cd io && gmake && cd ..
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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
@@ -5330,10 +5203,10 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/io'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/io'
 cd dyn && gmake gocart_full && cd ..
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -5377,8 +5250,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -5419,192 +5292,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c bfilt_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_machine.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_resol_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_gg_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_vert_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_io_header.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_date_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c slgshr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c pmgrid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_grid_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c layout_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_layout1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c namelist_dynamics_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_coordinate_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_lon_lat_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_physcons.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_const.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_tracer_config.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_matrix_sig_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_mpi_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_deldifs_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_bfilt_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_glats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dyn_dfi_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c nemsio_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c wrtout_dynamics_slg_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h_w_z.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_w_z.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dyn_gocart_tracer_config.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c num_parthds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_namelist_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -free -c sigio_r_module.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_output.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_getcf_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c GFS_AddParameterToStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_patterngenerator.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dyn_stoch_data_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_initialize_slg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_run_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -free -c gfs_get_pattern_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_finalize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_add_get_state_ESMFField_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_states_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_GV.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -free -c gfs_dynamics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_am_bm_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sltini_all.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c set_halos_lag_sn.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c getysk_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c redist_lats_a.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ifshuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c shuffle_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_collect_ipe.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c excha.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c info.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c four2grid_thread.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c damp_speed_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_init.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_deldifs_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c idea_getcoef.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c input_fields_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpe.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c delnpo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c dezouv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_sig.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5612,15 +5485,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_hyb.locl_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c impadj_slg.locl.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c dozeuv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c epslon.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5628,7 +5501,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5636,7 +5509,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5644,7 +5517,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filtereo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5652,7 +5525,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filter1eo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5660,7 +5533,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c filter2eo_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5668,43 +5541,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c setlats_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_ls_node.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_lats_node_shuff_a_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_lag.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c getcon_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_speed.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_hyb_gchdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfidi_gchdp_noadv_noq.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_pack.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvh.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ndslfv_monoadvv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5712,7 +5585,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------^
@@ -5720,7 +5593,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_rqt.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5728,35 +5601,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gridzz_to_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_gz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_rqt.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_gridxy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spectpz_to_gridxy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c compns_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gozrineo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c pln2eo.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c rms_spect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c uvoedz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5764,7 +5637,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5772,7 +5645,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5780,7 +5653,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5788,83 +5661,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c common_to_model_vars.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c getpwatptot.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sig2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c hyb2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gch2press.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_hyb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gch.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c omega_gcdp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c slgscan_all_redgg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_cd_hyb_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gfs_dficoll_dynamics_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sicdif_hyb_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c deldifs_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gloopa_tracers.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_slg_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_one_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c do_dynamics_two_loop.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c model_to_common_vars.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c gather_times.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c four_to_grid.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c four2fln.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2_slg_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln_slg_gg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sumfln.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sumder2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c triseori.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c triseof.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c uveodz.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c matinv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ver_sig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c sig_io.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c get_topo_grid_grad.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 --------------^
@@ -5872,29 +5745,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c ysminv.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo.io_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treadeo_nemsio_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treadg_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c treads_nemsio.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c twrites_hst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c twriteg_rst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -5902,7 +5775,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c grid_to_spect_inp_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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
 ---------------^
@@ -5910,14 +5783,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c setsig.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -fixed -c spect_to_grid_inp.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/dyn'
 cd phys && gmake && cd ..
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -5963,8 +5836,8 @@
 echo "." > Filepath
 ../../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -6005,8 +5878,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-----> /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include
-gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+       CHEM_MODi------from GFS/phys-----> /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -6048,72 +5921,72 @@
 ../../../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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c resol_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c layout1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c vert_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gg_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c namelist_physics_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coordinate_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c reduce_lons_grid_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c d3d_def.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -c sfcio_module.f90
 /lib/cpp -P -traditional mod_state.f > mod_state.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mod_state.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c nstio_module.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c gfs_physics_err_msg_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_nst_var_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_sfc_flx_set_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_gridgr_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g2d_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_g3d_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_aoi_var_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_namelist_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_start_time_get_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_internal_state_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_create_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_output.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_getcf_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_initialize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_run_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_finalize_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_add_get_state_ESMFField_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_phy_states_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -c gfs_physics_grid_comp_mod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c glats_physics.f90
 glats_physics.f90(75): remark #8291: Recommended relationship between field width 'W' and the number of fractional digits 'D' in this edit descriptor is 'W>=D+7'.
  102  format(1x,i3,2x,f6.2,2x,f10.7,2x,e13.7,2x,e13.7,2x,i4,2x,e13.7)
 ----------------------------------------^
@@ -6124,19 +5997,19 @@
  102  format(1x,i3,2x,f6.2,2x,f10.7,2x,e13.7,2x,e13.7,2x,i4,2x,e13.7)
 ----------------------------------------------------------------^
 /lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM gcycle.f > gcycle.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gcycle.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c do_physics_one_step.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c get_lats_node_shuff_r_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c setlats_r_slg.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lats_shuff.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c getcon_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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
 ---------------------------^
@@ -6144,84 +6017,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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c lon_lat_para.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c compns_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c info.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c coundummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c sortrx.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c mpi_quit.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c dfi_fixwr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c hpmdummy.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopr.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gloopb.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gbphys_adv_hyb_gc_h.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fix_fields.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c read_fix.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c GFS_simple_scatter.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrtout_physics.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c fld_collect_nst.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
-mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d.f
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c gribit_gsm.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c wrt3d_hyb.f
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c aoicpl_prep.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_fixio_w.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -fixed -c para_nst_w.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8 -I../../share -I../libutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
-gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/phys'
+gmake[3]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -c module_GOCART_ROUTINES.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include/include/GMAO_mpeu -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_CORE_SETUP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_INTEGRATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/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  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -free -c module_GFS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8  -I../share -Iio -Ilibutil -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm'
 cd atmos/fim           && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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  -O2  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/fim'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/fim'
 cd atmos/post          && gmake stub
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -6239,8 +6112,8 @@
 echo "." > Filepath
 ../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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'
@@ -6261,25 +6134,25 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/post'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/post'
 cd atmos               && gmake
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/rusage/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   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -Igen -c module_ATM_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Ishare -Inmm -Igsm -Ifim -I/nems/save/Samuel.Trahan/rusage/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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos'
 cd ENS_Cpl             && gmake
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/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
@@ -6302,9 +6175,9 @@
 echo "." > Filepath
 ../../exe/mkDepends.pl -m Filepath Srcfiles > depend
 rm -f Filepath Srcfiles
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8   -free -c Lib_ESMFStateAddGetMod.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8   -fixed -c machine.f90
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -free -r8   -free -c ENS_Cpl_InternalState_ESMFMod.f90
@@ -6324,36 +6197,40 @@
 mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -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 `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/regtests/NEMS/src/ENS_Cpl'
-/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_MEDIATOR_methods.f90
+gmake[2]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/td1/emc/nems/save/Samuel.Trahan/rusage/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 19:00:02 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_methods.F90 > module_MEDIATOR_methods.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR.F90 > module_MEDIATOR.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 19:00:02 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR.F90 > module_MEDIATOR.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 19:00:02 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_MEDIATOR_SpaceWeather.F90 > module_MEDIATOR_SpaceWeather.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 19:00:02 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_INTERNAL_STATE.F90 > module_EARTH_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 19:00:02 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_EARTH_GRID_COMP.F90 > module_EARTH_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 19:00:02 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_INTERNAL_STATE.F90 > module_NEMS_INTERNAL_STATE.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 19:00:02 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_GRID_COMP.F90 > module_NEMS_GRID_COMP.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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="(Samuel.Trahan) Tue Nov 22 11:08:41 UTC 2016 r84716 https://svnemc.ncep.noaa.gov/projects/nems/branches/regtests/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' MAIN_NEMS.F90 > MAIN_NEMS.f90
-mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/regtests/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) Tue Nov 22 19:00:02 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' module_NEMS_Rusage.F90 > module_NEMS_Rusage.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys -I. -Iatmos/gen -Iatmos/share  -c module_NEMS_Rusage.f90
+rm module_NEMS_Rusage.f90
+cc -c nems_c_rusage.c
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Nov 22 19:00:02 UTC 2016 r84716:84718 https://svnemc.ncep.noaa.gov/projects/nems/branches/rusage/src"' -D'CMP_YEAR=2016' -D'CMP_JD=327' MAIN_NEMS.F90 > MAIN_NEMS.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte   -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/incmod/nemsio_v2.2.3 -I/usrx/local/NetCDF/4.2/serial/include -convert big_endian -assume byterecl -fp-model source -xAVX -Iatmos -I/nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/nems/save/Samuel.Trahan/rusage/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----------->/nems/save/Samuel.Trahan/regtests/NEMS/src/atmos/gsm/gsmphys
-mpiifort -g -openmp -mkl=sequential -align array32byte    -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 /nems/save/Samuel.Trahan/regtests/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   /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libGOCART_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libCO2_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libCFC_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libO3_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libBC_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libSU_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libChem_Base.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libGMAO_gfio_r8.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /nems/save/Samuel.Trahan/regtests/NEMS/src/chem/gocart/Linux/lib/libGMAO_mpeu.a   atmos/gsm/phys/gfs_physics.a atmos/gsm/dyn/gfs_dynamics.a /usrx/local/nceplibs/libnemsio_v2.2.3.a /nwprod2/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /nwprod2/lib/w3emc/v2.2.0/libw3emc_v2.2.0_d.a /nwprod2/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /nwprod2/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/usrx/local/dev/esmf/esmf-7.0.0/lib/libO/Linux.intel.64.intelmpi.default  -L/opt/ibmhpc/pe13010/mpich2/intel/lib64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/intel64 -L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local/intel/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/gpfs/tp1/usrx/local/intel/composer_xe_2011_sp1.11.339/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/lib/../lib64 -L/usr/lib/../lib64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/intel64 -L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local/intel/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../.. -L/lib64 -L/lib -L/usr/lib64 -L/usr/lib -Wl,-rpath,/usrx/local/dev/esmf/esmf-7.0.0/lib/libO/Linux.intel.64.intelmpi.default  -lesmf  -ldl -lirc -lpthread -lrt -limf -lsvml -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -L/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -lnetcdff -L/usrx/local/HDF5/1.8.9/serial/lib -lhdf5 -lhdf5_fortran /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /nwprod2/lib/z/v1.2.6/libz_v1.2.6.a  
+       PHYS_INC----------->/nems/save/Samuel.Trahan/rusage/NEMS/src/atmos/gsm/gsmphys
+mpiifort -g -openmp -mkl=sequential -align array32byte    -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 module_NEMS_Rusage.o nems_c_rusage.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 /nems/save/Samuel.Trahan/rusage/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   /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libGOCART_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libCO2_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libCFC_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libO3_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libBC_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libSU_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libChem_Base.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libGMAO_gfio_r8.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /nems/save/Samuel.Trahan/rusage/NEMS/src/chem/gocart/Linux/lib/libGMAO_mpeu.a   atmos/gsm/phys/gfs_physics.a atmos/gsm/dyn/gfs_dynamics.a /usrx/local/nceplibs/libnemsio_v2.2.3.a /nwprod2/lib/w3nco/v2.0.6/libw3nco_v2.0.6_d.a /nwprod2/lib/w3emc/v2.2.0/libw3emc_v2.2.0_d.a /nwprod2/lib/bacio/v2.0.2/libbacio_v2.0.2_4.a /nwprod2/lib/sp/v2.0.2/libsp_v2.0.2_d.a -L/usrx/local/dev/esmf/esmf-7.0.0/lib/libO/Linux.intel.64.intelmpi.default  -L/opt/ibmhpc/pe13010/mpich2/intel/lib64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/intel64 -L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local/intel/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/gpfs/tp1/usrx/local/intel/composer_xe_2011_sp1.11.339/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/lib/../lib64 -L/usr/lib/../lib64 -L/usrx/local/intel/composer_xe_2011_sp1.11.339/compiler/lib/intel64 -L/usrx/local/intel/composerxe/mkl/lib/intel64 -L/usrx/local/intel/composerxe/ipp/lib/intel64 -L/usrx/local/intel/composerxe/tbb/lib/intel64/cc4.1.0_libc2.4_kernel2.6.16.21 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/usr/lib/gcc/x86_64-redhat-linux/4.4.7/../../.. -L/lib64 -L/lib -L/usr/lib64 -L/usr/lib -Wl,-rpath,/usrx/local/dev/esmf/esmf-7.0.0/lib/libO/Linux.intel.64.intelmpi.default  -lesmf  -ldl -lirc -lpthread -lrt -limf -lsvml -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lgcc -lgcc_s -lirc_s -ldl -lrt -ldl -L/usrx/local/NetCDF/4.2/serial/lib -lnetcdf -lnetcdff -L/usrx/local/HDF5/1.8.9/serial/lib -lhdf5 -lhdf5_fortran /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a /nwprod2/lib/z/v1.2.6/libz_v1.2.6.a  
 NEMS.x successfully created for GSM core.
 + set +x
 NOTE: Success!
Index: checkout/tests/RegressionTests_theia.log
===================================================================
--- checkout/tests/RegressionTests_theia.log	(revision 84808)
+++ checkout/tests/RegressionTests_theia.log	(revision 84810)
@@ -1,4 +1,4 @@
-Mon Nov 21 17:45:03 UTC 2016
+Tue Nov 22 06:03:11 UTC 2016
 Start Regression test
 
 
@@ -9,7 +9,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_cntrl
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -27,7 +27,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_nemsio
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -43,7 +43,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_rest
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/nmm_rest
 Checking test 3 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 3 PASS 
@@ -54,7 +54,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_rest_nio
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/nmm_rest_nio
 Checking test 4 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 4 PASS 
@@ -65,7 +65,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_decomp
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -79,7 +79,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_thread
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -95,7 +95,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_ctl
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -120,7 +120,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_nemsio
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -134,7 +134,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_rst
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/nmm_reg_rst
 Checking test 9 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 9 PASS 
@@ -145,7 +145,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_rst_nio
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/nmm_reg_rst_nio
 Checking test 10 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 10 PASS 
@@ -156,7 +156,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_decomp
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -168,7 +168,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_thread
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -184,7 +184,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_sel_phy
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_sel_phy
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -200,7 +200,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_spec_adv
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_spec_adv
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -216,7 +216,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_spec_adv
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_spec_adv_rst
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -228,7 +228,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_wsm6_gfdl
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_wsm6_gfdl
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -244,7 +244,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_wsm6_rrtm
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_wsm6_rrtm
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -260,7 +260,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_sas_zhao
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_sas_zhao
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -276,7 +276,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_thomp
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_thomp
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -292,7 +292,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_hur
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_hur
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -308,7 +308,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_pcpadj
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_pcpadj
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -324,7 +324,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_timesr
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_timesr
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/nmm_reg_timesr
 Checking test 22 results ....
  Comparing nmmb_hst_01_bin_0006h_00m_00.00s.........OK
  Comparing ts_p01_d01.bin.........OK
@@ -337,7 +337,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -371,7 +371,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_nest_rest
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -389,7 +389,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_filt
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_filt
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -405,7 +405,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_filt_zombie
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_filt_zombie
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -421,7 +421,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_mvg_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -455,7 +455,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_mvg_nests_restart
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -473,7 +473,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_mvg_nests_gens
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -507,7 +507,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_2way_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -541,7 +541,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_2way_nests_restart
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/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
@@ -560,7 +560,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_rst_nio_debug
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/nmm_reg_rst_nio_debug
 Checking test 32 results ....
 Test 32 PASS 
 
@@ -570,7 +570,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_rst_debug
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/nmm_reg_rst_debug
 Checking test 33 results ....
 Test 33 PASS 
 
@@ -580,7 +580,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_reg_ctl_debug
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/nmm_reg_ctl_debug
 Checking test 34 results ....
 Test 34 PASS 
 
@@ -590,7 +590,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/nmm_2way_nests_debug
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/nmm_2way_nests_debug
 Checking test 35 results ....
 Test 35 PASS 
 
@@ -605,7 +605,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_EULERIAN
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_eulerian
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/gfs_eulerian
 Checking test 36 results ....
  Comparing sigf03.........OK
  Comparing sigf06.........OK
@@ -633,7 +633,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l150
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/wam_gh_l150
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/wam_gh_l150
 Checking test 37 results ....
  Comparing sigf00.........OK
  Comparing sigf03.........OK
@@ -661,7 +661,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l150_nemsio
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/wam_gh_l150_nemsio
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/wam_gh_l150_nemsio
 Checking test 38 results ....
  Comparing sigf00.........OK
  Comparing sigf03.........OK
@@ -692,7 +692,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_slg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/gfs_slg
 Checking test 39 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -714,7 +714,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_NSST
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_slg_nsst
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/gfs_slg_nsst
 Checking test 40 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -739,7 +739,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_ADIABATIC
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_slg_adiabatic
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/gfs_slg_adiabatic
 Checking test 41 results ....
  Comparing sigf00.........OK
  Comparing sigf06.........OK
@@ -756,7 +756,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_48PE
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_slg_48pe
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/gfs_slg_48pe
 Checking test 42 results ....
  Comparing sigf00.........OK
  Comparing sigf06.........OK
@@ -781,7 +781,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_RSTHST
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_slg_rsthst
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/gfs_slg_rsthst
 Checking test 43 results ....
  Comparing sigf30.........OK
  Comparing sigf48.........OK
@@ -800,7 +800,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_T574
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_slg_t574
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/gfs_slg_t574
 Checking test 44 results ....
  Comparing sigf00.........OK
  Comparing SIG.F06.........OK
@@ -825,7 +825,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_STOCHY
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_slg_stochy
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/gfs_slg_stochy
 Checking test 45 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -847,7 +847,7 @@
 
 
 baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_LAND
-working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_104307/gfs_slg_land
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_46571/gfs_slg_land
 Checking test 46 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -894,4 +894,4 @@
 
 
 REGRESSION TEST WAS SUCCESSFUL
-Mon Nov 21 21:59:29 UTC 2016
+Tue Nov 22 10:06:26 UTC 2016
Index: checkout/tests/RegressionTests_wcoss.log
===================================================================
--- checkout/tests/RegressionTests_wcoss.log	(revision 84808)
+++ checkout/tests/RegressionTests_wcoss.log	(revision 84810)
@@ -1,4 +1,4 @@
-Tue Nov 22 06:05:44 UTC 2016
+Tue Nov 22 13:42:29 UTC 2016
 Start Regression test
 
 
@@ -9,7 +9,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_cntrl
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -27,7 +27,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_nemsio
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -43,7 +43,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_rest
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/nmm_rest
 Checking test 3 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 3 PASS 
@@ -54,7 +54,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_rest_nio
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/nmm_rest_nio
 Checking test 4 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 4 PASS 
@@ -65,7 +65,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_decomp
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -79,7 +79,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_thread
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -95,7 +95,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_ctl
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -120,7 +120,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_nemsio
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -134,7 +134,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_rst
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/nmm_reg_rst
 Checking test 9 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 9 PASS 
@@ -145,7 +145,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_rst_nio
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/nmm_reg_rst_nio
 Checking test 10 results ....
  Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
 Test 10 PASS 
@@ -156,7 +156,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_decomp
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -168,7 +168,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_thread
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -184,7 +184,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_sel_phy
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_sel_phy
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -200,7 +200,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_spec_adv
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_spec_adv
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -216,7 +216,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_spec_adv
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_spec_adv_rst
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -228,7 +228,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_wsm6_gfdl
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_wsm6_gfdl
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -244,7 +244,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_wsm6_rrtm
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_wsm6_rrtm
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -260,7 +260,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_sas_zhao
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_sas_zhao
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -276,7 +276,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_thomp
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_thomp
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -292,7 +292,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_hur
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_hur
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -308,7 +308,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_pcpadj
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_pcpadj
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -324,7 +324,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_timesr
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_timesr
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/nmm_reg_timesr
 Checking test 22 results ....
  Comparing nmmb_hst_01_bin_0006h_00m_00.00s.........OK
  Comparing ts_p01_d01.bin.........OK
@@ -337,7 +337,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_nests
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -371,7 +371,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_nest_rest
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -389,7 +389,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_filt
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_filt
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -405,7 +405,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_filt_zombie
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_filt_zombie
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -421,7 +421,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_mvg_nests
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -455,7 +455,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_mvg_nests_restart
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -473,7 +473,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_mvg_nests_gens
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -507,7 +507,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_2way_nests
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -541,7 +541,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_2way_nests_restart
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/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
@@ -560,7 +560,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_rst_nio_debug
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/nmm_reg_rst_nio_debug
 Checking test 32 results ....
 Test 32 PASS 
 
@@ -570,7 +570,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_rst_debug
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/nmm_reg_rst_debug
 Checking test 33 results ....
 Test 33 PASS 
 
@@ -580,7 +580,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_reg_ctl_debug
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/nmm_reg_ctl_debug
 Checking test 34 results ....
 Test 34 PASS 
 
@@ -590,7 +590,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/nmm_2way_nests_debug
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/nmm_2way_nests_debug
 Checking test 35 results ....
 Test 35 PASS 
 
@@ -605,7 +605,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_EULERIAN
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/gfs_eulerian
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/gfs_eulerian
 Checking test 36 results ....
  Comparing sigf03.........OK
  Comparing sigf06.........OK
@@ -633,7 +633,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l150
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/wam_gh_l150
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/wam_gh_l150
 Checking test 37 results ....
  Comparing sigf00.........OK
  Comparing sigf03.........OK
@@ -661,7 +661,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l150_nemsio
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/wam_gh_l150_nemsio
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/wam_gh_l150_nemsio
 Checking test 38 results ....
  Comparing sigf00.........OK
  Comparing sigf03.........OK
@@ -692,7 +692,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/gfs_slg
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/gfs_slg
 Checking test 39 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -714,7 +714,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_NSST
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/gfs_slg_nsst
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/gfs_slg_nsst
 Checking test 40 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -739,7 +739,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_ADIABATIC
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/gfs_slg_adiabatic
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/gfs_slg_adiabatic
 Checking test 41 results ....
  Comparing sigf00.........OK
  Comparing sigf06.........OK
@@ -756,7 +756,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_48PE
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/gfs_slg_48pe
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/gfs_slg_48pe
 Checking test 42 results ....
  Comparing sigf00.........OK
  Comparing sigf06.........OK
@@ -781,7 +781,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/gfs_slg_2thread
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/gfs_slg_2thread
 Checking test 43 results ....
  Comparing sigf00.........OK
  Comparing SIG.F06.........OK
@@ -803,7 +803,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_RSTHST
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/gfs_slg_rsthst
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/gfs_slg_rsthst
 Checking test 44 results ....
  Comparing sigf30.........OK
  Comparing sigf48.........OK
@@ -822,7 +822,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_T574
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/gfs_slg_t574
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/gfs_slg_t574
 Checking test 45 results ....
  Comparing sigf00.........OK
  Comparing SIG.F06.........OK
@@ -847,7 +847,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_STOCHY
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/gfs_slg_stochy
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/gfs_slg_stochy
 Checking test 46 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -869,7 +869,7 @@
 
 
 baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_LAND
-working dir  = /ptmpp1/Samuel.Trahan/rt_28405/gfs_slg_land
+working dir  = /ptmpp1/Samuel.Trahan/rt_31574/gfs_slg_land
 Checking test 47 results ....
  Comparing sigf00.........OK
  Comparing sigf01.........OK
@@ -916,4 +916,4 @@
 
 
 REGRESSION TEST WAS SUCCESSFUL
-Tue Nov 22 11:42:10 UTC 2016
+Tue Nov 22 19:36:39 UTC 2016
Index: checkout/src/atmos
===================================================================
--- checkout/src/atmos	(revision 84808)
+++ checkout/src/atmos	(revision 84810)

Property changes on: checkout/src/atmos
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,2 ##
   Merged /nems/branches/rusage/src/atmos:r83939-84809
   Merged /nems/branches/regtests/src/atmos:r84717
Index: checkout/src/nems_c_rusage.c
===================================================================
--- checkout/src/nems_c_rusage.c	(nonexistent)
+++ checkout/src/nems_c_rusage.c	(revision 84810)
@@ -0,0 +1,151 @@
+#include <stdint.h>
+#include <stdlib.h>
+#include <sys/time.h>
+#include <sys/resource.h>
+#include <unistd.h>
+#include <time.h>
+
+static const uint32_t crc32_tab[] = {
+  /* 
+   * This table was taken from the freebsd kernal.  The file's
+   * copyright notice said it could be used without any
+   * restrictions:
+   */
+
+  /*
+   *  COPYRIGHT (C) 1986 Gary S. Brown.  You may use this program, or
+   *  code or tables extracted from it, as desired without restriction.
+   */
+
+  0x00000000, 0x77073096, 0xee0e612c, 0x990951ba, 0x076dc419, 0x706af48f,
+  0xe963a535, 0x9e6495a3, 0x0edb8832, 0x79dcb8a4, 0xe0d5e91e, 0x97d2d988,
+  0x09b64c2b, 0x7eb17cbd, 0xe7b82d07, 0x90bf1d91, 0x1db71064, 0x6ab020f2,
+  0xf3b97148, 0x84be41de, 0x1adad47d, 0x6ddde4eb, 0xf4d4b551, 0x83d385c7,
+  0x136c9856, 0x646ba8c0, 0xfd62f97a, 0x8a65c9ec, 0x14015c4f, 0x63066cd9,
+  0xfa0f3d63, 0x8d080df5, 0x3b6e20c8, 0x4c69105e, 0xd56041e4, 0xa2677172,
+  0x3c03e4d1, 0x4b04d447, 0xd20d85fd, 0xa50ab56b, 0x35b5a8fa, 0x42b2986c,
+  0xdbbbc9d6, 0xacbcf940, 0x32d86ce3, 0x45df5c75, 0xdcd60dcf, 0xabd13d59,
+  0x26d930ac, 0x51de003a, 0xc8d75180, 0xbfd06116, 0x21b4f4b5, 0x56b3c423,
+  0xcfba9599, 0xb8bda50f, 0x2802b89e, 0x5f058808, 0xc60cd9b2, 0xb10be924,
+  0x2f6f7c87, 0x58684c11, 0xc1611dab, 0xb6662d3d, 0x76dc4190, 0x01db7106,
+  0x98d220bc, 0xefd5102a, 0x71b18589, 0x06b6b51f, 0x9fbfe4a5, 0xe8b8d433,
+  0x7807c9a2, 0x0f00f934, 0x9609a88e, 0xe10e9818, 0x7f6a0dbb, 0x086d3d2d,
+  0x91646c97, 0xe6635c01, 0x6b6b51f4, 0x1c6c6162, 0x856530d8, 0xf262004e,
+  0x6c0695ed, 0x1b01a57b, 0x8208f4c1, 0xf50fc457, 0x65b0d9c6, 0x12b7e950,
+  0x8bbeb8ea, 0xfcb9887c, 0x62dd1ddf, 0x15da2d49, 0x8cd37cf3, 0xfbd44c65,
+  0x4db26158, 0x3ab551ce, 0xa3bc0074, 0xd4bb30e2, 0x4adfa541, 0x3dd895d7,
+  0xa4d1c46d, 0xd3d6f4fb, 0x4369e96a, 0x346ed9fc, 0xad678846, 0xda60b8d0,
+  0x44042d73, 0x33031de5, 0xaa0a4c5f, 0xdd0d7cc9, 0x5005713c, 0x270241aa,
+  0xbe0b1010, 0xc90c2086, 0x5768b525, 0x206f85b3, 0xb966d409, 0xce61e49f,
+  0x5edef90e, 0x29d9c998, 0xb0d09822, 0xc7d7a8b4, 0x59b33d17, 0x2eb40d81,
+  0xb7bd5c3b, 0xc0ba6cad, 0xedb88320, 0x9abfb3b6, 0x03b6e20c, 0x74b1d29a,
+  0xead54739, 0x9dd277af, 0x04db2615, 0x73dc1683, 0xe3630b12, 0x94643b84,
+  0x0d6d6a3e, 0x7a6a5aa8, 0xe40ecf0b, 0x9309ff9d, 0x0a00ae27, 0x7d079eb1,
+  0xf00f9344, 0x8708a3d2, 0x1e01f268, 0x6906c2fe, 0xf762575d, 0x806567cb,
+  0x196c3671, 0x6e6b06e7, 0xfed41b76, 0x89d32be0, 0x10da7a5a, 0x67dd4acc,
+  0xf9b9df6f, 0x8ebeeff9, 0x17b7be43, 0x60b08ed5, 0xd6d6a3e8, 0xa1d1937e,
+  0x38d8c2c4, 0x4fdff252, 0xd1bb67f1, 0xa6bc5767, 0x3fb506dd, 0x48b2364b,
+  0xd80d2bda, 0xaf0a1b4c, 0x36034af6, 0x41047a60, 0xdf60efc3, 0xa867df55,
+  0x316e8eef, 0x4669be79, 0xcb61b38c, 0xbc66831a, 0x256fd2a0, 0x5268e236,
+  0xcc0c7795, 0xbb0b4703, 0x220216b9, 0x5505262f, 0xc5ba3bbe, 0xb2bd0b28,
+  0x2bb45a92, 0x5cb36a04, 0xc2d7ffa7, 0xb5d0cf31, 0x2cd99e8b, 0x5bdeae1d,
+  0x9b64c2b0, 0xec63f226, 0x756aa39c, 0x026d930a, 0x9c0906a9, 0xeb0e363f,
+  0x72076785, 0x05005713, 0x95bf4a82, 0xe2b87a14, 0x7bb12bae, 0x0cb61b38,
+  0x92d28e9b, 0xe5d5be0d, 0x7cdcefb7, 0x0bdbdf21, 0x86d3d2d4, 0xf1d4e242,
+  0x68ddb3f8, 0x1fda836e, 0x81be16cd, 0xf6b9265b, 0x6fb077e1, 0x18b74777,
+  0x88085ae6, 0xff0f6a70, 0x66063bca, 0x11010b5c, 0x8f659eff, 0xf862ae69,
+  0x616bffd3, 0x166ccf45, 0xa00ae278, 0xd70dd2ee, 0x4e048354, 0x3903b3c2,
+  0xa7672661, 0xd06016f7, 0x4969474d, 0x3e6e77db, 0xaed16a4a, 0xd9d65adc,
+  0x40df0b66, 0x37d83bf0, 0xa9bcae53, 0xdebb9ec5, 0x47b2cf7f, 0x30b5ffe9,
+  0xbdbdf21c, 0xcabac28a, 0x53b39330, 0x24b4a3a6, 0xbad03605, 0xcdd70693,
+  0x54de5729, 0x23d967bf, 0xb3667a2e, 0xc4614ab8, 0x5d681b02, 0x2a6f2b94,
+  0xb40bbe37, 0xc30c8ea1, 0x5a05df1b, 0x2d02ef8d
+};
+
+static uint32_t
+crc32(const void *buf, size_t size)
+{
+  /*
+   * This function was taken from the freebsd kernal.  The file's
+   * copyright notice said it could be used without any
+   * restrictions:
+   */
+
+  /*-
+   *  COPYRIGHT (C) 1986 Gary S. Brown.  You may use this program, or
+   *  code or tables extracted from it, as desired without restriction.
+   */
+
+  const uint8_t *p = buf;
+  uint32_t crc;
+  
+  crc = ~0U;
+  while (size--)
+    crc = crc32_tab[(crc ^ *p++) & 0xFF] ^ (crc >> 8);
+  return crc ^ ~0U;
+}
+
+uint32_t
+nems_c_crc32(const unsigned char *buffer,
+             uint32_t length,
+             uint32_t *error)
+{
+  uint32_t crc32c;
+
+  if(length>2147483646 || length<1) {
+    *error=1;
+    return 0;
+  } 
+
+  *error=0;
+  return crc32(buffer,length);
+}
+
+void nems_c_timer(int64_t *sec,int64_t *nsec,int32_t *error) {
+  struct timeval tv;
+#if defined(_POSIX_TIMERS) && _POSIX_TIMERS>0
+  clockid_t clock;
+  struct timespec tp;
+  clock=CLOCK_REALTIME;
+#  if defined(_POSIX_MONOTONIC_CLOCK)
+  clock=CLOCK_MONOTONIC;
+#  endif
+  if(!clock_gettime(clock,&tp)) {
+    *sec=tp.tv_sec;
+    *nsec=tp.tv_nsec;
+    *error=0;
+    return;
+  }
+#endif
+
+  /* If clock_gettime is unavailable or fails, use gettimeofday. */
+  if(!gettimeofday(&tv,NULL)) {
+    *sec=tv.tv_sec;
+    *nsec=tv.tv_usec*1000;
+    *error=0;
+    return;
+  }
+
+  /* Last fallback is time() */
+
+  *sec=time(NULL);
+  *nsec=0;
+
+  *error = ( *sec != -1 );  /* time() returns -1 on failure */
+}
+
+void nems_c_usage(double *utime, double *stime, int64_t *maxrss, 
+                  int64_t *inblock, int64_t *outblock, int32_t *error) {
+  struct rusage ru;
+
+  *error=1;
+
+  if(getrusage(RUSAGE_SELF,&ru)) return;
+
+  *utime=ru.ru_utime.tv_sec + 1e-6*ru.ru_utime.tv_usec;
+  *stime=ru.ru_stime.tv_sec + 1e-6*ru.ru_stime.tv_usec;
+  *maxrss=ru.ru_maxrss;
+  *inblock=ru.ru_inblock;
+  *outblock=ru.ru_oublock;
+  *error=0;
+}
Index: checkout/src/MAIN_NEMS.F90
===================================================================
--- checkout/src/MAIN_NEMS.F90	(revision 84808)
+++ checkout/src/MAIN_NEMS.F90	(revision 84810)
@@ -29,6 +29,7 @@
 !   2011-05     Theurich & Yang - Modified for using the ESMF 5.2.0r_beta_snapshot_07.
 !   2011-10     Yang    - Modified for using the ESMF 5.2.0r library.
 !   2013-07     Theurich - Macro based ESMF error handling
+!   2016-11     Trahan  - Resource usage reporting
 !
 !-----------------------------------------------------------------------
 !
@@ -49,7 +50,13 @@
        USE module_ERR_MSG,ONLY: ERR_MSG,MESSAGE_CHECK
 !
 !-----------------------------------------------------------------------
+!***  This module calculates resource usage across all ranks.
+!-----------------------------------------------------------------------
 !
+       USE module_NEMS_Rusage,ONLY: NEMS_Rusage
+!
+!-----------------------------------------------------------------------
+!
       IMPLICIT NONE
 !
       INCLUDE 'mpif.h'
@@ -67,6 +74,9 @@
                 ,YY,MM,DD                                               &  !<-- Time variables for date
                 ,HH,MNS,SEC                                                !<-- Time variables for time of day
 !
+
+      TYPE(NEMS_Rusage) :: rusage                                          !<-- Resource usage tracking object
+
       TYPE(ESMF_TimeInterval) :: RUNDURATION                            &  !<-- The ESMF time. The total forecast hours.
                                 ,TIMESTEP                                  !<-- The ESMF timestep length (we only need a dummy here)
 !
@@ -94,6 +104,7 @@
                 ,HH_FINAL
 !
       INTEGER :: RC, RC_USER                                               !<-- The running error signal
+      INTEGER :: RUSAGE_RC                                                 !<-- Resource usage collection flag
 !
       CHARACTER(LEN=MPI_MAX_PROCESSOR_NAME) :: PROCNAME                    !<-- The processor(host) name
       INTEGER :: PROCNAME_LEN                                              !<-- Actual PROCRNAME string length
@@ -149,6 +160,8 @@
 ! ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
 !
 !-----------------------------------------------------------------------
+!***  Print subversion version and other status information.
+!-----------------------------------------------------------------------
 !
 #if defined (SVN_INFO) && defined (CMP_YEAR) && defined (CMP_JD)
       if (mype==0) call w3tagb('NEMS '//SVN_INFO,                       &
@@ -158,6 +171,16 @@
 #endif
 !
 !-----------------------------------------------------------------------
+!***  Start gathering resource usage information.
+!-----------------------------------------------------------------------
+!
+      ! Note intentional use of MPI_COMM_WORLD since we are getting
+      ! resource usage for ALL ranks on ALL machines.
+      call rusage%start(MPI_COMM_WORLD,PROCNAME,PROCNAME_LEN,RC)
+      ! It is safe to ignore RC since rusage%is_valid will tell us if
+      ! the start succeeded.
+!
+!-----------------------------------------------------------------------
 !***  Set up the default log.
 !-----------------------------------------------------------------------
 !
@@ -603,6 +626,15 @@
       CALL ESMF_GridCompDestroy(gridcomp=NEMS_GRID_COMP                 &
                                ,rc      =RC)
       ESMF_ERR_ABORT(RC)
+
+! ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
+! Resource usage reporting.  We only do this if the rusage%start was
+! successful.
+      if(rusage%is_valid()) then
+         call rusage%stop(rc)
+         if(rc==0) call rusage%report(rc)
+      endif
+
 !-----------------------------------------------------------------------
 !***  Shut down the ESMF system.
 !-----------------------------------------------------------------------
Index: checkout/src/module_NEMS_Rusage.F90
===================================================================
--- checkout/src/module_NEMS_Rusage.F90	(nonexistent)
+++ checkout/src/module_NEMS_Rusage.F90	(revision 84810)
@@ -0,0 +1,734 @@
+module module_NEMS_Rusage
+  ! --------------------------------------------------------------------
+  ! Resource usage monitoring tools
+  ! --------------------------------------------------------------------
+  ! Calculates resource usage differences between two calls.
+  ! Writes out a report in nemsusage.xml
+  !
+  ! HISTORY:
+  !  2016-11 - Trahan - creator
+  ! --------------------------------------------------------------------
+
+  ! Compiler note: iso_c_binding is an intrinsic fortran module.  If
+  ! your compiler does not understand "intrinsic" or cannot find the
+  ! "iso_c_binding" module, then that is a bug in your compiler.
+  use, intrinsic :: iso_c_binding ! has to be here due to type definitions
+  implicit none
+  private
+
+  public :: NEMS_Rusage
+  public :: NEMS_Rusage_Start
+  public :: NEMS_Rusage_Stop
+  public :: NEMS_Rusage_Report
+  public :: NEMS_Rusage_Is_Valid
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  ! Compiler note: NEMS_Rusage is a Fortran class with member
+  ! functions.  If your compiler gives an error in the procedure
+  ! declarations or the class(NEMS_Rusage) declarations later in this
+  ! module, then that is a bug in your compiler's Fortran 2003 support.
+  type NEMS_Rusage
+     private
+     ! Note that all member variables have names that begin with m_
+     ! and are private.  All member procedures are public.
+     logical :: m_valid=.false. ! .false. means do not use this object
+     integer(kind=c_int64_t) :: m_start_sec=-1 ! NEMS start in seconds since reference time
+     integer(kind=c_int64_t) :: m_start_nsec=-1 ! NEMS start nanosecond portion
+     integer(kind=c_int64_t) :: m_end_sec=-1 ! NEMS end in seconds since reference time
+     integer(kind=c_int64_t) :: m_end_nsec=-1 ! NEMS end nanosecond portion
+     integer :: m_comm_world=-1 ! Global communicator for NEMS
+     integer :: m_comm_name=-1 ! Per-host communicator
+     integer :: m_comm_hosts=-1 ! Communicator used by ranks 0 of each comm_name group
+     integer :: m_comm_size_world=-1 ! Size of comm_world
+     integer :: m_comm_size_hosts=-1 ! Size of comm_hosts, valid iff m_nodemaseter
+     integer :: m_comm_size_name=-1 ! Size of comm_name
+     integer :: m_rank_world=-1 ! Rank in comm_world
+     logical :: m_master=.false. ! Am I rank 0 on comm_world?
+     logical :: m_nodemaster=.false. ! Am I rank 0 on comm_name?
+     character(len=:), pointer :: m_procname=>NULL()
+   contains
+     procedure, public :: start => NEMS_Rusage_Start
+     procedure, public :: stop => NEMS_Rusage_Stop
+     procedure, public :: report => NEMS_Rusage_Report
+     procedure, public :: is_valid => NEMS_Rusage_Is_Valid
+  end type NEMS_Rusage
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  interface
+     function nems_c_crc32(buffer,length,error) bind(c)
+       use iso_c_binding
+       implicit none
+       integer(kind=c_int32_t), value :: length
+       integer(kind=c_int32_t) :: error
+       character(kind=c_char) :: buffer(*)
+       integer(kind=c_int32_t) :: nems_c_crc32
+     end function nems_c_crc32
+  end interface
+
+  interface
+     subroutine nems_c_timer(sec,nsec,error) bind(c)
+       use iso_c_binding
+       implicit none
+       integer(kind=c_int64_t) :: sec   ! seconds since reference time
+       integer(kind=c_int64_t) :: nsec  ! nanosecond portion
+       integer(kind=c_int32_t) :: error ! 0 on success
+     end subroutine nems_c_timer
+  end interface
+
+  interface
+     subroutine nems_c_usage(utime,stime,maxrss,inblock, &
+                             outblock,error)                bind(c)
+       use iso_c_binding
+       implicit none
+       integer(kind=c_int64_t) :: maxrss,inblock,outblock
+       real(kind=c_double) :: utime,stime
+       integer(kind=c_int32_t) :: error ! 0 on success
+     end subroutine nems_c_usage
+  end interface
+
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+contains
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  logical function NEMS_Rusage_Is_Valid(ru)
+    implicit none
+    class(NEMS_Rusage), intent(inout) :: ru
+    NEMS_Rusage_Is_Valid=ru%m_valid
+  end function NEMS_Rusage_Is_Valid
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  subroutine NEMS_Rusage_Report(ru,ierr,unit)
+    implicit none
+    class(NEMS_Rusage), intent(inout) :: ru
+    integer, intent(inout) :: Ierr
+    integer, optional, intent(in) :: unit
+
+    integer :: xmlunit
+    integer(kind=c_int64_t) :: secdiff,nsecdiff
+    double precision :: timediff
+    double precision, parameter :: nano=1e-9
+
+    real(kind=c_double) :: utime,stime
+    integer(kind=c_Int64_t) :: maxrss,inblock,outblock
+
+    double precision :: dmaxrss, dinblock, doutblock
+
+    ierr=-999
+
+    if(.not.ru%m_valid) then
+       ierr=10
+       return
+    endif
+
+    call nems_c_usage(utime,stime,maxrss,inblock,outblock,ierr)
+    if(ierr/=0) return
+
+    if(present(unit)) then
+       xmlunit=unit
+       open(file='nemsusage.xml',unit=unit,form='formatted')
+    else
+       open(file='nemsusage.xml',newunit=xmlunit,form='formatted')
+    endif
+
+    dmaxrss=dble(maxrss)/1024
+    dinblock=dble(inblock)
+    doutblock=dble(outblock)
+
+    secdiff=ru%m_end_sec-ru%m_start_sec
+    nsecdiff=ru%m_end_nsec-ru%m_start_nsec
+    if(nsecdiff<0) then
+       nsecdiff=1000000000-nsecdiff
+       secdiff=secdiff-1
+    endif
+    timediff=dble(secdiff) + nano*dble(nsecdiff)
+    if(ru%m_master) then
+       write(xmlunit,'(A)') '<?xml version="1.0"?>'
+       write(xmlunit,'(A)') '<nemsrusage>'
+    endif
+    call report_world_max  (ru,'walltime','sec',timediff,xmlunit,ierr,&
+                            'total runtime of NEMS, excluding MPI setup time')
+    call report_world_range(ru,'systime', 'percent',100*stime/(stime+utime),xmlunit,ierr,&
+                            'maximum system time used on any one rank')
+    call report_world_range(ru,'usertime','percent',100*utime/(stime+utime),xmlunit,ierr,&
+                            'percent of time in user space any one rank')
+    call report_by_rank(ru,'memory','MiB',dmaxrss,xmlunit,ierr,&
+                        'maximum resident set size')
+    call report_nodesum_range(ru,'memory','MiB',dmaxrss,xmlunit,ierr,&
+                             'maximum resident set size')
+    call report_nodesum_range(ru,'blocksread','blocks',dinblock,xmlunit,ierr,&
+                              'number of blocks read')
+    call report_nodesum_range(ru,'blockswritten','blocks',doutblock,xmlunit,ierr,&
+                              'number of blocks written')
+    if(ru%m_master) then
+       write(xmlunit,'(A)') '</nemsrusage>'
+    endif
+  end subroutine NEMS_Rusage_Report
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  subroutine report_world_max(ru,what,units,localstat,xmlunit,ierr,descr)
+    use mpi
+    implicit none
+    class(NEMS_Rusage), intent(inout) :: ru
+    integer, intent(inout) :: Ierr
+    integer, intent(in) :: xmlunit
+    character(len=*), intent(in) :: what, units,descr
+    double precision, intent(in) :: localstat
+    double precision :: maxstat
+    double precision :: sendbuf
+    sendbuf=localstat
+    call MPI_Allreduce(sendbuf,maxstat,1,MPI_DOUBLE_PRECISION,MPI_MAX,&
+                       ru%m_comm_world,ierr)
+    if(ru%m_master) then
+       write(xmlunit,20) trim(what)
+       write(xmlunit,30) trim(units)
+       write(xmlunit,31) trim(descr)
+       write(xmlunit,10) 'max',maxstat
+       write(xmlunit,21) trim(what)
+    endif
+20  format('  <',A,'>')
+21  format('  </',A,'>')
+30  format('    <units>',A,'</units>')
+31  format('    <descr>',A,'</descr>')
+10  format('    <stat type="',A,'" by="rank">',F0.9,'</stat>')
+  end subroutine report_world_max
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  subroutine report_world_range(ru,what,units,localstat,xmlunit,ierr,descr)
+    use mpi
+    implicit none
+    class(NEMS_Rusage), intent(inout) :: ru
+    integer, intent(inout) :: Ierr
+    integer, intent(in) :: xmlunit
+    character(len=*), intent(in) :: what, units,descr
+    double precision, intent(in) :: localstat
+    double precision :: sumstat,maxstat,minstat
+    double precision :: sendbuf
+    sendbuf=localstat
+    call MPI_Allreduce(sendbuf,sumstat,1,MPI_DOUBLE_PRECISION,MPI_SUM,&
+                       ru%m_comm_world,ierr)
+    call MPI_Allreduce(sendbuf,minstat,1,MPI_DOUBLE_PRECISION,MPI_MIN,&
+                       ru%m_comm_world,ierr)
+    call MPI_Allreduce(sendbuf,maxstat,1,MPI_DOUBLE_PRECISION,MPI_MAX,&
+                       ru%m_comm_world,ierr)
+    if(ru%m_master) then
+       write(xmlunit,20) trim(what)
+       write(xmlunit,30) trim(units)
+       write(xmlunit,31) trim(descr)
+       write(xmlunit,10) 'min',minstat
+       write(xmlunit,10) 'max',maxstat
+       write(xmlunit,10) 'avg',sumstat/ru%m_comm_size_world
+       write(xmlunit,21) trim(what)
+    endif
+20  format('  <',A,'>')
+21  format('  </',A,'>')
+30  format('    <units>',A,'</units>')
+31  format('    <descr>',A,'</descr>')
+10  format('    <stat type="',A,'" by="rank">',F0.9,'</stat>')
+  end subroutine report_world_range
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  subroutine report_by_rank(ru,what,units,localstat,xmlunit,ierr,descr)
+    use iso_c_binding
+    use mpi
+    implicit none
+    class(NEMS_Rusage), intent(inout) :: ru
+    integer, intent(inout) :: ierr
+    integer, intent(in) :: xmlunit
+    character(len=*), intent(in) :: what, units,descr
+    double precision, intent(in) :: localstat
+
+    ! Locals:
+    integer :: localrank ! mpi_comm_world rank of local rank
+    integer :: namesize ! length of processor's name
+    integer :: size ! sizes required for temporary buffer
+    integer :: ihost ! host rank within comm_hosts
+    integer :: arank ! index of rank within allranks
+    integer :: irank ! index of rank within one host
+    integer :: i ! contains proof that P=NP
+    double precision, allocatable :: hoststat(:) ! stat for all ranks in a node
+    double precision, allocatable :: allstats(:) ! stat for all ranks
+    integer, allocatable :: hostranks(:) ! ranks in world order for one host
+    integer, allocatable :: allranks(:) ! ranks sorted by host, then world order
+    integer, allocatable :: namesizes(:) ! size of names of each host
+    integer, allocatable :: namedispl(:) ! mpi gatherv displacements for names
+    integer, allocatable :: statsizes(:) ! number of ranks per host
+    integer, allocatable :: statdispl(:) ! mpi gatherv displacements for ranks
+    character(len=:), allocatable :: allnames ! all host names concatinated
+    
+    if(ru%m_nodemaster) then
+       allocate(hoststat(ru%m_comm_size_name))
+       allocate(hostranks(ru%m_comm_size_name))
+    else
+       allocate(hoststat(1))
+       allocate(hostranks(1))
+    endif
+    if(ru%m_master) then
+       allocate(allstats(ru%m_comm_size_world))
+       allocate(allranks(ru%m_comm_size_world))
+    else
+       allocate(allstats(1))
+       allocate(allranks(1))
+    endif
+
+    ! Gather ranks and stats within one node:
+    call MPI_Gather(localstat,1,MPI_DOUBLE_PRECISION, &
+                    hoststat,1,MPI_DOUBLE_PRECISION, &
+                    0,ru%m_comm_name,ierr)
+       if(ierr/=0) goto 1000
+    call MPI_Gather(ru%m_rank_world,1,MPI_INTEGER, &
+                    hostranks,1,MPI_INTEGER, &
+                    0,ru%m_comm_name,ierr)
+       if(ierr/=0) goto 1000
+
+    ! Gather names across nodes:
+    if(ru%m_nodemaster) then
+       allocate(namesizes(ru%m_comm_size_hosts))
+       allocate(namedispl(ru%m_comm_size_hosts+1))
+       namesize=len(ru%m_procname)
+       call MPI_Allgather(namesize,1,MPI_INTEGER,&
+                          namesizes,1,MPI_INTEGER,&
+                          ru%m_comm_hosts,ierr)
+       if(ierr/=0) goto 1000
+       namedispl(1)=0
+       do i=1,ru%m_comm_size_hosts
+          namedispl(i+1)=namedispl(i)+namesizes(i)
+       enddo
+       do i=1,ru%m_comm_size_hosts
+          print '(I0,": size=",I0," displ=",I0)', i, namesizes(i), namedispl(i)
+       enddo
+       print '("end: displ=",I0)', namedispl(ru%m_comm_size_hosts+1)
+       flush(6)
+       if(ru%m_master) then
+          size=namedispl(ru%m_comm_size_hosts+1)
+          allocate(character(len=size) :: allnames)
+       else
+          allocate(character(len=1) :: allnames)
+       endif
+       call MPI_Gatherv(ru%m_procname,namesize,MPI_CHARACTER,&
+                        allnames,namesizes,namedispl,MPI_CHARACTER,&
+                        0,ru%m_comm_hosts,ierr)
+       if(ierr/=0) goto 1000
+    endif
+
+    ! Gather ranks and stats sorted by nodes:
+    if(ru%m_nodemaster) then
+       allocate(statsizes(ru%m_comm_size_hosts))
+       allocate(statdispl(ru%m_comm_size_hosts+1))
+       call MPI_Allgather(ru%m_comm_size_name,1,MPI_INTEGER,&
+                          statsizes,1,MPI_INTEGER,&
+                          ru%m_comm_hosts,ierr)
+       if(ierr/=0) goto 1000
+       statdispl(1)=0
+       do i=1,ru%m_comm_size_hosts
+          statdispl(i+1)=statdispl(i)+statsizes(i)
+       enddo
+       call MPI_Gatherv(hoststat,ru%m_comm_size_name,MPI_DOUBLE_PRECISION,&
+                        allstats,statsizes,statdispl,MPI_DOUBLE_PRECISION,&
+                        0,ru%m_comm_hosts,ierr)
+       call MPI_Gatherv(hostranks,ru%m_comm_size_name,MPI_INTEGER,&
+                        allranks,statsizes,statdispl,MPI_INTEGER,&
+                        0,ru%m_comm_hosts,ierr)
+       if(ierr/=0) goto 1000
+    endif
+
+    ! Master writes data:
+    if(ru%m_master) then
+10     format('  <',A,'>')
+       write(xmlunit,10) trim(what)
+20     format('    <units>',A,'</units>')
+       write(xmlunit,20) trim(units)
+30     format('    <descr>',A,'</descr>')
+       write(xmlunit,30) trim(descr)
+40     format('    <values>')
+       write(xmlunit,40)
+       arank=0
+       do ihost=1,ru%m_comm_size_hosts
+50        format('      <node name="',A,'">')
+          write(xmlunit,50) trim(allnames(namedispl(ihost)+1:namedispl(ihost+1)))
+          do irank=1,statsizes(ihost)
+             arank=arank+1
+60           format('        <rank in_world="',I0,'">',F0.9,'</rank>')
+             write(xmlunit,60) allranks(arank),allstats(arank)
+          enddo
+70        format('      </node>')
+          write(xmlunit,70)
+       enddo
+80     format('    </values>')
+       write(xmlunit,80)
+90     format('  </',A,'>')
+       write(xmlunit,90) trim(what)
+    endif
+
+    1000 continue ! cleanup block
+
+    ! These deallocates are not needed in standard-conforming fortran,
+    ! but are placed here to work around compiler bugs:
+    if(allocated(hoststat)) deallocate(hoststat)
+    if(allocated(hostranks)) deallocate(hostranks)
+    if(allocated(allstats)) deallocate(allstats)
+    if(allocated(allranks)) deallocate(allranks)
+    if(allocated(allnames)) deallocate(allnames)
+    if(allocated(statsizes)) deallocate(statsizes)
+    if(allocated(statdispl)) deallocate(statdispl)
+  end subroutine report_by_rank
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  subroutine report_nodesum_range(ru,what,units,localstat,xmlunit,ierr,descr)
+    use mpi
+    implicit none
+    class(NEMS_Rusage), intent(inout) :: ru
+    integer, intent(inout) :: Ierr
+    integer, intent(in) :: xmlunit
+    character(len=*), intent(in) :: what, units,descr
+    double precision, intent(in) :: localstat
+    double precision :: sumstat,maxstat,minstat,avgstat
+    double precision :: sendbuf, nodesum, sendbuf3(3), recvbuf3(3)
+    character*100 message
+
+    ! Sum within each node:
+    sendbuf=localstat
+    call MPI_Reduce(sendbuf,nodesum,1,MPI_DOUBLE_PRECISION,MPI_SUM,&
+                    0,ru%m_comm_name,ierr)
+
+    if(ru%m_nodemaster) then
+       ! Get stats across all nodes using rank 0 of each node:
+       sendbuf=nodesum
+       call MPI_Allreduce(sendbuf,sumstat,1,MPI_DOUBLE_PRECISION,MPI_SUM,&
+                          ru%m_comm_hosts,ierr)
+       call MPI_Allreduce(sendbuf,minstat,1,MPI_DOUBLE_PRECISION,MPI_MIN,&
+                          ru%m_comm_hosts,ierr)
+       call MPI_Allreduce(sendbuf,maxstat,1,MPI_DOUBLE_PRECISION,MPI_MAX,&
+                          ru%m_comm_hosts,ierr)
+
+       ! Prepare the sendbuf for broadcasting to the rest of the
+       ! ranks.  Note that we divide by the number of hosts here since
+       ! the other ranks do not know the number of hosts.
+       avgstat=sumstat/ru%m_comm_size_hosts
+       sendbuf3=(/ avgstat, minstat, maxstat /)
+    endif
+
+    ! Broadcast results from rank 0 of each node to the rest of the
+    ! node's ranks:
+
+    call MPI_Bcast(sendbuf3,3,MPI_DOUBLE_PRECISION,0,&
+                   ru%m_comm_name,ierr)
+    avgstat=sendbuf3(1)
+    minstat=sendbuf3(2)
+    maxstat=sendbuf3(3)
+
+    if(ru%m_master) then
+       write(xmlunit,20) trim(what)
+       write(xmlunit,30) trim(units)
+       write(xmlunit,31) trim(descr)
+       write(xmlunit,10) 'min',minstat
+       write(xmlunit,10) 'max',maxstat
+       write(xmlunit,10) 'avg',avgstat
+       write(xmlunit,21) trim(what)
+    endif
+20  format('  <',A,'>')
+21  format('  </',A,'>')
+30  format('    <units>',A,'</units>')
+31  format('    <descr>',A,'</descr>')
+10  format('    <stat type="',A,'" by="nodesum">',F0.9,'</stat>')
+  end subroutine report_nodesum_range
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  subroutine NEMS_Rusage_Stop(ru,ierr)
+    implicit none
+    class(NEMS_Rusage), intent(inout) :: ru
+    integer, intent(inout) :: ierr
+    ierr=-999
+    if(.not.ru%m_valid) then
+       ierr=10
+       return
+    endif
+    call rusage_time(ru,ru%m_end_sec,ru%m_end_nsec,ierr)
+  end subroutine NEMS_Rusage_Stop
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  subroutine NEMS_Rusage_Start(ru,comm_world,procname,procname_len,ierr)
+    use mpi
+    implicit none
+    class(NEMS_Rusage), intent(inout) :: ru
+    integer, intent(in) :: comm_world ! Global communicator for NEMS
+    integer, intent(in) :: procname_len
+    integer, intent(inout) :: ierr ! 0 = success
+    character(len=procname_len), intent(in) :: procname
+
+    if(ru%m_valid .and. associated(ru%m_procname)) then
+       deallocate(ru%m_procname)
+       nullify(ru%m_procname)
+    endif
+
+    ru%m_valid=.true.
+
+    ! Compiler note: the below line is the correct syntax for
+    ! allocating a string.  If your compiler gives an error here, then
+    ! that is a bug in your compiler.
+    allocate(character(len=procname_len) :: ru%m_procname)
+    ru%m_procname=procname
+
+    call init_rusage_comms(ru,comm_world,procname,procname_len,ierr)
+    if(ierr/=0) then
+       deallocate(ru%m_procname)
+       nullify(ru%m_procname)
+       ru%m_valid=.false.
+       return
+    endif
+
+    call rusage_time(ru,ru%m_start_sec,ru%m_start_nsec,ierr)
+    if(ierr/=0) then
+       deallocate(ru%m_procname)
+       nullify(ru%m_procname)
+       ru%m_valid=.false.
+       return
+    endif
+  end subroutine NEMS_Rusage_Start
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  subroutine rusage_time(ru,sec,nsec,ierr)
+    use iso_c_binding
+    use mpi
+    implicit none
+    class(NEMS_Rusage), intent(inout) :: ru
+    integer(kind=c_int64_t),intent(inout) :: sec,nsec
+    integer, intent(inout) :: ierr
+    ierr=-999
+    call MPI_Barrier(ru%m_comm_world,ierr)
+    if(ierr/=0) return
+    call nems_c_timer(sec,nsec,ierr)
+  end subroutine rusage_time
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  subroutine init_rusage_comms(ru,comm_world,procname,procname_len,ierr)
+    use mpi
+    implicit none
+    class(NEMS_Rusage), intent(inout) :: ru
+    integer, intent(in) :: comm_world ! Global communicator for NEMS
+    integer, intent(in) :: procname_len
+    integer, intent(inout) :: ierr ! 0 = success
+    character(len=procname_len), intent(in) :: procname
+    logical :: match
+    integer :: rank
+
+    ru%m_comm_world=comm_world
+
+    ierr=-999
+
+    call color_by_hash(procname(1:procname_len),procname_len,comm_world,ru%m_comm_name,ru%m_comm_hosts,ru%m_rank_world,ierr)
+    if(ierr/=0) then
+       ierr=1
+    endif
+
+    call MPI_Comm_size(ru%m_comm_name,ru%m_comm_size_name,ierr)
+    call MPI_Comm_size(ru%m_comm_hosts,ru%m_comm_size_hosts,ierr)
+    call MPI_Comm_size(ru%m_comm_world,ru%m_comm_size_world,ierr)
+    call MPI_Comm_rank(ru%m_comm_world,ru%m_rank_world,ierr)
+    ru%m_master = ru%m_rank_world==0
+    call MPI_Comm_rank(ru%m_comm_name,rank,ierr)
+    ru%m_nodemaster = rank==0
+
+    call check_names(procname(1:procname_len),ru%m_comm_name,ru%m_comm_hosts,match,ierr)
+    if(ierr/=0) then
+       ierr=2
+    endif
+    
+    if(.not.match) then
+       ierr=3
+       return
+    endif
+  end subroutine init_rusage_comms
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  subroutine check_names(name,comm_name,comm_hosts,match,ierr)
+    !! Checks to see if all names match within each comm_names group.
+    !! Sets match=.true. if all names match, or .false. if any groups
+    !! have more than one name.
+    use mpi
+    implicit none
+    integer, intent(inout) :: ierr
+    character(len=*) :: name
+    integer, intent(in) :: comm_name,comm_hosts
+    logical, intent(out) :: match
+    integer :: rank
+    integer :: error
+    integer :: local_match, name_match, all_names_match
+    character(len=MPI_MAX_PROCESSOR_NAME) :: sendbuf
+
+    ierr=-999
+    match=.false.
+
+    call MPI_Comm_rank(comm_name,rank,error)
+    if(error/=0) then
+       ierr=1
+       return
+    endif
+
+    sendbuf=name
+    call MPI_Bcast(sendbuf,MPI_MAX_PROCESSOR_NAME,MPI_CHARACTER, &
+         0,comm_name,error)
+    if(error/=0) then
+       ierr=2
+       return
+    endif
+
+    ! The local_match is 0 if this rank thinks the names match.
+    local_match=1
+    if(trim(name)==trim(sendbuf)) then
+       local_match=0
+    else
+       !call msg('MISMATCH: "'//trim(name)//'" /= "'//trim(sendbuf)//'"')
+    end if
+
+    !call MPI_Allreduce(local_match,all_names_match,1,MPI_INTEGER,MPI_MAX,&
+    !                MPI_COMM_WORLD,error)
+
+    ! Now all ranks for this host gather the local_match value into
+    ! name_match:
+    call MPI_Allreduce(local_match,name_match,1,MPI_INTEGER,MPI_MAX,&
+                       comm_name,error)
+    if(error/=0) then
+       ierr=3
+       return
+    endif
+
+    ! Master ranks of each name gather that information for all ranks
+    ! into all_names_match, which will be 1 if any name mismatched on
+    ! any rank.
+    if(rank==0) then
+       call MPI_Allreduce(name_match,all_names_match,1,MPI_INTEGER,MPI_MAX,&
+                          comm_hosts,error)
+       if(error/=0) then
+          ierr=4
+          return
+       endif
+    endif
+
+    ! Broadcast all_names_match across all ranks in this name:
+    call MPI_Bcast(all_names_match,1,MPI_INTEGER,0,comm_name,ierr)
+    if(error/=0) then
+       ierr=5
+       return
+    endif
+
+    match = all_names_match==0
+    ierr=0
+  end subroutine check_names
+
+  !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
+
+  subroutine color_by_hash(name,namelen,commin,comm_name,comm_hosts,rank_world,ierr)
+    !! Groups processors into ranks by name.  
+    !!
+    !! Each group in comm_name will have the same name in each rank.
+    !! The first rank of each communicator will be in the same group
+    !! of comm_hosts.  This is done using a CRC-based hash function
+    !! and MPI_Comm_split for better scalability.  The hash function
+    !! is in freebsd_crc32.c and is the CRC algorithm used by the
+    !! freebsd kernel.  Hash collisions are detected via check_names.
+    !! If one is detected, some "salt" is added to the name to change
+    !! the hash value, and the process is repeated until success (or
+    !! 26 failures).
+    use mpi
+    use iso_c_binding
+    implicit none
+    character(len=namelen), intent(in) :: name
+    integer, intent(inout) :: ierr
+    integer, intent(in) :: namelen ! length of input buffer
+    integer, intent(in) :: rank_world ! used only for mpi_comm_split key
+    integer, intent(in) :: commin ! global communicator
+    integer, intent(inout) :: comm_name ! host-specific communicator
+    integer, intent(inout) :: comm_hosts ! for ranks 0 in comm_name, inter-host communicator
+
+    character(len=100) :: message
+
+    integer :: itry ! hash collision counter
+    integer :: i ! character loop index
+    integer :: error ! MPI error number
+
+    character(kind=c_char) :: c_name1(namelen+1) ! name plus salt in c datatype
+    integer(kind=c_int32_t) :: c_crc32c ! integer hash in c datatype
+    integer(kind=c_int32_t) :: c_length ! namelen+1 in c datatype
+    integer(kind=c_int32_t) :: c_error ! error indicator in c datatype
+    integer :: hash ! Fortran version of c_crc32c
+    integer :: is_rank_0 ! 1 if rank 0 within comm_name, else 0
+    integer :: rank ! Rank within comm_name
+    logical :: match ! did the check_names report all names match?
+
+    ! Salt:
+    character(len=26), parameter :: ctry = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"
+
+    ierr=-999
+
+    do i=1,namelen
+       c_name1(i+1)=name(i:i)
+    enddo
+
+    match=.false.
+    hashtries: do itry=1,len(ctry)
+       c_name1(1) = ctry(itry:itry)
+       c_length=namelen+1
+       c_error=-999
+       c_crc32c=nems_c_crc32(c_name1,c_length,c_error)
+       if(c_error/=0) then
+          ! Should never get here.  This indicates the name is
+          ! empty or beyond 2**31-3 bytes.
+          ierr=1
+          return
+       endif
+       hash=c_crc32c
+
+       call MPI_Comm_Split(commin,hash,rank_world,comm_name,error)
+       if(error/=0) then
+          ierr=2
+          return ! comm split failed
+       endif
+       call MPI_Comm_rank(comm_name,rank,error)
+       if(error/=0) then
+          ierr=3
+          return
+       endif
+
+       is_rank_0=0
+       if(rank==0) is_rank_0=1
+
+       call MPI_Comm_Split(commin,is_rank_0,rank_world,comm_hosts,error)
+       if(error/=0) then
+          ierr=4
+          return ! comm split failed
+       endif
+
+       call check_names(name,comm_name,comm_hosts,match,error)
+       if(error/=0) then
+          ierr=3
+          return
+       endif
+
+       if(match) exit hashtries
+       ! We get here on hash collisions.  That means the 
+    end do hashtries
+
+    if(.not.match) then
+       ! Gave up after too many hash collisions.
+       ierr=4
+       return
+    endif
+
+    ierr=0
+  end subroutine color_by_hash
+
+
+end module module_NEMS_Rusage
Index: checkout/src/makefile
===================================================================
--- checkout/src/makefile	(revision 84808)
+++ checkout/src/makefile	(revision 84810)
@@ -296,9 +296,10 @@
        module_EARTH_INTERNAL_STATE.o \
        module_EARTH_GRID_COMP.o \
        module_NEMS_INTERNAL_STATE.o \
-       module_NEMS_GRID_COMP.o
+       module_NEMS_GRID_COMP.o \
+       module_NEMS_Rusage.o
 
-COBJS = # c_code.o
+COBJS = nems_c_rusage.o
 
 LIBS = atmos/libatmos.a                 \
        atmos/nmm/libnmm.a               \
@@ -449,7 +450,7 @@
 #	@echo " gmake fim_gsm GOCART_MODE=full ------------ FIM and GSM - with the GOCART"
 	@echo
 	@echo "In order to build NEMS with external components, all of the above targets support"
-	@echo "the optional COMP variable. Currently supported values are: 
+	@echo "the optional COMP variable. Currently supported values are: "
 	@echo "\"satm\", \"xatm\";"
 	@echo "\"socn\", \"xocn\", \"mom5\", \"hycom\", \"pom\";"
 	@echo "\"sice\", \"xice\", \"cice\";"
Index: checkout/src
===================================================================
--- checkout/src	(revision 84808)
+++ checkout/src	(revision 84810)

Property changes on: checkout/src
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/rusage/src:r83939-84809
Index: checkout
===================================================================
--- checkout	(revision 84808)
+++ checkout	(revision 84810)

Property changes on: checkout
___________________________________________________________________
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/branches/rusage:r83939-84798,84802-84803,84805-84809


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