[Ncep.list.nems.announce] NEMSLegacy r85747: Moving files out of the NEMS framework that shou...

Samuel.Trahan at noaa.gov Samuel.Trahan at noaa.gov
Wed Dec 21 18:58:22 UTC 2016


Friendly NEMS developers,

This is an automated email about a NEMS commit.

Project: NEMSLegacy
URL: https://svnemc.ncep.noaa.gov/projects/nems/apps/NEMSLegacy/trunk
Revision: 85747
Author:   samuel.trahan at noaa.gov
Date:     2016-12-21T18:43:09.898681Z
Message:
Moving files out of the NEMS framework that should be versioned with the app.  This adds:
compsets - compset descriptions using new compset runner
doc - application-specific documentation
log - log files from building and running
modulefiles - "module load" commands
parm - parameter files for execution
conf - NEMS build configuration files (NEMS/src/conf/configure*)
oldcompsets - old compset descriptions (from NEMS/compsets)
oldtests - old test suite (from NEMS/oldtests)


Note that the commit logs are in the log/report*log and oldtests directory, instead of the NEMS external


See attached file for full differences.


First 4000 bytes of differences:
Index: checkout/parm/nems.configure.med_atm_ocn_ice.prof.IN
===================================================================
--- checkout/parm/nems.configure.med_atm_ocn_ice.prof.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_atm_ocn_ice.prof.IN	(revision 85747)
@@ -0,0 +1,66 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM OCN ICE
+EARTH_attributes::
+  Verbosity = 0
+  Profiling = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 0
+  DumpFields = false
+  DumpRHs = false
+  coldstart = false
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    MED MedPhase_prep_ocn
+    MED -> OCN :remapMethod=redist
+    OCN
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_prep_ice
+      MED MedPhase_prep_atm
+      MED -> ATM :remapMethod=redist
+      MED -> ICE :remapMethod=redist
+      ATM
+      ICE
+      ATM -> MED :remapMethod=redist
+      ICE -> MED :remapMethod=redist
+      MED MedPhase_atm_ocn_flux
+      MED MedPhase_accum_fast
+    @
+    OCN -> MED :remapMethod=redist
+  @
+::
Index: checkout/parm/nems.configure.medcold_atm_ocn_ice.prof.IN
===================================================================
--- checkout/parm/nems.configure.medcold_atm_ocn_ice.prof.IN	(nonexistent)
+++ checkout/parm/nems.configure.medcold_atm_ocn_ice.prof.IN	(revision 85747)
@@ -0,0 +1,66 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM OCN ICE
+EARTH_attributes::
+  Verbosity = 0
+  Profiling = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 0
+  DumpFields = false
+  DumpRHs = false
+  coldstart = true
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_prep_atm
+      MED -> ATM :remapMethod=redist
+      ATM
+      ATM -> MED :remapMethod=redist
+      MED MedPhase_prep_ice
+      MED -> ICE :remapMethod=redist
+      ICE
+      ICE -> MED :remapMethod=redist
+      MED MedPhase_atm_ocn_flux
+      MED MedPhase_accum_fast
+    @
+    MED MedPhase_prep_ocn
+    MED -> OCN :remapMethod=redist
+    OCN
+    OCN -> MED :remapMethod=redist
+  @
+::
Index: checkout/parm/nems.configure.atm_wav.IN
===================================================================
--- checkout/parm/nems.configure.atm_wav.IN	(nonexistent)
+++ checkout/parm/nems.configure.atm_wav.IN	(revision 85747)
@@ -0,0 +1,31 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EA


... see attachment for the rest ...
-------------- next part --------------
Index: checkout/parm/nems.configure.med_atm_ocn_ice.prof.IN
===================================================================
--- checkout/parm/nems.configure.med_atm_ocn_ice.prof.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_atm_ocn_ice.prof.IN	(revision 85747)
@@ -0,0 +1,66 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM OCN ICE
+EARTH_attributes::
+  Verbosity = 0
+  Profiling = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 0
+  DumpFields = false
+  DumpRHs = false
+  coldstart = false
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    MED MedPhase_prep_ocn
+    MED -> OCN :remapMethod=redist
+    OCN
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_prep_ice
+      MED MedPhase_prep_atm
+      MED -> ATM :remapMethod=redist
+      MED -> ICE :remapMethod=redist
+      ATM
+      ICE
+      ATM -> MED :remapMethod=redist
+      ICE -> MED :remapMethod=redist
+      MED MedPhase_atm_ocn_flux
+      MED MedPhase_accum_fast
+    @
+    OCN -> MED :remapMethod=redist
+  @
+::
Index: checkout/parm/nems.configure.medcold_atm_ocn_ice.prof.IN
===================================================================
--- checkout/parm/nems.configure.medcold_atm_ocn_ice.prof.IN	(nonexistent)
+++ checkout/parm/nems.configure.medcold_atm_ocn_ice.prof.IN	(revision 85747)
@@ -0,0 +1,66 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM OCN ICE
+EARTH_attributes::
+  Verbosity = 0
+  Profiling = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 0
+  DumpFields = false
+  DumpRHs = false
+  coldstart = true
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = 0
+  DumpFields = false
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_prep_atm
+      MED -> ATM :remapMethod=redist
+      ATM
+      ATM -> MED :remapMethod=redist
+      MED MedPhase_prep_ice
+      MED -> ICE :remapMethod=redist
+      ICE
+      ICE -> MED :remapMethod=redist
+      MED MedPhase_atm_ocn_flux
+      MED MedPhase_accum_fast
+    @
+    MED MedPhase_prep_ocn
+    MED -> OCN :remapMethod=redist
+    OCN
+    OCN -> MED :remapMethod=redist
+  @
+::
Index: checkout/parm/nems.configure.atm_wav.IN
===================================================================
--- checkout/parm/nems.configure.atm_wav.IN	(nonexistent)
+++ checkout/parm/nems.configure.atm_wav.IN	(revision 85747)
@@ -0,0 +1,31 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM WAV
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# WAV #
+WAV_model:                      @[wav_model]
+WAV_petlist_bounds:             @[wav_petlist_bounds]
+WAV_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    WAV
+    ATM
+  @
+::
Index: checkout/parm/nems.configure.atm_ocn_ice.IN
===================================================================
--- checkout/parm/nems.configure.atm_ocn_ice.IN	(nonexistent)
+++ checkout/parm/nems.configure.atm_ocn_ice.IN	(revision 85747)
@@ -0,0 +1,41 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM OCN ICE
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    OCN
+    @@[coupling_interval_fast_sec]
+      ATM
+      ICE
+    @
+  @
+::
Index: checkout/parm/nems.configure.med_atm_ocn_ice_wav.IN
===================================================================
--- checkout/parm/nems.configure.med_atm_ocn_ice_wav.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_atm_ocn_ice_wav.IN	(revision 85747)
@@ -0,0 +1,75 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM OCN ICE WAV
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 0
+  DumpFields = true
+  DumpRHs = false
+  coldstart = false
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+  DumpFields = true
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+  DumpFields = true
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = max
+  DumpFields = true
+::
+
+# WAV #
+WAV_model:                      @[wav_model]
+WAV_petlist_bounds:             @[wav_petlist_bounds]
+WAV_attributes::
+  Verbosity = max
+  DumpFields = true
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    MED MedPhase_prep_ocn
+    MED -> OCN :remapMethod=redist
+    OCN
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_prep_ice
+      MED MedPhase_prep_atm
+      MED -> ATM :remapMethod=redist
+      MED -> ICE :remapMethod=redist
+      ATM
+      ICE
+      ATM -> MED :remapMethod=redist
+      ICE -> MED :remapMethod=redist
+      MED MedPhase_atm_ocn_flux
+      MED MedPhase_accum_fast
+    @
+    ATM -> WAV
+    WAV
+    OCN -> MED :remapMethod=redist
+  @
+::
Index: checkout/parm/solver_state.txt
===================================================================
--- checkout/parm/solver_state.txt	(nonexistent)
+++ checkout/parm/solver_state.txt	(revision 85747)
@@ -0,0 +1,363 @@
+#------------------------------------------------------------
+# Name         History          Owned         eXport    Description
+# Name                 Restart         Import      Time_ser
+#------------------------------------------------------------
+
+###    0D integer (scalar)
+
+'IM'               H       R       O      -      -   -  'Full west-east array dimension'
+'JM'               H       R       O      -      -   -  'Full south-north array dimension'
+'LM'               H       R       O      -      -   -  'Number of model layers'
+'IHRST'            H       R       O      -      -   -  'Starting forecast hour'
+'I_PAR_STA'        H       R       O      -      -   -  'I grid point of parent containing the SW corner of a nest'
+'J_PAR_STA'        H       R       O      -      -   -  'J grid point of parent containing the SW corner of a nest'
+'LAST_STEP_MOVED'  -       R       O      -      -   -  'Last timestep when a movable nests position was moved'
+'LPT2'             -       R       O      -      -   -  'Number of pressure layers'
+'NSOIL'            -       R       O      -      -   -  'Number of soil layers'
+'NPHS'             H       R       O      -      -   -  'Number of time steps between physics calls'
+'NCLOD'            H       R       O      -      -   -  'Number of time steps for accumulating cloud fractions;'
+#                                                          used to calculated time-averaged cloud fractions.
+'NHEAT'            H       R       O      -      -   -  'Number of time steps for accumulating diabatic heating from conv & microphysics;'
+#                                                          used to calculate time-averaged values.
+'NMTS'             -       R       O      -      -   -  'Next Move TimeStep of a Moving Nest'
+'NPREC'            H       R       O      -      -   -  'Time steps for precipitation accumulation'
+'NRDLW'            H       R       O      -      -   -  'Number of time steps for accumulating lw radiation fluxes and T tendencies;'
+#                                                          used to calculate time-averaged values.
+'NRDSW'            H       R       O      -      -   -  'Number of time steps for accumulating sw radiation fluxes and T tendencies;'
+#                                                          used to calculate time-averaged values.
+'NSRFC'            H       R       O      -      -   -  'Number of time steps for accumulating various surface quantities'
+#                                                          (snowfall; potential & surface evaporation;
+#                                                           sensible, latent, & ground heat fluxes; surface & below ground runoff)
+'NTSCM'            -       R       O      -      -   -  'Next TimeStep the moving Children Move'
+'AVGMAXLEN'        H       -       O      -      -   -  'Length in seconds of accumulation window for avg/max fields'
+'MDRMINout'        H       -       O      -      -   -  'Min mean size of rain drops in Ferrier-based microphysics tables (microns)'
+'MDRMAXout'        H       -       O      -      -   -  'Max mean size of rain drops in Ferrier-based microphysics tables (microns)'
+'MDIMINout'        H       -       O      -      -   -  'Min mean size of large, precipitating ice particles for use in '
+#                                                          Ferrier-based microphysics tables (microns)'
+'MDIMAXout'        H       -       O      -      -   -  'Max mean size of large, precipitating ice particles for use in '
+#                                                          Ferrier-based microphysics tables (microns)'
+'IVEGSRC'          H       -       O      -      -   -  'Vegetation map identifier, 0--> USGS, 1--> IGBP'
+'CU_PHYSICS'       H       R       O      -      -   -  'Convection physics, 1--> KF, 2--> BMJ, 3--> GD, 4--> SAS, 5--> RAS'
+'MP_PHYSICS'       H       R       O      -      -   -  'Microphysics physics'
+'LSM_PHYSICS'      H       R       O      -      -   -  'Land Surface physics'
+
+
+###    0D real (scalar)
+
+'DT'               H       R       O      -      -   -  'Dynamics time step'
+'DYH'              H       R       O      -      -   -  'Delta y, h points'
+'PDTOP'            H       R       O      -      -   -  'Depth of pressure range in hybrid v coordinate'
+'PT'               H       R       O      -      -   -  'Pressure at the top'
+'TLM0D'            H       R       O      -      -   -  'Central geographic longitude of grid (degress, positive east)'
+'TPH0D'            H       R       O      -      -   -  'Central geographic latitude of grid (degrees)'
+'TSTART'           H       R       O      -      -   -  'Starting forecast hour'
+'DPHD'             H       R       O      -      -   -  'Grid increment, delta phi, degrees'
+'DLMD'             H       R       O      -      -   -  'Grid increment, delta lambda, degrees'
+'SBD'              -       R       O      -      -   -  'Degrees from center of domain to southern boundary'
+'WBD'              -       R       O      -      -   -  'Degrees from center of domain to western boundary'
+
+###    1D integer
+
+'IDAT'             H       R       O      -      -   -  'Date of initial data, day, month, year'
+
+
+###    1D real
+
+'DXH'              H       R       O      -      -   -  'Delta x, h points  (m)'
+'SG1'              H       R       O      -      -   -  'Sigma at interfaces in pressure range'
+'SG2'              H       R       O      -      -   -  'Sigma at interfaces in sigma range'
+'DSG1'             H       R       O      -      -   -  'Thicknesses of sigma layers in pressure range'
+'DSG2'             H       R       O      -      -   -  'Thicknesses of sigma layers in sigma range'
+'SGML1'            H       R       O      -      -   -  'Sigma at midlayers in pressure range'
+'SGML2'            H       R       O      -      -   -  'Sigma at midlayers in sigma range'
+'SGM'              -       R       O      -      -   -  'Sigma at interfaces'
+'EPSL'             H       R       O      -      -   -  'Floor value for mixing length'
+'EPSQ2'            H       R       O      -      -   -  'Floor value for 2*tke'
+'SLDPTH'           H       R       O      -      -   -  'Thickness of soil layers (m) from top'
+'MP_RESTART'       -       R       O      -      -   -  'Contents of Ferrier-based microphysics look up tables '
+#                                                          needed if restarting the model run.
+'TBPVS_STAT'       -       R       O      -      -   -  'Saturation vapor pressure tables for water (>=0C) and ice (<0C)'
+'TBPVS0_STA'       -       R       O      -      -   -  'Saturation vapor pressure tables for water (all temperatures)'
+
+
+###    2D integer
+
+'ISLTYP'           H       R       O      -      -   -  'Soil type'
+'IVGTYP'           H       R       O      -      -   -  'Vegetation type'
+'NCFRCV'           H       R       O      -      -   -  'Number of times convective cloud fraction >0 between outputs'
+'NCFRST'           H       R       O      -      -   -  'Number of times stratiform cloud fraction >0 between outputs'
+
+
+###    2D real
+
+'BARO'             -       -       O      -      -   -  'Barotropic part of W'
+'FIS'              H       R       O      -      X   T  'Surface geopotential (m2 s-2)'
+'GLAT'             H       R       O      -      X   -  'Latitudes of h points  (radians)'
+'GLON'             H       R       O      -      X   -  'Longitudes of h points (radians)'
+'HDACX'            -       R       O      -      -   -  'Lateral diffusion H coefficient in X'
+'HDACY'            -       R       O      -      -   -  'Lateral diffusion H coefficient in Y'
+'PD'               H       R       O      I      X   T  'Pressure difference, sigma range  (Pa)'
+'F'                -       R       O      -      -   -   Vx  'Coriolis parameter (s-1)'
+'VLAT'             H       R       O      -      X   -  'Latitudes of V points  (radians)'
+'VLON'             H       R       O      -      X   -  'Longitudes of V points (radians)'
+'HDACVX'           -       R       O      -      -   -  'Lateral diffusion V coefficient in X'
+'HDACVY'           -       R       O      -      -   -  'Lateral diffusion V coefficient in Y'
+'PDO'              -       R       O      -      -   -  'Previous pressure difference, sigma range  (Pa)'
+'ACFRCV'           H       R       O      -      -   T  'Accumulated convective cloud fractions between outputs'
+'ACFRST'           H       R       O      -      -   T  'Accumulated statiform cloud fractions between outputs'
+'ACPREC'           H       R       O      -      -   T  'Accumulated precip  (m)'
+'ACPREC_TOT'       H       R       O      -      -   T  'Total accumulated precip from 0hr (m)'
+'ACSNOM'           H       R       O      -      -   T  'Accumulated melted snow  (?)'
+'ACSNOW'           H       R       O      -      -   T  'Accumulated snow  (?)'
+'ACPCP_RA'         -       -       O      -      -   -  'Accumulated rain  (mm)'
+'ACPCP_SN'         -       -       O      -      -   -  'Accumulated snow  (mm)'
+'ACPCP_GR'         -       -       O      -      -   -  'Accumulated graupel  (mm)'
+'AKHS_OUT'         H       R       O      -      -   T  'Sfc exch coeff T and q  (m2 s-1)'
+'AKHSAVG'          H       -       O      -      -   T  'Time-averaged Sfc exch coeff T and q  (m2 s-1)'
+'AKMS_OUT'         H       R       O      -      -   T  'Sfc exch coeff momentum  (m2 s-1)'
+'AKMSAVG'          H       -       O      -      -   T  'Time-averaged Sfc exch coeff momentum  (m2 s-1)'
+'ALBASE'           H       R       O      -      -   T  'Base albedo'
+'ALBEDO'           H       R       O      -      -   T  'Dynamic albedo'
+'ALWIN'            H       R       O      -      -   T  'Accumulated LW down at surface  (W m-2)'
+'ALWOUT'           H       R       O      -      -   T  'Accumulated LW from the ground  (W m-2)'
+'ALWTOA'           H       R       O      -      -   T  'Accumulated LW at top of atmosphere  (W m-2)'
+'ASWIN'            H       R       O      -      -   T  'Accumulated SW down at surface  (W m-2)'
+'ASWOUT'           H       R       O      -      -   T  'Accumulated SW up at ground  (W m-2)'
+'ASWTOA'           H       R       O      -      -   T  'Accumulated SW at top of atmosphere  (W m-2)'
+'BGROFF'           H       R       O      -      -   T  'Subsurface runoff  (mm)'
+'CFRACH'           H       R       O      -      -   T  'High atmosphere cloud fraction'
+'CFRACL'           H       R       O      -      -   T  'Low atmosphere cloud fraction'
+'CFRACM'           H       R       O      -      -   T  'Mid atmosphere cloud fraction'
+'CLDEFI'           H       R       O      -      -   T  'Convective cloud efficiency'
+'CMC'              H       R       O      -      -   T  'Canopy moisture  (m)'
+'CNVBOT'           H       R       O      -      -   T  'Lowest convec cloud bottom model lyr between outputs'
+'CNVTOP'           H       R       O      -      -   T  'Highest convec cloud top model lyr between outputs'
+'CPRATE'           H       R       O      -      -   T  'Instantaneous convective precipitation'
+'CUPPT'            H       R       O      -      -   T  'Convective precip between radiation calls  (m)'
+'CUPREC'           H       R       O      -      -   T  'Conv precip  (m)'
+'CZEN'             H       R       O      -      -   T  'Current cosine of solar zenith angle'
+'CZMEAN'           H       R       O      -      -   T  'Mean cosine of solar zenith angle between radiation calls'
+'DNVVELMAX'        H       -       O      -      -   T  'hourly maximum downard vertical motion 400 hPa to sfc  (m s-1)'
+'EPSR'             H       R       O      -      -   -  'Surface longwave emissivity'
+'GRNFLX'           H       R       O      -      -   T  'Deep soil heat flux  (W m-2)'
+'HBOTD'            H       R       O      -      -   T  'Bottom model layer of deep convective cloud for output'
+'HBOTS'            H       R       O      -      -   T  'Bottom model layer of shallow convective cloud for output'
+'HTOPD'            H       R       O      -      -   T  'Top model layer of deep convective cloud for output'
+'HTOPS'            H       R       O      -      -   T  'Top model layer of shallow convective cloud for output'
+'MIXHT'            H       -       O      -      -   -  'Mixed layer height  (m)'
+'MXSNAL'           H       R       O      -      -   T  'Maximum deep snow albedo'
+'PBLH'             H       R       O      -      -   T  'PBL height  (m)'
+'POTEVP'           H       R       O      -      -   T  'Accumulated potential evaporation (m)'
+'PREC'             H       R       O      -      -   T  'Precip within physics timestep  (m)'
+'PSFCAVG'          H       -       O      -      -   T  'Pressure at surface (Pa) averaged in time'
+'PSHLTR'           H       R       O      -      -   T  'Pressure at 2-m  (Pa)'
+'P10'              -       -       O      -      -   -  'Pressure at 10-m  (Pa)'
+'RH02MAX'          H       -       O      -      -   -  'Hourly Maximum Relative Humidity at 2-m (%)'
+'RH02MIN'          H       -       O      -      -   -  'Hourly Minimum Relative Humidity at 2-m (%)'
+'T02MAX'           H       -       O      -      -   -  'Hourly Maximum Temperature at 2-m (K)'
+'T02MIN'           H       -       O      -      -   -  'Hourly Minimum Temperature at 2-m (K)'
+'T10'              H       -       O      -      -   -  'Temperature at 10-m (K)'
+'T10AVG'           H       -       O      -      -   -  'Temperature at 10-m averaged in time  (K)'
+'Q10'              H       R       O      -      -   T  'Specific humidity at 10-m  (kg k-1)'
+'QSH'              H       R       O      -      -   T  'Surface specific humidity  (kg kg-1)'
+'QSHLTR'           H       R       O      -      -   T  'Specific humidity at 2-m  (kg kg-1)'
+'QWBS'             H       R       O      -      -   T  'Instantaneous latent heat flux (W m-2)'
+'QZ0'              H       R       O      -      -   T  'Specific humidity at top of viscous sublayer  (kg kg-1)'
+'RADOT'            H       R       O      -      -   T  'Longwave from the ground  (W m-2)'
+'PRATEMAX'         H       -       O      -      -   -  'Hourly maximum surface precipitation rate (mm h-1)'
+'FPRATEMAX'        H       -       O      -      -   -  'Hourly maximum surface frozen precipitation rate (mm h-1)'
+'REFDMAX'          H       -       O      -      -   T  'Hourly Maximum simulated reflectivity at 1000 m AGL (dbZ)'
+'RLWIN'            H       R       O      -      -   T  'Longwave down at ground  (W m-2)'
+'RLWTOA'           H       R       O      -      -   T  'Longwave at top of atmosphere  (W m-2)'
+'RSWIN'            H       R       O      -      -   T  'Shortwave down at ground  (W m-2)'
+'RSWINC'           H       R       O      -      -   T  'Clear-sky shortwave down at ground  (W m-2)'
+'RSWOUT'           H       R       O      -      -   T  'Shortwave up at ground  (W m-2)'
+'SFCEVP'           H       R       O      -      -   T  'Surface evaporation  (?)'
+'SFCEXC'           H       R       O      -      -   T  'Another surface exchange coefficient for T and q (?) (m2 s-1) (see AKHS_OUT)'
+'SFCLHX'           H       R       O      -      -   T  'Accumulated sfc latent heat flux (W m-2)'
+'SFCSHX'           H       R       O      -      -   T  'Accumulated sfc sensible heat flux (W m-2)'
+'SI'               H       R       O      -      -   T  'Snow depth  (mm, not m)'
+'SICE'             H       R       O      -      -   T  'Sea ice fraction'
+'SIGT4'            H       R       O      -      -   T  'Sigma*T**4  (W m-2)'
+'SM'               H       R       O      -      X   -  'Sea mask (1=>sea ; 0=>land)'
+'SMSTAV'           H       R       O      -      -   T  'Soil moisture availability for evapotranspiration'
+'SMSTOT'           H       R       O      -      -   T  'Total soil moisture  (?)'
+'SNO'              H       R       O      -      -   T  'Liquid water snow amount  (mm, not m)'
+'SNOWC'            H       R       O      -      -   T  'Snow Cover  (fraction: 0--1)'
+'SNOAVG'           H       -       O      -      -   T  'Percentage of time point is snow covered'
+'SNOPCX'           H       R       O      -      -   T  'Snow phase change heat flux  (W m-2)'
+'SOILTB'           H       R       O      -      -   T  'Deep ground soil temperature  (K)'
+'SPD10MAX'         -       -       O      -      -   T  'hourly maximum wind speed 10-m  (m s-1)'
+'SR'               H       R       O      -      -   T  'Timestep mass ratio of snow:precip'
+'SSROFF'           H       R       O      -      -   T  'Surface runoff  (mm)'
+'SST'              H       R       O      -      -   T  'Sea sfc temperature  (K)'
+'SUBSHX'           H       R       O      -      -   T  'Accumulated deep soil heat flux (W m-2)'
+'TG'               H       R       O      -      -   T  'Deep ground soil temperature  (K)'
+'TH10'             H       R       O      -      -   T  'Theta at 10-m  (K)'
+'THS'              H       R       O      -      -   T  'Surface theta  (K)'
+'THZ0'             H       R       O      -      -   T  'Theta at top of viscous sublayer  (K)'
+'TSHLTR'           H       R       O      -      -   T  'Theta at 2-m again  (K)'
+'TWBS'             H       R       O      -      -   T  'Instantaneous sensible heat flux (W m-2)'
+'UPHLMAX'          H       -       O      -      -   T  'hourly maximum Updraft Helicity (m^2 s-2)'
+'UPVVELMAX'        H       -       O      -      -   T  'hourly maximum upward vertical motion 400 hPa to sfc  (m s-1)'
+'U10'              H       R       O      -      X   T  'U at 10-m  (m s-1)'
+'U10MAX'           H       -       O      -      -   T  'hourly maximum U at 10-m  (m s-1)'
+'USTAR'            H       R       O      -      -   T  'Friction velocity  (m s-1)'
+'UZ0'              H       R       O      -      -   T  'U component at top of viscous sublayer  (m s-1) (H points)'
+'V10'              H       R       O      -      X   T  'V at 10-m  (m s-1)'
+'V10MAX'           H       -       O      -      -   T  'Hourly maximum V at 10-m  (m s-1)'
+'VEGFRC'           H       R       O      -      -   T  'Vegetation fraction'
+'VZ0'              H       R       O      -      -   T  'V component at top of viscous sublayer  (m s-1) (H points)'
+'Z0'               H       R       O      -      -   T  'Roughness length  (m)'
+'TSKIN'            -       R       O      -      -   T  'Skin temperature  (K)'
+'AKHS'             -       R       O      -      -   T  'Sfc exch coeff T and q divided by delta Z  (m s-1)'
+'AKMS'             -       R       O      -      -   T  'Sfc exch coeff momentum divided by delta Z  (m s-1)'
+'HBOT'             -       R       O      -      -   T  'Bottom model layer of convective cloud for radiation'
+'HTOP'             -       R       O      -      -   T  'Top model layer of convective cloud for radiation'
+'RSWTOA'           -       R       O      -      -   T  'Shortwave at top of atmosphere  (W m-2)'
+'POTFLX'           H       R       O      -      -   T  'Energy equivalent of POTEVP (W m-2)'
+'RMOL'             -       R       O      -      -   T  'Reciprocal of Monin-Obukhov length  (m-1)'
+'T2'               -       R       O      -      -   T  'Temperature 2-m  (K)'
+'Z0BASE'           -       R       O      -      -   T  'Background roughness length  (m)'
+'PSFC'             H       -       O      -      -   T  'Surface Pressure (Pa)'
+'TLMIN'            H       R       O      -      -   -  'Hourly minimum temperature'
+'TLMAX'            H       R       O      -      -   -  'Hourly maximum temperature'
+'LSPA'             H       -       O      -      -   -  'Land surface precipitation accumulation'
+'ACUTIM'           H       R       O      -      -   -  'post0/bufr counter in summing cloud processes (conv, grid)'
+'APHTIM'           H       R       O      -      -   -  'post0/bufr counter in summing other physics (turb, land, rad)'
+'ARDLW'            H       R       O      -      -   -  'Counter in summing LW radiation flux'
+'ARDSW'            H       R       O      -      -   -  'Counter in summing SW radiation flux'
+'ASRFC'            H       R       O      -      -   -  'Counter in summing surface fluxes'
+'AVRAIN'           H       R       O      -      -   -  'Counter in summing latent heating from grid microphysics'
+'AVCNVC'           H       R       O      -      -   -  'Counter in summing latent heating from convection'
+'MASSRout'         H       -       O      -      -   -  'Ferrier look-up tables for rain'
+'MASSIout'         H       -       O      -      -   -  'Ferrier look-up tables for rain'
+
+
+###    3D real
+
+'W'                H       R       O      -      -   T  'Vertical velocity at midlayers  (m s-1)'
+'W_TOT'            H       -       O      -      X   -  'Total Vertical velocity at midlayers  (m s-1)'
+'OMGALF'           H       R       O      -      -   -  'Omega-alpha  (K)'
+'O3'               -       R       O      -      -   T  'Ozone'
+'DIV'              -       R       O      -      -   -  'Horizontal mass divergence'
+'TCU'              -       R       O      -      -   -  'Time change of T (K s-1)'
+'TCV'              -       R       O      -      -   -  'Time change of U (m s-2)'
+'TCT'              -       R       O      -      -   -  'Time change of V (m s-2)'
+'TP'               -       R       O      -      -   -  'Sensible temperature, previous step  (K)'
+'UP'               -       R       O      -      -   -  'U wind component, previous step  (m s-1)'
+'VP'               -       R       O      -      -   -  'V wind component, previous step  (m s-1)'
+'PSGDT'            -       R       O      -      -   -  'Specific volume  (m3 kg-1)'
+'Z'                -       R       O      -      X   -  'Height at midlayers  (m)'
+'Told'             -       R       O      -      -   -  'Old temperature before convection, microphysics (K)'
+'Tadj'             -       R       O      -      -   -  'Temperature adjustments by convection, microphysics (K)'
+'CLDFRA'           H       R       O      -      -   T  'Cloud fraction'
+'DFI_TTEN'         -       R       O      -      -   -  'GSI radar assim generated heating rate'
+'CW'               H       R       -      -      X   -  'Total condensate (kg/kg)'
+'EXCH_H'           H       -       O      -      -   T  'Turbulent exchange coefficient for heat  (m2 s-1)'
+'Q'                H       R       -      -      X   T  'Specific humidity (kg/kg)'
+'Q2'               H       R       -      I      X   T  '2*tke  (m2 s-2)'
+'RLWTT'            H       R       O      -      -   T  'Radiative T tendency, longwave  (K s-1)'
+'RSWTT'            H       R       O      -      -   T  'Radiative T tendency, shortwave (K s-1)'
+'PINT'             H       R       O      I      X   T  'Nonhydrostatic interface pressure (Pa)'
+'DWDT'             H       R       O      I      X   T  'Vertical acceleration, correction factor  (m s-2)'
+'T'                H       R       O      I      X   T  'Sensible temperature  (K)'
+'TCUCN'            H       R       O      -      -   -  'Accumulated convective T tendency  (K s-1)'
+'TRAIN'            H       R       O      -      -   -  'Accumulated stratiform T tendency  (K s-1)'
+'U'                H       R       O      I      X   T  'U wind component  (m s-1)'
+'V'                H       R       O      I      X   T  'V wind component  (m s-1)'
+'XLEN_MIX'         H       R       O      -      -   T  'Mixing length  (m)'
+'F_ICE'            H       R       O      -      -   T  'Fraction of condensate that is ice'
+'F_RIMEF'          H       R       O      -      -   T  'Rime factor'
+'F_RAIN'           H       R       O      -      -   T  'Rain fraction of liquid part of CWM'
+'QC'               H       -       -      -      -   -  'Cloud water mixing ratio (kg kg-1)'
+'QI'               H       -       -      -      -   -  'Cloud ice mixing ratio (kg kg-1)'
+'QR'               H       -       -      -      -   -  'Rain mixing ratio (kg kg-1)'
+'QS'               H       -       -      -      -   -  'Snow mixing ratio (kg kg-1)'
+'QG'               H       -       -      -      -   -  'Graupel mixing ratio (kg kg-1)'
+'NI'               H       -       -      -      -   -  'Cloud ice number concentration (kg-1)'
+'NR'               H       -       -      -      -   -  'Rain number concentration (kg-1)'
+'REFL_10CM'        H       -       O      -      -   -  'Radar 10cm reflectivity  (dBZ)'
+'RE_CLOUD'         -       -       O      -      -   -  'Effective radius of cloud droplets  (m)'
+'RE_ICE'           -       -       O      -      -   -  'Effective radius of cloud ice  (m)'
+'RE_SNOW'          -       -       O      -      -   -  'Effective radius of snow  (m)'
+'SH2O'             H       R       O      -      -   -  '3D unfrozen soil moisture/soil liquid water'
+'SMC'              H       R       O      -      -   -  '3D total soil moisture content (volumetric fraction)'
+'STC'              H       R       O      -      -   -  '3D soil temperature (K)'
+
+###    4D real
+
+'TRACERS_PREV'     -       R       -      -      -   -  'Previous step tracers'
+'TRACERS'          -       R       -      -      X   -  'All tracer variables'
+'MPRATES'          H       -       O      -      -   -  'MICROPHYSICS SOURCE AND SINK TERMS'
+
+######################################## TRACKER VARIABLES
+
+# These variables are for the inline vortex tracker.  They're
+# in a separate section since there are so many of them.
+# We're hoping, in a future release, to allocate them only if
+# the tracker is in use.
+
+###    Tracker scalar integer
+'NTRACK'           H       R       O      -      -   -  'Number of physics timesteps per tracker timestep'
+'TRACK_HAVE_GUESS' H       R       O      -      -   -  'Does the tracker have a guess location?'
+'TRACK_N_OLD'      H       R       O      -      -   -  'Number of old tracker fix locations'
+'TRACKER_HAVEFIX'  H       R       O      -      -   -  'Does the tracker have a fix location?'
+'TRACKER_GAVE_UP'  H       R       O      -      -   -  'Did the tracker give up on searching for a storm?'
+
+###    Tracker scalar real
+'TRACK_LAST_HOUR'  H       R       O      -      -   -  'Previous tracker forecast hour'
+'TRACK_GUESS_LAT'  H       R       O      -      -   -  'Storm first guess center latitude (deg)'
+'TRACK_GUESS_LON'  H       R       O      -      -   -  'Storm first guess center longitude (deg)'
+'TRACK_EDGE_DIST'  H       R       O      -      -   -  'Distance from storm center to domain edge (km)'
+'TRACK_STDERR_M1'  H       R       O      -      -   -  'Standard deviation of tracker centers one hour ago (km)'
+'TRACK_STDERR_M2'  H       R       O      -      -   -  'Standard deviation of tracker centers two hours ago (km)'
+'TRACK_STDERR_M3'  H       R       O      -      -   -  'Standard deviation of tracker centers three hours ago (km)'
+'TRACKER_FIXLAT'   H       R       O      -      -   -  'Storm fix latitude according to inline tracker (degrees)'
+'TRACKER_FIXLON'   H       R       O      -      -   -  'Storm fix longitude according to inline tracker (degrees)'
+'TRACKER_IFIX'     H       R       O      -      -   -  'Storm fix i location (H grid)'
+'TRACKER_JFIX'     H       R       O      -      -   -  'Storm fix j location (H grid)'
+'TRACKER_RMW'      H       R       O      -      -   -  'Storm RMW according to inline tracker (km)'
+'TRACKER_PMIN'     H       R       O      -      -   -  'Storm min MSLP according to inline tracker (Pa)'
+'TRACKER_VMAX'     H       R       O      -      -   -  'Storm max 10m wind according to inline tracker (m/s)'
+
+###    Tracker 1D integer
+'TRACK_OLD_NTSD'   H       R       O      -      -   -  'Old tracker times (timesteps)'
+
+###    Tracker 1D real
+'TRACK_OLD_LAT'    H       R       O      -      -   -  'Old tracker latitudes (degrees)'
+'TRACK_OLD_LON'    H       R       O      -      -   -  'Old tracker longitudes (degrees)'
+
+###    Tracker 2D integer
+'TRACKER_FIXES'    H       R       O      -      -   -  'Tracker fix information for debugging (pc/fur)'
+
+###    Tracker 2D real
+'MEMBRANE_MSLP'    H       R       O      -      -   -  'Membrane Mean Sea Level Pressure (Pa)'
+'P850RV'           H       R       O      -      -   -  'Relative vorticity at 850mbar mass points (1/s)'
+'P700RV'           H       R       O      -      -   -  'Relative vorticity at 700mbar mass points (1/s)'
+'P850WIND'         H       R       O      -      -   -  'Wind magnitude at 850mbar mass points (m/s)'
+'P700WIND'         H       R       O      -      -   -  'Wind magnitude at 700mbar mass points (m/s)'
+'P500U'            H       R       O      -      -   -  'Grid +X wind at 500 mbar mass points (m/s)'
+'P500V'            H       R       O      -      -   -  'Grid +Y wind at 500 mbar mass points (m/s)'
+'P700U'            H       R       O      -      -   -  'Grid +X wind at 700 mbar mass points (m/s)'
+'P700V'            H       R       O      -      -   -  'Grid +Y wind at 700 mbar mass points (m/s)'
+'P850U'            H       R       O      -      -   -  'Grid +X wind at 850 mbar mass points (m/s)'
+'P850V'            H       R       O      -      -   -  'Grid +Y wind at 850 mbar mass points (m/s)'
+'P850Z'            H       R       O      -      -   -  'Height at 850mbar mass points (m)'
+'P700Z'            H       R       O      -      -   -  'Height at 700mbar mass points (m)'
+'M10WIND'          H       R       O      -      -   -  'Wind magnitude at 10m mass points (m/s)'
+'M10RV'            H       R       O      -      -   -  'Relative vorticity at 10m mass points (m/s)'
+'SP850RV'          H       R       O      -      -   -  'Smoothed relative vorticity at 850mbar mass points (1/s)'
+'SP700RV'          H       R       O      -      -   -  'Smoothed relative vorticity at 700mbar mass points (1/s)'
+'SP850WIND'        H       R       O      -      -   -  'Smoothed wind magnitude at 850mbar mass points (m/s)'
+'SP700WIND'        H       R       O      -      -   -  'Smoothed wind magnitude at 700mbar mass points (m/s)'
+'SP850Z'           H       R       O      -      -   -  'Smoothed height at 850mbar mass points (m)'
+'SP700Z'           H       R       O      -      -   -  'Smoothed height at 700mbar mass points (m)'
+'SM10WIND'         H       R       O      -      -   -  'Smoothed wind magnitude at 10m mass points (m/s)'
+'SM10RV'           H       R       O      -      -   -  'Smoothed relative vorticity at 10m mass points (m/s)'
+'SMSLP'            H       R       O      -      -   -  'Smoothed Membrane Mean Sea Level Pressure (Pa)'
+'TRACKER_ANGLE'    H       R       O      -      -   -  'Angle to storm center (radians, 0=E, pi/2=N)'
+'TRACKER_DISTSQ'   H       R       O      -      -   -  'Square of distance from storm center (m*m)'
+
+
+#EOF
Index: checkout/parm/nmmb_cntrl.parm
===================================================================
--- checkout/parm/nmmb_cntrl.parm	(nonexistent)
+++ checkout/parm/nmmb_cntrl.parm	(revision 85747)
@@ -0,0 +1,1294 @@
+    KGTYPE******I5*******:(00255)********START OF THIS OUTPUT GRID******
+    IMDLTY     *I5*      :(00089)
+    DATSET     *A6*      :(BGDAWP)
+ (PRESS ON MDL SFCS   ) SCAL=( 3.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HEIGHT ON MDL SFCS  ) SCAL=(-5.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TEMP ON MDL SFCS    ) SCAL=(-4.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (POT TEMP ON MDL SFCS) SCAL=(-4.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (DWPT TEMP ON MDL SFC) SCAL=(-4.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SPEC HUM ON MDL SFCS) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (REL HUM ON MDL SFCS ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MST CNVG ON MDL SFCS) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND ON MDL SFCS  ) SCAL=(-4.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND ON MDL SFCS  ) SCAL=(-4.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (OMEGA ON MDL SFCS   ) SCAL=(-5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (W WIND ON MDL SFCS  ) SCAL=(-5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ABS VORT ON MDL SFCS) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (STRMFUNC ON MDL SFCS) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TRBLNT KE ON MDL SFC) SCAL=( 3.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (RCHDSN NO ON MDL SFC) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (RAIN ON MDL SFCS    ) SCAL=( 3.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SNOW ON MDL SFCS    ) SCAL=( 3.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (F_RimeF ON MDL SFCS ) SCAL=( 3.0)
+ 1=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CONDENSATE MDL SFCS ) SCAL=( 3.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (RADAR REFL MDL SFCS ) SCAL=(-4.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MASTER LENGTH SCALE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ASYMPT MSTR LEN SCL ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HEIGHT OF PRESS SFCS) SCAL=(-5.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (TEMP ON PRESS SFCS  ) SCAL=(-4.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (POT TEMP ON P SFCS  ) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (DWPT TEMP ON P SFCS ) SCAL=(-4.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (SPEC HUM ON P SFCS  ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (REL HUMID ON P SFCS ) SCAL=(-3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (MST CNVG ON P SFCS  ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00001 00010 00000 00000 00000 00000 00000)
+ (U WIND ON PRESS SFCS) SCAL=(-4.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (V WIND ON PRESS SFCS) SCAL=(-4.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (OMEGA ON PRESS SFCS ) SCAL=(-5.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (W WIND ON P SFCS    ) SCAL=(-5.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (ABS VORT ON P SFCS  ) SCAL=( 3.0)
+ L=(00000 00000 00010 10100 01000 10000 00010 10001 00100 10000 00000 00000 00000 00000)
+ (STRMFUNC ON P SFCS  ) SCAL=( 3.0)
+ L=(00000 00000 00000 10000 00000 10000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TRBLNT KE ON P SFCS ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (CLOUD ICE ON P SFCS ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (CLOUD WATR ON P SFCS) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (RAIN ON P SFCS      ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (SNOW ON P SFCS      ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (F_RimeF ON P SFCS   ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (RADAR REFL ON P SFCS) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (RADFLX TMP TNDY ON P) SCAL=( 5.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11000 00000 00000 00000 00000)
+ (MESINGER MEAN SLP   ) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHUELL MEAN SLP     ) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER PRESSURE    ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER TEMPERATURE ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER SPEC HUMID  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER DEWPOINT    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER REL HUMID   ) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND AT ANEMOM HT ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND AT ANEMOM HT ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC WIND GUST       ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIFT PCL LVL PRESS  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (POT TEMP AT 10 M    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SPEC HUM AT 10 M    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE PRESSURE    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE HEIGHT      ) SCAL=(-2.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE POT TEMP    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE SPEC HUMID  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE DEWPOINT    ) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE REL HUMID   ) SCAL=(-0.1)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC (SKIN) TEMPRATUR) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (BOTTOM SOIL TEMP    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL TEMPERATURE    ) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOISTURE       ) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIQUID SOIL MOISTURE) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL SOIL MOISTURE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PLANT CANOPY SFC WTR) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SNOW WATER EQUIVALNT) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PERCENT SNOW COVER  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC EXCHANGE COEF   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (GREEN VEG COVER     ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (VEGETATION TYPE     ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL TYPE           ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SLOPE TYPE          ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SNOW FREE ALBEDO    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MAXIMUM SNOW ALBEDO ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY CONDUCTANCE  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND SOLAR   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND TEMP    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND HUMID   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND SOILM   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOIST REFERENCE) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOIST POROSITY ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NO OF ROOT LAYERS   ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MIN STOMATAL RESIST ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SNOW DEPTH          ) SCAL=( 6.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AIR DRY SOIL MOIST  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOIST WILT PT  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOISTURE AVAIL ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INST GROUND HEAT FLX) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIFTED INDEX--SURFCE) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIFTED INDEX--BEST  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIFTED INDEX--BNDLYR) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CNVCT AVBL POT ENRGY) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CNVCT INHIBITION    ) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PRECIPITABLE WATER  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (STORM REL HELICITY  ) SCAL=( 3.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U COMP STORM MOTION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V COMP STORM MOTION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM TOTAL PRECIP    ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM CONVCTIVE PRECIP) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM GRD SCALE PRECIP) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM SNOWFALL        ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM SNOW TOTAL/MELT ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM STORM SFC RNOFF ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM BSFL-GDWR RNOFF ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTANT PRECIP TYPE ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTANT PRECIP RATE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CONV PRECIP RATE    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (FROZEN FRAC CLD SCHM) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLD WTR ON MDL SFCS ) SCAL=( 3.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLD ICE ON MDL SFCS ) SCAL=( 3.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLD FRAC ON MDL SFCS) SCAL=( 3.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LOW CLOUD FRACTION  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MID CLOUD FRACTION  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HIGH CLOUD FRACTION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL CLD FRACTION  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVG TOTAL CLD FRAC  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVG STRAT CLD FRAC  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVG CNVCT CLD FRAC  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (VISIBILITY          ) SCAL=( 2.7)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LCL AGL HEIGHT      ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LCL PRESSURE        ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE GRDSCL RN TMPTDY) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE CNVCT RN TMPTDY ) SCAL=( 2.7)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (RADFLX CNVG TMP TNDY) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SW RAD TEMP TNDY    ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LW RAD TEMP TNDY    ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN OUT SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN OUT SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE INCMG SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE INCMG SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO TOA SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO TOA LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN OUT TOA LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (BRIGHTNESS TEMP     ) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (BRIGHTNESS TEMP NCAR) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN INC SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN INC SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN CLR INC SFC SW) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ROUGHNESS LENGTH    ) SCAL=( 4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (FRICTION VELOCITY   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC DRAG COEFFICIENT) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC U WIND STRESS   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC V WIND STRESS   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SFC SENHEAT FX  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE GROUND HEAT FX  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SNO PHSCNG HT FX) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SFC LATHEAT FX  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SFC MOMENTUM FX ) SCAL=(-3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACC SFC EVAPORATION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACC POT EVAPORATION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INST SFC SENHEAT FX ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INST SFC LATHEAT FX ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LATITUDE            ) SCAL=( 6.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LONGITUDE           ) SCAL=( 7.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LAND/SEA MASK       ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SEA ICE MASK        ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MASS POINT MDL SFC  ) SCAL=( 2.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (VEL POINT MDL SFC   ) SCAL=( 2.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC MIDDAY ALBEDO   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SEA SFC TEMPERATURE ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PRESS AT TROPOPAUSE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HEIGHT AT TROPOPAUSE) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TEMP AT TROPOPAUSE  ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (POTENTL TEMP AT TROP) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND AT TROPOPAUSE) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND AT TROPOPAUSE) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHEAR AT TROPOPAUSE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ L=(22221 11111 11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND AT FD HEIGHTS) SCAL=(-4.0)
+ L=(22221 11111 11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND AT FD HEIGHTS) SCAL=(-4.0)
+ L=(22221 11111 11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SPE HUM AT FD HEIGHT) SCAL=( 3.0)
+ L=(22221 11111 11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PRESS AT FD HEIGHTS ) SCAL=( 4.0)
+ L=(22221 11111 11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HEIGHT OF FRZ LVL   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (REL HUMID AT FRZ LVL) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HIGHEST FREEZE LVL  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LOW WET BULB ZERO HT) SCAL=(-5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PRESS IN BNDRY LYR  ) SCAL=( 3.0)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TEMP IN BNDRY LYR   ) SCAL=(-4.0)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (POT TMP IN BNDRY LYR) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (DWPT IN BNDRY LYR   ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SPC HUM IN BNDRY LYR) SCAL=( 3.0)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (REL HUM IN BNDRY LYR) SCAL=(-0.1)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MST CNV IN BNDRY LYR) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (P WATER IN BNDRY LYR) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND IN BNDRY LYR ) SCAL=(-4.0)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND IN BNDRY LYR ) SCAL=(-4.0)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (OMEGA IN BNDRY LYR  ) SCAL=(-5.0)
+ L=(10100 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LFM 0.33-1.00 RELHUM) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LFM 0.66-1.00 RELHUM) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LFM 0.33-0.66 RELHUM) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LFM 0.33-1.00 PWAT  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 PRESSURE) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 TMPRATUR) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 SPC HUM ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 REL HUM ) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 U WIND  ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 V WIND  ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.89671 TMPRATUR) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.78483 TMPRATUR) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.47-1.00 RELHUM) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.47-0.96 RELHUM) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.18-0.47 RELHUM) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.84-0.98 RELHUM) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.85-1.00 QCONVG) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLOUD BOT PRESSURE  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLOUD TOP PRESSURE  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLOUD TOP TEMPS     ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLOUD BOTTOM HEIGHT ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLOUD TOP HEIGHT    ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLOUD TOP TEMPS     ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MAX WIND PRESS LEVEL) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MAX WIND HGHT LEVEL ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U COMP MAX WIND     ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V COMP MAX WIND     ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (COMPOSITE RADAR REFL) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (COMPOSITE RAIN REFL ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (COMPOSITE ICE REFL  ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (COMPOSITE CONV REFL ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (RADAR REFL AGL      ) SCAL=(-4.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (RAIN RADAR REFL AGL ) SCAL=(-4.0)
+ L=(01000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ICE RADAR REFL AGL  ) SCAL=(-4.0)
+ L=(01000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CONV RADAR REFL AGL ) SCAL=(-4.0)
+ L=(01000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (RADAR DERIVED VIL   ) SCAL=( 4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PBL HEIGHT          ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CONV CLOUD BOT PRESS) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CONV CLOUD TOP PRESS) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHAL CU CLD BOT PRES) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHAL CU CLD TOP PRES) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (DEEP CU CLD BOT PRES) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (DEEP CU CLD TOP PRES) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (GRID CLOUD BOT PRESS) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (GRID CLOUD TOP PRESS) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CONV CLOUD FRACTION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CU CLOUD EFFICIENCY ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN CLD WTR) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN CLD ICE) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN RAIN   ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN SNOW   ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COL CONDENSATE) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLD LIQUID   ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL MELTING ICE   ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (COLD LIQ BOT HEIGHT ) SCAL=(-5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (COLD LIQ TOP HEIGHT ) SCAL=(-5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CEILING             ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM LSM PRECIP      ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MODEL TOP PRESSURE  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOT COL SW T TNDY   ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOT COL LW T TNDY   ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOT COL GRD T TNDY  ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOT COL CNVCT T TNDY) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOT COL MST CNVG    ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HPC T ON SIGMA SFCS ) SCAL=(-4.0)
+ L=(11111 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PBL REGIME          ) SCAL=( 2.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOT COL SW T TNDY   ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOT COL LW T TNDY   ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOT COL GRD T TNDY  ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOT COL CNVCT T TNDY) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOT COL MST CNVG    ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TRANSPORT U WIND    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TRANSPORT V WIND    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (RICH NO PBL HEIGHT  ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MIXHT HEIGHT        ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (RADAR ECHO TOP      ) SCAL=(-6.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (IN-FLIGHT ICING     ) SCAL=( 1.0)
+ L=(00000 00000 00000 00101 01010 10101 01010 10101 01010 00000 00000 00000 00000 00000)
+ (CLEAR AIR TURBULENCE) SCAL=( 1.0)
+ L=(00000 00000 01111 01010 10101 01000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND ON THETA SFCS) SCAL=( 4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND ON THETA SFCS) SCAL=( 4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TEMP ON THETA SFCS  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PV ON THETA SFCS    ) SCAL=( 4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND ON PV SFCS   ) SCAL=( 4.0)
+ L=(11111 11100 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND ON PV SFCS   ) SCAL=( 4.0)
+ L=(11111 11100 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TEMP ON PV SFCS     ) SCAL=( 4.0)
+ L=(11111 11100 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HEIGHT ON PV SFCS   ) SCAL=( 6.0)
+ L=(11111 11100 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PRESSURE ON PV SFCS ) SCAL=( 6.0)
+ L=(11111 11100 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHEAR ON PV SFCS    ) SCAL=( 3.0)
+ L=(11111 11100 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HAINES INDEX        ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (VENTILATION RATE    ) SCAL=(-2.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+***DONE WITH THIS GRID***
+    KGTYPE******I5*******:(00255)********START OF THIS OUTPUT GRID******
+    IMDLTY     *I5*      :(00089)
+    DATSET     *A6*      :(BGRD3D)
+ (HEIGHT OF PRESS SFCS) SCAL=(-5.0)
+ L=(00000 00000 00000 10000 00000 10000 00010 00001 00000 00000 00000 00000 00000 00000)
+ (TEMP ON PRESS SFCS  ) SCAL=(-4.0)
+ L=(00000 00000 00000 10000 00000 10000 00010 00001 00010 00000 00000 00000 00000 00000)
+ (REL HUMID ON P SFCS ) SCAL=(-0.1)
+ L=(00000 00000 00000 10000 00000 10000 00010 00001 00000 00000 00000 00000 00000 00000)
+ (U WIND ON PRESS SFCS) SCAL=(-4.0)
+ L=(00000 00000 00000 10000 00000 10000 00010 00001 00000 00000 00000 00000 00000 00000)
+ (V WIND ON PRESS SFCS) SCAL=(-4.0)
+ L=(00000 00000 00000 10000 00000 10000 00010 00001 00000 00000 00000 00000 00000 00000)
+ (OMEGA ON PRESS SFCS ) SCAL=(-5.0)
+ L=(00000 00000 00000 10000 00000 10000 00010 00001 00000 00000 00000 00000 00000 00000)
+ (SPEC HUM ON P SFCS  ) SCAL=( 2.7)
+ L=(00000 00000 00000 10000 00000 10000 00010 00001 00000 00000 00000 00000 00000 00000)
+ (ABS VORT ON P SFCS  ) SCAL=( 2.7)
+ L=(00000 00000 00000 10000 00000 10000 00010 00001 00000 00000 00000 00000 00000 00000)
+ (PRESS ON MDL SFCS   ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (HEIGHT ON MDL SFCS  ) SCAL=(-5.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (TEMP ON MDL SFCS    ) SCAL=(-4.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (SPEC HUM ON MDL SFCS) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (U WIND ON MDL SFCS  ) SCAL=(-4.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (V WIND ON MDL SFCS  ) SCAL=(-4.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (ABS VORT ON MDL SFCS) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (OMEGA ON MDL SFCS   ) SCAL=(-5.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (W WIND ON MDL SFCS  ) SCAL=(-5.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (TRBLNT KE ON MDL SFC) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (AVE GRDSCL RN TMPTDY) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (AVE CNVCT RN TMPTDY ) SCAL=( 2.7)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (MESINGER MEAN SLP   ) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHUELL MEAN SLP     ) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER PRESSURE    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER TEMPERATURE ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER SPEC HUMID  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER DEWPOINT    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER REL HUMID   ) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND AT ANEMOM HT ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND AT ANEMOM HT ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (POT TEMP AT 10 M    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SPEC HUM AT 10 M    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE PRESSURE    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE HEIGHT      ) SCAL=(-2.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE POT TEMP    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE SPEC HUMID  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC (SKIN) TEMPRATUR) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL TEMPERATURE    ) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOISTURE       ) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL SOIL MOISTURE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC EXCHANGE COEF   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (GREEN VEG COVER     ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOISTURE AVAIL ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (BOTTOM SOIL TEMP    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INST GROUND HEAT FLX) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PLANT CANOPY SFC WTR) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SNOW WATER EQUIVALNT) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIFTED INDEX--BEST  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CNVCT AVBL POT ENRGY) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PRECIPITABLE WATER  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM TOTAL PRECIP    ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM CONVCTIVE PRECIP) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM GRD SCALE PRECIP) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM SNOWFALL        ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM SNOW TOTAL/MELT ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM STORM SFC RNOFF ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM BSFL-GDWR RNOFF ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTANT PRECIP TYPE ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTANT PRECIP RATE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (FROZEN FRAC CLD SCHM) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLD WTR ON MDL SFCS ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (CLD ICE ON MDL SFCS ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (CLD FRAC ON MDL SFCS) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (RAIN ON MDL SFCS    ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (SNOW ON MDL SFCS    ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (F_RimeF ON MDL SFCS ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (CONDENSATE MDL SFCS ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (F_rain ON MDL SFCS  ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (F_ice ON MDL SFCS   ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (LOW CLOUD FRACTION  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MID CLOUD FRACTION  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HIGH CLOUD FRACTION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL CLD FRACTION  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVG TOTAL CLD FRAC  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVG STRAT CLD FRAC  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVG CNVCT CLD FRAC  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN OUT SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN OUT SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE INCMG SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE INCMG SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO TOA SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO TOA LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN INC SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN INC SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN CLR INC SFC SW) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ROUGHNESS LENGTH    ) SCAL=( 4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (FRICTION VELOCITY   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC DRAG COEFFICIENT) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC U WIND STRESS   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC V WIND STRESS   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SFC SENHEAT FX  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE GROUND HEAT FX  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SNO PHSCNG HT FX) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SFC LATHEAT FX  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SFC MOMENTUM FX ) SCAL=(-3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACC SFC EVAPORATION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACC POT EVAPORATION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INST SFC SENHEAT FX ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INST SFC LATHEAT FX ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LATITUDE            ) SCAL=( 6.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LONGITUDE           ) SCAL=( 7.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LAND/SEA MASK       ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SEA ICE MASK        ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MASS POINT MDL SFC  ) SCAL=( 2.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (VEL POINT MDL SFC   ) SCAL=( 2.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC MIDDAY ALBEDO   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SEA SFC TEMPERATURE ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PRESS IN BNDRY LYR  ) SCAL=( 3.0)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TEMP IN BNDRY LYR   ) SCAL=(-4.0)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (POT TMP IN BNDRY LYR) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (DWPT IN BNDRY LYR   ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SPC HUM IN BNDRY LYR) SCAL=( 3.0)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (REL HUM IN BNDRY LYR) SCAL=(-0.1)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MST CNV IN BNDRY LYR) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (P WATER IN BNDRY LYR) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND IN BNDRY LYR ) SCAL=(-4.0)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND IN BNDRY LYR ) SCAL=(-4.0)
+ L=(11111 10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.47-1.00 RELHUM) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM LSM PRECIP      ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MODEL TOP PRESSURE  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HYBRID PRESSURE DP  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HYBRID SIGMA DP     ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC EXCHANGE COEF   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (GREEN VEG COVER     ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIFTED INDEX--SURFCE) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIFTED INDEX--BNDLYR) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CNVCT AVBL POT ENRGY) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CNVCT INHIBITION    ) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIFT PCL LVL PRESS  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PRECIPITABLE WATER  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (STORM REL HELICITY  ) SCAL=( 3.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U COMP STORM MOTION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V COMP STORM MOTION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CONV PRECIP RATE    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLOUD BOT PRESSURE  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLOUD TOP PRESSURE  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LCL AGL HEIGHT      ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LCL PRESSURE        ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLOUD TOP TEMPS     ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (RADFLX CNVG TMP TNDY) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SW RAD TEMP TNDY    ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LW RAD TEMP TNDY    ) SCAL=( 3.0)
+ L=(11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN INC SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN INC SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PRESS AT TROPOPAUSE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HEIGHT AT TROPOPAUSE) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TEMP AT TROPOPAUSE  ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (POTENTL TEMP AT TROP) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND AT TROPOPAUSE) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND AT TROPOPAUSE) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHEAR AT TROPOPAUSE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TEMP AT FD HEIGHTS  ) SCAL=(-4.0)
+ L=(11111 11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND AT FD HEIGHTS) SCAL=(-4.0)
+ L=(11111 11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND AT FD HEIGHTS) SCAL=(-4.0)
+ L=(11111 11000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HEIGHT OF FRZ LVL   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (REL HUMID AT FRZ LVL) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HIGHEST FREEZE LVL  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PRESS IN BNDRY LYR  ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TEMP IN BNDRY LYR   ) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (POT TMP IN BNDRY LYR) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (DWPT IN BNDRY LYR   ) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SPC HUM IN BNDRY LYR) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (REL HUM IN BNDRY LYR) SCAL=(-0.1)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MST CNV IN BNDRY LYR) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (P WATER IN BNDRY LYR) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND IN BNDRY LYR ) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND IN BNDRY LYR ) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (OMEGA IN BNDRY LYR  ) SCAL=(-5.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LFM 0.33-1.00 RELHUM) SCAL=(-0.1)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LFM 0.66-1.00 RELHUM) SCAL=(-0.1)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LFM 0.33-0.66 RELHUM) SCAL=(-0.1)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LFM 0.33-1.00 PWAT  ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 PRESSURE) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 TMPRATUR) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 SPC HUM ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 REL HUM ) SCAL=(-0.1)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 U WIND  ) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.98230 V WIND  ) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.89671 TMPRATUR) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.78483 TMPRATUR) SCAL=(-4.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.47-1.00 RELHUM) SCAL=(-0.1)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.47-0.96 RELHUM) SCAL=(-0.1)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.18-0.47 RELHUM) SCAL=(-0.1)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.84-0.98 RELHUM) SCAL=(-0.1)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NGM 0.85-1.00 QCONVG) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MAX WIND PRESS LEVEL) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MAX WIND HGHT LEVEL ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U COMP MAX WIND     ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V COMP MAX WIND     ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLOUD BOTTOM HEIGHT ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLOUD TOP HEIGHT    ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (VISIBILITY          ) SCAL=( 2.7)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (COMPOSITE RADAR REFL) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CONV CLOUD BOT PRESS) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CONV CLOUD TOP PRESS) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHAL CU CLD BOT PRES) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHAL CU CLD TOP PRES) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (DEEP CU CLD BOT PRES) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (DEEP CU CLD TOP PRES) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (GRID CLOUD BOT PRESS) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (GRID CLOUD TOP PRESS) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CONV CLOUD FRACTION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CU CLOUD EFFICIENCY ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN CLD WTR) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN CLD ICE) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN RAIN   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN SNOW   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COL CONDENSATE) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (VEGETATION TYPE     ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL TYPE           ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY CONDUCTANCE  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PBL HEIGHT          ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SLOPE TYPE          ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SNOW DEPTH          ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIQUID SOIL MOISTURE) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SNOW FREE ALBEDO    ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MAXIMUM SNOW ALBEDO ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY WATER EVAP   ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (DIRECT SOIL EVAP    ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PLANT TRANSPIRATION ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SNOW SUBLIMATION    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AIR DRY SOIL MOIST  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOIST POROSITY ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MIN STOMATAL RESIST ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NO OF ROOT LAYERS   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOIST WILT PT  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOIST REFERENCE) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND SOLAR   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND TEMP    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND HUMID   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND SOILM   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000) 
+ (POTENTIAL EVAP      ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC WIND GUST       ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LOW WET BULB ZERO HT) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LEAF AREA INDEX     ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN CLR INC SFC SW) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLD FRAC ON SIG SFCS) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CLD FRAC ON MDL SFCS) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (CLD WTR ON MDL SFCS ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (CLD ICE ON MDL SFCS ) SCAL=( 3.0)
+ L=(11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 11111 00000 00000)
+ (RICH NO PBL HEIGHT  ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MIXHT HEIGHT        ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PERCENT SNOW COVER  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+***DONE WITH THIS GRID***
+    KGTYPE******I5*******:(00255)********START OF THIS OUTPUT GRID******
+    IMDLTY     *I5*      :(00089)
+    DATSET     *A6*      :(BGRDSF)
+ (PRESS ON MDL SFCS   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HEIGHT ON MDL SFCS  ) SCAL=(-5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TEMP ON MDL SFCS    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (POT TEMP ON MDL SFCS) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SPEC HUM ON MDL SFCS) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (REL HUM ON MDL SFCS ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND ON MDL SFCS  ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND ON MDL SFCS  ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TRBLNT KE ON MDL SFC) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (VEGETATION TYPE     ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL TYPE           ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SLOPE TYPE          ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIQUID SOIL MOISTURE) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SNOW FREE ALBEDO    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MAXIMUM SNOW ALBEDO ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY CONDUCTANCE  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND SOLAR   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND TEMP    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND HUMID   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (CANOPY COND SOILM   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOIST REFERENCE) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOIST POROSITY ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (NO OF ROOT LAYERS   ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MIN STOMATAL RESIST ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PBL HEIGHT          ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SNOW DEPTH          ) SCAL=( 6.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PERCENT SNOW COVER  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AIR DRY SOIL MOIST  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOIST WILT PT  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MASTER LENGTH SCALE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MESINGER MEAN SLP   ) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHUELL MEAN SLP     ) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER PRESSURE    ) SCAL=( 3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER TEMPERATURE ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER SPEC HUMID  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER DEWPOINT    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SHELTER REL HUMID   ) SCAL=(-0.1)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (U WIND AT ANEMOM HT ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (V WIND AT ANEMOM HT ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (POT TEMP AT 10 M    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SPEC HUM AT 10 M    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE PRESSURE    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE HEIGHT      ) SCAL=(-2.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE POT TEMP    ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SURFACE SPEC HUMID  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC (SKIN) TEMPRATUR) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL TEMPERATURE    ) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOISTURE       ) SCAL=( 3.0)
+ L=(11110 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL SOIL MOISTURE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC EXCHANGE COEF   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (GREEN VEG COVER     ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SOIL MOISTURE AVAIL ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (BOTTOM SOIL TEMP    ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INST GROUND HEAT FLX) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PLANT CANOPY SFC WTR) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SNOW WATER EQUIVALNT) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LIFTED INDEX--BEST  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (PRECIPITABLE WATER  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM TOTAL PRECIP    ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM CONVCTIVE PRECIP) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM SNOWFALL        ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM SNOW TOTAL/MELT ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM STORM SFC RNOFF ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM BSFL-GDWR RNOFF ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTANT PRECIP TYPE ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTANT PRECIP RATE ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN CLD WTR) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN CLD ICE) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN RAIN   ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COLUMN SNOW   ) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL COL CONDENSATE) SCAL=( 5.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (FROZEN FRAC CLD SCHM) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LOW CLOUD FRACTION  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (MID CLOUD FRACTION  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (HIGH CLOUD FRACTION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (TOTAL CLD FRACTION  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVG TOTAL CLD FRAC  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVG STRAT CLD FRAC  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVG CNVCT CLD FRAC  ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN OUT SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN OUT SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE INCMG SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE INCMG SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO TOA SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE OUTGO TOA LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN INC SFC SW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN INC SFC LW RAD) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INSTN CLR INC SFC SW) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ROUGHNESS LENGTH    ) SCAL=( 4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (FRICTION VELOCITY   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC DRAG COEFFICIENT) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC U WIND STRESS   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC V WIND STRESS   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SFC SENHEAT FX  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE GROUND HEAT FX  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SNO PHSCNG HT FX) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SFC LATHEAT FX  ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (AVE SFC MOMENTUM FX ) SCAL=(-3.0)
+ L=(00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACC SFC EVAPORATION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACC POT EVAPORATION ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INST SFC SENHEAT FX ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (INST SFC LATHEAT FX ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LATITUDE            ) SCAL=( 6.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LONGITUDE           ) SCAL=( 7.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (LAND/SEA MASK       ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SEA ICE MASK        ) SCAL=( 1.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SFC MIDDAY ALBEDO   ) SCAL=( 3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (SEA SFC TEMPERATURE ) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (ACM LSM PRECIP      ) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (FROZEN FRAC CLD SCHM) SCAL=(-4.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+ (UPDRAFT HELICITY PRM) SCAL=(-3.0)
+ L=(10000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000 00000)
+***DONE WITH THIS GRID***
Index: checkout/parm/nems.configure.blocked_lnd_hyd.IN
===================================================================
--- checkout/parm/nems.configure.blocked_lnd_hyd.IN	(nonexistent)
+++ checkout/parm/nems.configure.blocked_lnd_hyd.IN	(revision 85747)
@@ -0,0 +1,32 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+# EARTH #
+EARTH_component_list: LND HYD
+EARTH_attributes::
+  Verbosity = max
+::
+
+# LND #
+LND_model:                      @[lnd_model]
+LND_petlist_bounds:             @[lnd_petlist_bounds]
+LND_attributes::
+  Verbosity = max
+::
+
+# HYD #
+HYD_model:                      @[hyd_model]
+HYD_petlist_bounds:             @[hyd_petlist_bounds]
+HYD_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    LND -> HYD :remapMethod=bilinear
+    HYD -> LND :remapMethod=bilinear
+    LND
+    HYD
+  @
+::
Index: checkout/parm/nems.configure.med.IN
===================================================================
--- checkout/parm/nems.configure.med.IN	(nonexistent)
+++ checkout/parm/nems.configure.med.IN	(revision 85747)
@@ -0,0 +1,25 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = max
+  DumpFields = false
+  DumpRHs = false
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    MED
+  @
+::
Index: checkout/parm/MAPL.rc
===================================================================
--- checkout/parm/MAPL.rc	(nonexistent)
+++ checkout/parm/MAPL.rc	(revision 85747)
@@ -0,0 +1,11 @@
+
+#
+# Minimum MAPL resource file
+#
+
+RUN_DT: 1800
+MAPL_ENABLE_TIMERS: NO
+PRINTSPEC: 0  # (0: OFF, 1: IMPORT & EXPORT, 2: IMPORT, 3: EXPORT)
+GOCART_OWNS_TRACERS: NO
+
+
Index: checkout/parm/atmos.configure_gen
===================================================================
--- checkout/parm/atmos.configure_gen	(nonexistent)
+++ checkout/parm/atmos.configure_gen	(revision 85747)
@@ -0,0 +1,4 @@
+core: gen
+
+atm_model:                      @[atm_model]
+atm_coupling_interval_sec:      @[coupling_interval_fast_sec]
Index: checkout/parm/nems.configure.med_lnd_hyd.IN
===================================================================
--- checkout/parm/nems.configure.med_lnd_hyd.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_lnd_hyd.IN	(revision 85747)
@@ -0,0 +1,49 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED LND HYD
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 0
+  DumpFields = false
+  DumpRHs = false
+::
+
+# LND #
+LND_model:                      @[lnd_model]
+LND_petlist_bounds:             @[lnd_petlist_bounds]
+LND_attributes::
+  Verbosity = max
+::
+
+# HYD #
+HYD_model:                      @[hyd_model]
+HYD_petlist_bounds:             @[hyd_petlist_bounds]
+HYD_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    MED MedPhase_slow
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_fast_before
+      MED -> LND :remapMethod=redist
+      MED -> HYD :remapMethod=redist
+      LND
+      HYD
+      LND -> MED :remapMethod=redist
+      HYD -> MED :remapMethod=redist
+      MED MedPhase_fast_after
+    @
+  @
+::
Index: checkout/parm/nmm_conf/nmm_nests_conf_03.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_nests_conf_03.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_nests_conf_03.IN	(revision 85747)
@@ -0,0 +1,376 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  181                    # I gridpoints
+jm:  141                    # J gridpoints
+lm:   35                    # Number of atmospheric layers
+
+tph0d: 0.                   # Central geographic latitude of grid (degrees)
+tlm0d: 0.                   # Central geographic longitude of grid (degrees, positive east)
+
+wbd: 0.                     # Grid's western boundary (rotated degrees)
+sbd: 0.                     # Grid's southern boundary (rotated degrees)
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  02                  # Number of compute tasks in the I direction
+jnpes:  02                  # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 1
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 30                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 30             # Integer seconds
+filt_dt_num:  0             # Numerator of fractional second
+filt_dt_den:  1             # Denominator of fractional second
+
+
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2013
+start_month:  01
+start_day:    20
+start_hour:   00
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:       24       # Length of the forecast (hours)
+minutes_history:  180       # Frequency of history output (minutes)
+nhours_dfini:       0
+
+restart:          @[RSTRT]   # True--> A restarted run
+minutes_restart:  720       # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+######################
+#####  Dynamics  #####
+######################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.4                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  1                    # Number of boundary blending rows for H points
+lnsv:  1                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: @[RADTN]          # Radiation schemes
+longwave:  @[RADTN]
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: @[NP3D]                # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: @[CLDFRACTION]  # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  @[CONVC]        # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics: fer_hires     # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+#---------------------------------
+turbulence:  @[TURBL]        # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  @[SFC_LAYER]     # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  @[LAND_SURFACE]         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  @[gfsP]                # Select entire GFS physics suite
+
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00              # resolution factor for dsp's (default)
+fr:       1.00              # land factor for dsp's (dafault)
+fsl:      0.85              # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85              # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80             # resolution factor for dsp's
+#fr:       1.00             # land factor for dsp's
+#fsl:      0.85             # reduction factor for "slow" dsp's over land
+#fss:      0.85             # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # Entrainment
+newall:     .false.         # New cloud used at all shallow points
+newswap:    .false.         # New clouds at swap shallow points
+newupup:    .false.         # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:    102               # Number of dynamics timesteps between calls to shortwave
+nradl:    102               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       6               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    6               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: false
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     false  # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false 
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id: 3               # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id: 1               # The ID number of this domain's parent
+n_children:  0                # How many child domains does this domain have?
+
+my_domain_moves:  false       # Does this domain move?
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+nest_mode:  1-way             # If there is nesting, select '1-way' or '2-way' interaction between parents/children
+generation:  1                # For 2-way only, in which generation is this domain?
+2way_wgt:   @[WGT]             # Weight of child 2-way exchange data in parent
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:   47          # Nest southwest corner at this parent I
+j_parent_start:  105          # Nest southwest corner at this parent J
+parent_child_space_ratio: 3   # Ratio of parent grid increment to nests's
+
+ratio_sfc_files: 9            # Ratio of uppermost parent grid increment to this moving nest's
+
+nrows_p_upd_w: 2              # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2              # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2              # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2              # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  false           # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:         44        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_nests_conf_04.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_nests_conf_04.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_nests_conf_04.IN	(revision 85747)
@@ -0,0 +1,376 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  291                    # I gridpoints
+jm:  361                    # J gridpoints
+lm:  35                     # Number of atmospheric layers
+
+tph0d: 0.                   # Central geographic latitude of grid (degrees)
+tlm0d: 0.                   # Central geographic longitude of grid (degrees, positive east)
+
+wbd: 0.                     # Grid's western boundary (rotated degrees)
+sbd: 0.                     # Grid's southern boundary (rotated degrees)
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  07                  # Number of compute tasks in the I direction
+jnpes:  09                  # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 1
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 10                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 10             # Integer seconds
+filt_dt_num:  0             # Numerator of fractional second
+filt_dt_den:  1             # Denominator of fractional second
+
+
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2013
+start_month:  01
+start_day:    20
+start_hour:   00
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:       24       # Length of the forecast (hours)
+minutes_history:  180       # Frequency of history output (minutes)
+nhours_dfini:       0
+
+restart:          @[RSTRT]   # True--> A restarted run
+minutes_restart:  720       # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+######################
+#####  Dynamics  #####
+######################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.4                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  1                    # Number of boundary blending rows for H points
+lnsv:  1                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: @[RADTN]          # Radiation schemes
+longwave:  @[RADTN]
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: @[NP3D]                # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: @[CLDFRACTION]  # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  @[CONVC]        # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics: fer_hires     # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+#---------------------------------
+turbulence:  @[TURBL]        # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  @[SFC_LAYER]     # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  @[LAND_SURFACE]         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  @[gfsP]                # Select entire GFS physics suite
+
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00              # resolution factor for dsp's (default)
+fr:       1.00              # land factor for dsp's (dafault)
+fsl:      0.85              # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85              # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80             # resolution factor for dsp's
+#fr:       1.00             # land factor for dsp's
+#fsl:      0.85             # reduction factor for "slow" dsp's over land
+#fss:      0.85             # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # Entrainment
+newall:     .false.         # New cloud used at all shallow points
+newswap:    .false.         # New clouds at swap shallow points
+newupup:    .false.         # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:    306               # Number of dynamics timesteps between calls to shortwave
+nradl:    306               # Number of dynamics timesteps  between calls to longwave
+
+nphs:      18               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:   18               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: false
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     false  # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false 
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id: 4               # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id: 2               # The ID number of this domain's parent
+n_children:  0                # How many child domains does this domain have?
+
+my_domain_moves:  false       # Does this domain move?
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+nest_mode:  1-way             # If there is nesting, select '1-way' or '2-way' interaction between parents/children
+generation:  1                # For 2-way only, in which generation is this domain?
+2way_wgt:   @[WGT]             # Weight of child 2-way exchange data in parent
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:  247          # Nest southwest corner at this parent I
+j_parent_start:   82          # Nest southwest corner at this parent J
+parent_child_space_ratio: 3   # Ratio of parent grid increment to nests's
+
+ratio_sfc_files: 9            # Ratio of uppermost parent grid increment to this moving nest's
+
+nrows_p_upd_w: 2              # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2              # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2              # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2              # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  false           # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:         55        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_msub.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_msub.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_msub.IN	(revision 85747)
@@ -0,0 +1,21 @@
+#!/bin/sh
+
+# Moab options used on Gaea
+
+#MSUB -S /bin/sh
+#MSUB -o out
+#MSUB -e err
+#MSUB -N @[JBNME]
+#MSUB -l partition=c1:c2
+#MSUB -l size=@[TASKS]
+#MSUB -l walltime=00:@[WLCLK]:00
+
+set -eux
+
+echo "Model started:  " `date`
+
+aprun -n @[TASKS] ./NEMS.x
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/parm/nmm_conf/nmm_glob_run.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_glob_run.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_glob_run.IN	(revision 85747)
@@ -0,0 +1,47 @@
+#!/bin/ksh
+
+set -eu
+
+RUNDIR=@[RUND]
+SRCDIR=@[SRCD]
+
+mkdir -p $RUNDIR
+cd $RUNDIR
+
+cp @[RTPWD]/NMMB_glob/test_input_nmmb_global            input_domain_01
+cp @[RTPWD]/NMMB_glob/test_input_nmmb_global.nemsio     input_domain_01_nemsio
+cp @[RTPWD]/NMMB_glob/nmmb_rst_01_bin_0024h_00m_00.00s  restart_file_01
+cp @[RTPWD]/NMMB_glob/nmmb_rst_01_nio_0024h_00m_00.00s  restart_file_01_nemsio
+cp @[RTPWD]/NMMB_glob/GWD_bin_01 .
+
+cp $SRCDIR/oldtests/nems.configure nems.configure
+cp $SRCDIR/oldtests/atmos.configure atmos.configure
+cp $SRCDIR/oldtests/configure_file_01 .
+cp configure_file_01 model_configure
+cp @[RTPWD]/data/* .
+cp IGBP_VEGPARM.TBL VEGPARM.TBL
+cp IGBP_LANDUSE.TBL LANDUSE.TBL
+cp ETAMPNEW_DATA.expanded_rain ETAMPNEW_DATA
+ln -sf global_o3prdlos.f77 fort.28
+ln -sf global_o3clim.txt fort.48
+
+cp $SRCDIR/oldtests/solver_state.txt .
+cp $SRCDIR/oldtests/nests.txt .
+if [ $TS = true ]; then
+  cp $SRCDIR/oldtests/ts_locations.nml .
+fi
+
+cp $SRCDIR/exe/NEMS.x .
+
+if [ $SCHEDULER = 'moab' ]; then
+  cp $SRCDIR/oldtests/nmm_msub .
+  msub nmm_msub
+elif [ $SCHEDULER = 'pbs' ]; then
+  cp $SRCDIR/oldtests/nmm_qsub .
+  qsub nmm_qsub
+elif [ $SCHEDULER = 'lsf' ]; then
+  cp $SRCDIR/oldtests/nmm_bsub .
+  bsub < nmm_bsub
+fi
+
+exit
Index: checkout/parm/nmm_conf/nmm_fltr_conf_02
===================================================================
--- checkout/parm/nmm_conf/nmm_fltr_conf_02	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_fltr_conf_02	(revision 85747)
@@ -0,0 +1,346 @@
+
+###############################
+##### Grid Specifications #####
+###############################
+
+im: 401                     # I gridpoints
+jm: 271                     # J gridpoints
+lm:  35                     # Number of atmospheric layers
+
+tph0d: 0.                   # Central geographic latitude of grid (degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+tlm0d: 0.                   # Central geographic longitude of grid (degrees, positive east); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+wbd: 0.                     # Grid's western boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+sbd: 0.                     # Grid's southern boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+
+##############################
+##### Grid Decomposition #####
+##############################
+
+inpes:  03                  # Number of compute tasks in the I direction
+jnpes:  05                  # Number of compute tasks in the J direction
+
+
+###############################
+#### Specify the I/O tasks ####
+###############################
+                                                                                                                                             
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 1
+
+
+##########################################
+##### Fundamental Timestep (seconds) #####
+##########################################
+
+dt_int: 30                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 30                  # Integer seconds
+filt_dt_num:  0                  # Numerator of fractional second
+filt_dt_den:  1                  # Denominator of fractional second
+
+
+###############################
+##### Forecast Start Time #####
+###############################
+
+start_year:   2013
+start_month:  01
+start_day:    20
+start_hour:   00
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      3        # Length of the forecast (hours)
+minutes_history:  60        # Frequency of history output (hours)
+nhours_dfini:      0
+
+restart:         false    # True--> A restarted run
+minutes_restart: 720        # Frequency of restart output (hours)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+#########################
+##### General modes #####
+#########################
+
+global:  false              # True--> Global ; False--> Regional
+hydro:   false              # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Dynamics #####
+####################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+                                                  
+smag2:   0.4                # Smagorinsky constant for 2nd order diffusion
+                                        
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+                 
+lnsh:  1                    # Number of boundary blending rows for H points
+lnsv:  1                    # Number of boundary blending rows for V points
+
+
+###################################
+##### Digital Filtering Options ###
+###################################
+
+filter_method: 3            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 1800         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 1800         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 1800         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums
+                            # True--> use mpi_allreduce for global sums
+
+##################################
+### Precipitation Assimilation####
+##################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+###########################
+### Gravity Wave Drag  ####
+###########################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+##################################
+##### Physics Scheme Options #####
+##################################
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM longwave
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                # kf  --> Kain-Fritsch
+                                # sas --> Simplified Arakawa-Schubert
+                                # gd  --> Grell-Devenyi
+                                # none--> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer --> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes --> Kessler
+                                # lin --> Lin
+                                # tho --> Thompson
+                                # wsm3--> WSM3
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+                                                                                                                                              
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                                                                                                                              
+#---------------------------------
+                                                                                                                                              
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+                                                                                                                                              
+#---------------------------------
+                                                                                                                                              
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+                                                                                                                                              
+gfs:  false                 # Select entire GFS physics suite
+
+
+######################################
+##### Shallow Convection Switches ####
+######################################
+
+fres:     1.00               # resolution factor for dsp's (default)
+fr:       1.00               # land factor for dsp's (dafault)
+fsl:      0.85               # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85               # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80               # resolution factor for dsp's
+#fr:       1.00               # land factor for dsp's
+#fsl:      0.85               # reduction factor for "slow" dsp's over land
+#fss:      0.85               # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # entrainment
+newall:     .false.         # new cloud used at all shallow points
+newswap:    .false.         # new clouds at swap shallow points
+newupup:    .false.         # new cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # all deep convection diverted to shallow swap algorythm
+
+
+#############################
+##### Physics Timesteps #####
+#############################
+
+nrads:    102               # Number of dynamics timesteps between calls to shortwave
+nradl:    102               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       6               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    6               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+#################################################
+####  Write History/Restart Specifications  ####
+#################################################
+
+nemsio_input: false
+
+write_hst_bin:           .TRUE.      # True--> Write history files in binary format
+write_hst_nemsio:        .TRUE.      # True--> Write history files in NEMSIO format
+write_rst_bin:           .TRUE.      # True--> Write restart files in binary format
+write_rst_nemsio:        .TRUE.      # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:         .FALSE.     # True--> Yes write ctl for nemsio run history files
+write_donefileflag:      .FALSE.
+write_fsyncflag:         .FALSE.     # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:           'nmmb_hst'
+rst_name_base:           'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id:      2
+my_parent_id:      1
+n_children:        1
+i_parent_start:   75
+j_parent_start:   27
+parent_child_space_ratio:  3
+
+my_domain_moves:  false
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+input_ready:  .FALSE.
+
+nest_mode:  '1-way'          # If there is nesting, select '1-way' or '2-way' interaction between parents/children
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          9        # The MPI task that will provide the clocktimes.
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_bsub.IN_wcoss
===================================================================
--- checkout/parm/nmm_conf/nmm_bsub.IN_wcoss	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_bsub.IN_wcoss	(revision 85747)
@@ -0,0 +1,42 @@
+#!/bin/sh
+
+#BSUB -oo @[RUNDIR]/out
+#BSUB -eo @[RUNDIR]/err
+#BSUB -J @[JBNME]
+#BSUB -n @[TASKS]
+#BSUB -x
+#BSUB -R span[ptile=@[TPN]]
+#BSUB -R affinity[core(1):distribute=balance]
+#BSUB -W 00:@[WLCLK]
+#BSUB -q @[QUEUE]
+#BSUB -P GFS-T2O
+##BSUB -P dev
+#BSUB -a poe
+
+set -e
+RUNDIR=@[RUNDIR]
+cd "$RUNDIR"
+set +e
+
+source /usrx/local/Modules/default/init/sh
+source @[SRCD]/src/conf/modules.nems
+module list
+
+ export KMP_STACKSIZE=1024m
+ export OMP_NUM_THREADS=@[THRD]
+ export MP_MPILIB=mpich2
+ export MP_EUILIB=us
+ export MP_TASK_AFFINITY=core:@[THRD]
+ export MP_LABELIO=yes
+ export MP_STDOUTMODE=unordered
+ export MP_COREFILE_FORMAT=lite
+#export LSB_PJL_TASK_GEOMETRY="`/u/James.A.Abeles/bin/mktjv 1536/16 12/4 768/16`"
+ export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+
+echo "Model started:  " `date`
+
+mpirun.lsf ./NEMS.x
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/parm/nmm_conf/nmm_fltr_conf_03
===================================================================
--- checkout/parm/nmm_conf/nmm_fltr_conf_03	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_fltr_conf_03	(revision 85747)
@@ -0,0 +1,346 @@
+
+###############################
+##### Grid Specifications #####
+###############################
+
+im: 291                     # I gridpoints
+jm: 361                     # J gridpoints
+lm:  35                     # Number of atmospheric layers
+
+tph0d: 0.                   # Central geographic latitude of grid (degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+tlm0d: 0.                   # Central geographic longitude of grid (degrees, positive east); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+wbd: 0.                     # Grid's western boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+sbd: 0.                     # Grid's southern boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+
+##############################
+##### Grid Decomposition #####
+##############################
+
+inpes:  06                  # Number of compute tasks in the I direction
+jnpes:  07                  # Number of compute tasks in the J direction
+
+
+###############################
+#### Specify the I/O tasks ####
+###############################
+                                                                                                                                             
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 1
+
+
+##########################################
+##### Fundamental Timestep (seconds) #####
+##########################################
+
+dt_int: 10                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 10                  # Integer seconds
+filt_dt_num:  0                  # Numerator of fractional second
+filt_dt_den:  1                  # Denominator of fractional second
+
+###############################
+##### Forecast Start Time #####
+###############################
+
+start_year:   2013
+start_month:  01
+start_day:    20
+start_hour:   00
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      3        # Length of the forecast (hours)
+minutes_history: 60        # Frequency of history output (hours)
+nhours_dfini:      0
+
+restart:         false    # True--> A restarted run
+minutes_restart: 720        # Frequency of restart output (hours)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+#########################
+##### General modes #####
+#########################
+
+global:  false              # True--> Global ; False--> Regional
+hydro:   false              # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Dynamics #####
+####################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+                                                  
+smag2:   0.4                # Smagorinsky constant for 2nd order diffusion
+                                        
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+                 
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  1                    # Number of boundary blending rows for H points
+lnsv:  1                    # Number of boundary blending rows for V points
+
+
+###################################
+##### Digital Filtering Options ###
+###################################
+
+filter_method: 3            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 1800         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 1800         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 1800         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums
+                            # True--> use mpi_allreduce for global sums
+
+##################################
+### Precipitation Assimilation####
+##################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+###########################
+### Gravity Wave Drag  ####
+###########################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+##################################
+##### Physics Scheme Options #####
+##################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM longwave
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                # kf  --> Kain-Fritsch
+                                # sas --> Simplified Arakawa-Schubert
+                                # gd  --> Grell-Devenyi
+                                # none--> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer --> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes --> Kessler
+                                # lin --> Lin
+                                # tho --> Thompson
+                                # wsm3--> WSM3
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+                                                                                                                                              
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                                                                                                                              
+#---------------------------------
+                                                                                                                                              
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+                                                                                                                                              
+#---------------------------------
+                                                                                                                                              
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+                                                                                                                                              
+gfs:  false                 # Select entire GFS physics suite
+
+
+######################################
+##### Shallow Convection Switches ####
+######################################
+
+fres:     1.00               # resolution factor for dsp's (default)
+fr:       1.00               # land factor for dsp's (dafault)
+fsl:      0.85               # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85               # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80               # resolution factor for dsp's
+#fr:       1.00               # land factor for dsp's
+#fsl:      0.85               # reduction factor for "slow" dsp's over land
+#fss:      0.85               # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # entrainment
+newall:     .false.         # new cloud used at all shallow points
+newswap:    .false.         # new clouds at swap shallow points
+newupup:    .false.         # new cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # all deep convection diverted to shallow swap algorythm
+
+
+#############################
+##### Physics Timesteps #####
+#############################
+
+nrads:    306               # Number of dynamics timesteps between calls to shortwave
+nradl:    306               # Number of dynamics timesteps  between calls to longwave
+
+nphs:      18               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:   18               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+#################################################
+####  Write History/Restart Specifications  ####
+#################################################
+
+nemsio_input: false
+
+write_hst_bin:           .TRUE.      # True--> Write history files in binary format
+write_hst_nemsio:        .TRUE.      # True--> Write history files in NEMSIO format
+write_rst_bin:           .TRUE.      # True--> Write restart files in binary format
+write_rst_nemsio:        .TRUE.      # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:         .FALSE.     # True--> Yes write ctl for nemsio run history files
+write_donefileflag:      .FALSE.
+write_fsyncflag:         .FALSE.     # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:           'nmmb_hst'
+rst_name_base:           'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id:       3
+my_parent_id:       2
+n_children:         0
+i_parent_start:   247
+j_parent_start:    82
+parent_child_space_ratio:  3
+
+my_domain_moves:  false
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+input_ready:  .FALSE.
+
+nest_mode:  '1-way'          # If there is nesting, select '1-way' or '2-way' interaction between parents/children
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:         55        # The MPI task that will provide the clocktimes.
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_qsub.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_qsub.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_qsub.IN	(revision 85747)
@@ -0,0 +1,31 @@
+#!/bin/sh -l
+#PBS -o out
+#PBS -e err
+#PBS -N @[JBNME]
+#PBS -A @[ACCNR]
+#PBS -q @[QUEUE]
+#PBS -d .
+#PBS -l procs=@[TASKS]
+#PBS -l walltime=00:@[WLCLK]:00
+
+set -eux
+
+export MPI_TYPE_DEPTH=20
+export OMP_NUM_THREADS=1
+export ESMF_RUNTIME_COMPLIANCECHECK=OFF:depth=4
+#ulimit -s unlimited
+
+#source /apps/lmod/lmod/init/sh
+source @[SRCD]/src/conf/modules.nems
+module list
+
+pwd 
+
+echo "Model started:  " `date`
+
+#mpirun -prepend-rank -np $PBS_NP ./NEMS.x
+@[MPIEXEC] @[MPIEXECOPTS] -prepend-rank -np $PBS_NP ./NEMS.x
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/parm/nmm_conf/nmm_fltr_conf.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_fltr_conf.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_fltr_conf.IN	(revision 85747)
@@ -0,0 +1,376 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  251                    # I gridpoints
+jm:  201                    # J gridpoints
+lm:  35                     # Number of atmospheric layers
+
+tph0d:   54.0               # Central geographic latitude of grid (degrees)
+tlm0d: -106.0               # Central geographic longitude of grid (degrees, positive east)
+
+wbd:  -60.0                 # Grid's western boundary (rotated degrees)
+sbd:  -45.0                 # Grid's southern boundary (rotated degrees)
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  @[INPES]             # Number of compute tasks in the I direction
+jnpes:  @[JNPES]             # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: @[WTPG]
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 90                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 90              # Integer seconds
+filt_dt_num:  0              # Numerator of fractional second
+filt_dt_den:  1              # Denominator of fractional second
+
+
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2013
+start_month:  01
+start_day:    20
+start_hour:   00
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      @[FCSTL]   # Length of the forecast (hours)
+minutes_history:  60        # Frequency of history output (minutes)
+nhours_dfini:      0
+
+restart:          @[RSTRT]   # True--> A restarted run
+minutes_restart:  720       # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:       false
+RUN_CONTINUE:  false
+total_member:  1
+PE_MEMBER01:   0
+
+
+######################
+#####  Dynamics  #####
+######################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  1                    # Number of boundary blending rows for H points
+lnsv:  1                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 3            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 1800         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 1800         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 1800         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums
+                            # True--> use mpi_allreduce for global sums
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  @[PCPFLG]           # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: @[WPREC]     # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+                                 
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing  
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES 
+                            # with zero values 
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  false                 # Select entire GFS physics suite
+
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00               # resolution factor for dsp's (default)
+fr:       1.00               # land factor for dsp's (dafault)
+fsl:      0.85               # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85               # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80              # resolution factor for dsp's
+#fr:       1.00              # land factor for dsp's
+#fsl:      0.85              # reduction factor for "slow" dsp's over land
+#fss:      0.85              # reduction factor for "slow" dsp's over water
+
+entrain:    .false.          # Entrainment
+newall:     .false.          # New cloud used at all shallow points
+newswap:    .false.          # New clouds at swap shallow points
+newupup:    .false.          # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.          # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:     34               # Number of dynamics timesteps between calls to shortwave
+nradl:     34               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       2               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    2               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: @[NEMSI]
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id: 1              # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id: -999           # The ID number of this domain's parent
+n_children:  @[NCHILD]        # How many child domains does this domain have?
+num_domains_total: 3         # The total number of domains in this run (only needed in domain #1's configure file)
+
+my_domain_moves:  false      # Does this domain move?
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+nest_mode:  @[MODE]           # If there is nesting, select '1-way' or '2-way' interaction between parents/children
+generation: 1                # If 2-way mode, in which generation is this domain?
+2way_wgt:   @[WGT]            # Weight of child 2-way exchange data in parent
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:   75         # Nest southwest corner at this parent I
+j_parent_start:   27         # Nest southwest corner at this parent J
+parent_child_space_ratio: 3  # Ratio of parent grid increment to nests's
+
+ratio_sfc_files:  0          # Ratio of uppermost parent grid increment to this moving nest's
+
+nrows_p_upd_w: 2             # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2             # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2             # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2             # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  false          # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          1        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_mnests_conf.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_mnests_conf.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_mnests_conf.IN	(revision 85747)
@@ -0,0 +1,374 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  305                    # I gridpoints
+jm:  305                    # J gridpoints
+lm:  42                     # Number of atmospheric layers
+
+tph0d:  25.00               # Central geographic latitude of grid (degrees)
+tlm0d: -55.00               # Central geographic longitude of grid (degrees, positive east)
+
+wbd:  -38.76                # Grid's western boundary (rotated degrees)
+sbd:  -38.76                # Grid's southern boundary (rotated degrees)
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  @[INPES]             # Number of compute tasks in the I direction
+jnpes:  @[JNPES]             # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: @[WTPG]
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 60                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 60             # Integer seconds
+filt_dt_num: 0              # Numerator of fractional second
+filt_dt_den: 1              # Denominator of fractional second
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2010
+start_month:  09
+start_day:    17
+start_hour:   12
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      @[FCSTL]   # Length of the forecast (hours)
+minutes_history:  180       # Frequency of history output (minutes)
+nhours_dfini:       0
+
+restart:          @[RSTRT]   # True--> A restarted run
+minutes_restart:  720       # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+######################
+#####  Dynamics  #####
+######################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  5                    # Number of boundary blending rows for H points
+lnsv:  5                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  @[PCPFLG]           # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: @[WPREC]     # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  @[gfsP]                # Select entire GFS physics suite
+
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00               # resolution factor for dsp's (default)
+fr:       1.00               # land factor for dsp's (dafault)
+fsl:      0.85               # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85               # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80               # resolution factor for dsp's
+#fr:       1.00               # land factor for dsp's
+#fsl:      0.85               # reduction factor for "slow" dsp's over land
+#fss:      0.85               # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # Entrainment
+newall:     .false.         # New cloud used at all shallow points
+newswap:    .false.         # New clouds at swap shallow points
+newupup:    .false.         # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:     60               # Number of dynamics timesteps between calls to shortwave
+nradl:     60               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       2               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    2               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: @[NEMSI]
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false 
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id: 1              # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id: -999           # The ID number of this domain's parent
+n_children:  @[NCHILD]        # How many child domains does this domain have?
+num_domains_total: 4         # The total number of domains in this run (only needed in domain #1's configure file)
+
+my_domain_moves:  false      # Does this domain move?
+
+ntrack: 00                   # the number of nphys steps between tracker calls
+nest_mode: @[MODE]            # If there is nesting, select '1-way' or '2-way' interaction between parents/children.
+generation: 1                # If 2-way mode, in which generation is this domain?
+2way_wgt:  @[WGT]             # Weight of child 2-way exchange data in parent
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:  -           # Nest southwest corner at this parent I
+j_parent_start:  -           # Nest southwest corner at this parent J
+parent_child_space_ratio: -  # Ratio of parent grid increment to nests's
+
+ratio_sfc_files: -           # Ratio of uppermost parent grid increment to this moving nest's
+
+nrows_p_upd_w: -             # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: -             # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: -             # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: -             # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  -              # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          1        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_fltr_zombie_conf_03
===================================================================
--- checkout/parm/nmm_conf/nmm_fltr_zombie_conf_03	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_fltr_zombie_conf_03	(revision 85747)
@@ -0,0 +1,346 @@
+
+###############################
+##### Grid Specifications #####
+###############################
+
+im: 291                     # I gridpoints
+jm: 361                     # J gridpoints
+lm:  35                     # Number of atmospheric layers
+
+tph0d: 0.                   # Central geographic latitude of grid (degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+tlm0d: 0.                   # Central geographic longitude of grid (degrees, positive east); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+wbd: 0.                     # Grid's western boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+sbd: 0.                     # Grid's southern boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+
+##############################
+##### Grid Decomposition #####
+##############################
+
+inpes:  06                  # Number of compute tasks in the I direction
+jnpes:  07                  # Number of compute tasks in the J direction
+
+
+###############################
+#### Specify the I/O tasks ####
+###############################
+                                                                                                                                             
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 1
+
+
+##########################################
+##### Fundamental Timestep (seconds) #####
+##########################################
+
+dt_int: 10                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 10                  # Integer seconds
+filt_dt_num:  0                  # Numerator of fractional second
+filt_dt_den:  1                  # Denominator of fractional second
+
+###############################
+##### Forecast Start Time #####
+###############################
+
+start_year:   2013
+start_month:  01
+start_day:    20
+start_hour:   00
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      3        # Length of the forecast (hours)
+minutes_history: 60        # Frequency of history output (hours)
+nhours_dfini:      0
+
+restart:         false    # True--> A restarted run
+minutes_restart: 720        # Frequency of restart output (hours)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+#########################
+##### General modes #####
+#########################
+
+global:  false              # True--> Global ; False--> Regional
+hydro:   false              # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Dynamics #####
+####################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+                                                  
+smag2:   0.4                # Smagorinsky constant for 2nd order diffusion
+                                        
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+                 
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  1                    # Number of boundary blending rows for H points
+lnsv:  1                    # Number of boundary blending rows for V points
+
+
+###################################
+##### Digital Filtering Options ###
+###################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 1800         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 1800         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 1800         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums
+                            # True--> use mpi_allreduce for global sums
+
+##################################
+### Precipitation Assimilation####
+##################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+###########################
+### Gravity Wave Drag  ####
+###########################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+##################################
+##### Physics Scheme Options #####
+##################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM longwave
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                # kf  --> Kain-Fritsch
+                                # sas --> Simplified Arakawa-Schubert
+                                # gd  --> Grell-Devenyi
+                                # none--> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer --> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes --> Kessler
+                                # lin --> Lin
+                                # tho --> Thompson
+                                # wsm3--> WSM3
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+                                                                                                                                              
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                                                                                                                              
+#---------------------------------
+                                                                                                                                              
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+                                                                                                                                              
+#---------------------------------
+                                                                                                                                              
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+                                                                                                                                              
+gfs:  false                 # Select entire GFS physics suite
+
+
+######################################
+##### Shallow Convection Switches ####
+######################################
+
+fres:     1.00               # resolution factor for dsp's (default)
+fr:       1.00               # land factor for dsp's (dafault)
+fsl:      0.85               # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85               # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80               # resolution factor for dsp's
+#fr:       1.00               # land factor for dsp's
+#fsl:      0.85               # reduction factor for "slow" dsp's over land
+#fss:      0.85               # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # entrainment
+newall:     .false.         # new cloud used at all shallow points
+newswap:    .false.         # new clouds at swap shallow points
+newupup:    .false.         # new cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # all deep convection diverted to shallow swap algorythm
+
+
+#############################
+##### Physics Timesteps #####
+#############################
+
+nrads:    306               # Number of dynamics timesteps between calls to shortwave
+nradl:    306               # Number of dynamics timesteps  between calls to longwave
+
+nphs:      18               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:   18               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+#################################################
+####  Write History/Restart Specifications  ####
+#################################################
+
+nemsio_input: false
+
+write_hst_bin:           .TRUE.      # True--> Write history files in binary format
+write_hst_nemsio:        .TRUE.      # True--> Write history files in NEMSIO format
+write_rst_bin:           .TRUE.      # True--> Write restart files in binary format
+write_rst_nemsio:        .TRUE.      # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:         .FALSE.     # True--> Yes write ctl for nemsio run history files
+write_donefileflag:      .FALSE.
+write_fsyncflag:         .FALSE.     # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:           'nmmb_hst'
+rst_name_base:           'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id:       3
+my_parent_id:       2
+n_children:         0
+i_parent_start:   247
+j_parent_start:    82
+parent_child_space_ratio:  3
+
+my_domain_moves:  false
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+input_ready:  .FALSE.
+
+nest_mode:  '1-way'          # If there is nesting, select '1-way' or '2-way' interaction between parents/children
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:         55        # The MPI task that will provide the clocktimes.
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_mnests_conf_02.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_mnests_conf_02.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_mnests_conf_02.IN	(revision 85747)
@@ -0,0 +1,389 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  83                     # I gridpoints
+jm:  71                     # J gridpoints
+lm:  42                     # Number of atmospheric layers
+
+tph0d:   0.00               # Central geographic latitude of grid (degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+tlm0d:   0.00               # Central geographic longitude of grid (degrees, positive east); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+wbd:     0.00               # Grid's western boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+sbd:     0.00               # Grid's southern boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  02                  # Number of compute tasks in the I direction
+jnpes:  03                  # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 1
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 20                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 20             # Integer seconds
+filt_dt_num: 0              # Numerator of fractional second
+filt_dt_den: 1              # Denominator of fractional second
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2010
+start_month:  09
+start_day:    17
+start_hour:   12
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      24        # Length of the forecast (hours)
+minutes_history: 180        # Frequency of history output (minutes)
+nhours_dfini:      0
+
+restart:         @[RSTRT]    # True--> A restarted run
+minutes_restart: 720        # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+######################
+#####  Dynamics  #####
+######################
+
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  5                    # Number of boundary blending rows for H points
+lnsv:  5                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  false              # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  false                 # Select entire GFS physics suite
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00               # resolution factor for dsp's (default)
+fr:       1.00               # land factor for dsp's (dafault)
+fsl:      0.85               # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85               # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80               # resolution factor for dsp's
+#fr:       1.00               # land factor for dsp's
+#fsl:      0.85               # reduction factor for "slow" dsp's over land
+#fss:      0.85               # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # Entrainment
+newall:     .false.         # New cloud used at all shallow points
+newswap:    .false.         # New clouds at swap shallow points
+newupup:    .false.         # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:    180               # Number of dynamics timesteps between calls to shortwave
+nradl:    180               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       6               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    6               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: true
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id:    2           # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id:    1           # The ID number of this domain's parent
+n_children:      1           # How many child domains does this domain have?
+num_domains_total: -         # The total number of domains in this run (only needed in domain #1's configure file)
+
+input_ready:  true           # This domain has a pre-generated input file.
+
+nest_mode:  1-way            # Select '1-way' or '2-way' interaction between parents/children.
+
+### If any 2-way domains are part of this run then provide the following value.
+
+generation: 2                # In which generation is this domain?
+
+### If this domain is a 2-way child then provide the following value.
+
+2way_wgt: 0.0                # Fraction of this child's 2-way data values used by the parent (0.-> all parent; 1.-> all child)
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:  122         # Nest southwest corner at this parent I
+j_parent_start:  133         # Nest southwest corner at this parent J
+
+parent_child_space_ratio: 3  # Ratio of parent grid increment to this nests's
+
+my_domain_moves: true        # Does this domain move?
+move_type: storm             # Type of this domain move (storm, prescribed)
+ntrack: 00                    # the number of nphys steps between tracker calls
+                              ## only innermost domain needs ntrack>0
+
+max_shift: 2                 # Max # of parent grid increments (in I and/or J) this nest can move in one shift (999->no limit)
+centers_distance: 6.0        # Grid increments on this nest between its and its inner nest's centers before this nest shifts
+latitude_limit: 60.          # Nests will not move poleward of this latitude (degrees)
+
+ratio_sfc_files: 3           # Ratio of uppermost parent grid increment to this moving nest's
+
+sfc_conflict: dummy          # 'nearest' -->  Parent-to-child conflict pts use nearest child pt with same sfc type
+                             # 'dummy'   -->  Child uses dummy values for all conflict pts (reproducible results)
+
+nrows_p_upd_w: 2             # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2             # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2             # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2             # North bndry rows of moving nest footprint updated by parent
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          1        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv,
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_nests_run.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_nests_run.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_nests_run.IN	(revision 85747)
@@ -0,0 +1,49 @@
+#!/bin/ksh
+
+RUNDIR=@[RUND]
+SRCDIR=@[SRCD]
+
+mkdir -p $RUNDIR
+cd $RUNDIR
+rm -rf $RUNDIR/*
+
+cp @[RTPWD]/NMMB_nests/input_nmmb_regional.d01           input_domain_01
+cp @[RTPWD]/NMMB_nests/input_nmmb_regional.d01_nemsio    input_domain_01_nemsio
+cp @[RTPWD]/NMMB_nests/nmmb_rst_01_bin_0012h_00m_00.00s  restart_file_01
+cp @[RTPWD]/NMMB_nests/nmmb_rst_02_bin_0012h_00m_00.00s  restart_file_02
+cp @[RTPWD]/NMMB_nests/nmmb_rst_03_bin_0012h_00m_00.00s  restart_file_03
+cp @[RTPWD]/NMMB_nests/nmmb_rst_04_bin_0012h_00m_00.00s  restart_file_04
+cp @[RTPWD]/NMMB_nests/boco.* .
+cp @[RTPWD]/data/* .
+cp @[RTPWD]/NMMB_nests/GWD_bin_* .
+cp IGBP_VEGPARM.TBL VEGPARM.TBL
+cp IGBP_LANDUSE.TBL LANDUSE.TBL
+cp ETAMPNEW_DATA.expanded_rain ETAMPNEW_DATA
+
+cp $SRCDIR/oldtests/nems.configure nems.configure
+cp $SRCDIR/oldtests/atmos.configure atmos.configure
+cp $SRCDIR/oldtests/configure_file_0* .
+cp configure_file_01 model_configure
+ln -sf global_o3prdlos.f77 fort.28
+ln -sf global_o3clim.txt fort.48
+
+cp $SRCDIR/oldtests/solver_state.txt .
+cp $SRCDIR/oldtests/nests.txt .
+if [ $TS = true ]; then
+  cp $SRCDIR/oldtests/ts_locations.nml .
+fi
+
+cp $SRCDIR/exe/NEMS.x .
+
+if [ $SCHEDULER = 'moab' ]; then
+  cp $SRCDIR/oldtests/nmm_msub .
+  msub nmm_msub
+elif [ $SCHEDULER = 'pbs' ]; then
+  cp $SRCDIR/oldtests/nmm_qsub .
+  qsub nmm_qsub
+elif [ $SCHEDULER = 'lsf' ]; then
+  cp $SRCDIR/oldtests/nmm_bsub .
+  bsub < nmm_bsub
+fi
+
+exit
Index: checkout/parm/nmm_conf/nmm_mnests_conf_03.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_mnests_conf_03.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_mnests_conf_03.IN	(revision 85747)
@@ -0,0 +1,380 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  83                     # I gridpoints
+jm:  71                     # J gridpoints
+lm:  42                     # Number of atmospheric layers
+
+tph0d:   0.00               # Central geographic latitude of grid (degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+tlm0d:   0.00               # Central geographic longitude of grid (degrees, positive east); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+wbd:     0.00               # Grid's western boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+sbd:     0.00               # Grid's southern boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  05                  # Number of compute tasks in the I direction
+jnpes:  09                  # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 1
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int:  6                  # Integer seconds
+dt_num:  2                  # Numerator of fractional second
+dt_den:  3                  # Denominator of fractional second
+
+filt_dt_int:  6             # Integer seconds
+filt_dt_num:  2             # Numerator of fractional second
+filt_dt_den:  3             # Denominator of fractional second
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2010
+start_month:  09
+start_day:    17
+start_hour:   12
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      24        # Length of the forecast (hours)
+minutes_history: 180        # Frequency of history output (minutes)
+nhours_dfini:      0
+
+restart:         @[RSTRT]    # True--> A restarted run
+minutes_restart: 720        # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+######################
+#####  Dynamics  #####
+######################
+
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  5                    # Number of boundary blending rows for H points
+lnsv:  5                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  false              # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  false                 # Select entire GFS physics suite
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00               # resolution factor for dsp's (default)
+fr:       1.00               # land factor for dsp's (dafault)
+fsl:      0.85               # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85               # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80               # resolution factor for dsp's
+#fr:       1.00               # land factor for dsp's
+#fsl:      0.85               # reduction factor for "slow" dsp's over land
+#fss:      0.85               # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # Entrainment
+newall:     .false.         # New cloud used at all shallow points
+newswap:    .false.         # New clouds at swap shallow points
+newupup:    .false.         # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:    540               # Number of dynamics timesteps between calls to shortwave
+nradl:    540               # Number of dynamics timesteps  between calls to longwave
+
+nphs:      18               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:   18               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: true
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id:    3           # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id:    2           # The ID number of this domain's parent
+n_children:      0           # How many child domains does this domain have?
+num_domains_total: -         # The total number of domains in this run (only needed in domain #1's configure file)
+
+my_domain_moves: true        # Does this domain move?
+move_type: storm             # Type of this domain move (storm, prescribed)
+ntrack: 10                   # the number of nphys steps between tracker calls
+
+max_shift: 2                 # Max # of parent grid increments (in I and/or J) this nest can move in one shift (999->no limit)
+centers_distance: 6.0        # Grid increments on this nest between its and its inner nest's centers before this nest shifts
+latitude_limit: 60.          # Nests will not move poleward of this latitude (degrees)
+
+nest_mode:  1-way            # Select '1-way' or '2-way' interaction between parents/children
+generation: 1                # If 2-way mode, in which generation is this domain?
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:  28          # Nest southwest corner at this parent I
+j_parent_start:  24          # Nest southwest corner at this parent J
+parent_child_space_ratio: 3  # Ratio of parent grid increment to nests's
+
+ratio_sfc_files: 9           # Ratio of uppermost parent grid increment to this moving nest's
+
+sfc_conflict: dummy          # 'nearest' -->  Parent-to-child conflict pts use nearest child pt with same sfc type
+                             # 'dummy'   -->  Child uses dummy values for all conflict pts (reproducible results)
+
+nrows_p_upd_w: 2             # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2             # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2             # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2             # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  true           # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          1        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv,
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_mnests_2way_conf.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_mnests_2way_conf.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_mnests_2way_conf.IN	(revision 85747)
@@ -0,0 +1,374 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  305                    # I gridpoints
+jm:  305                    # J gridpoints
+lm:  42                     # Number of atmospheric layers
+
+tph0d:  25.00               # Central geographic latitude of grid (degrees)
+tlm0d: -55.00               # Central geographic longitude of grid (degrees, positive east)
+
+wbd:  -38.76                # Grid's western boundary (rotated degrees)
+sbd:  -38.76                # Grid's southern boundary (rotated degrees)
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  @[INPES]             # Number of compute tasks in the I direction
+jnpes:  @[JNPES]             # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: @[WTPG]
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 60                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 60             # Integer seconds
+filt_dt_num: 0              # Numerator of fractional second
+filt_dt_den: 1              # Denominator of fractional second
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2010
+start_month:  09
+start_day:    17
+start_hour:   12
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      @[FCSTL]   # Length of the forecast (hours)
+minutes_history:  180       # Frequency of history output (minutes)
+nhours_dfini:       0
+
+restart:          @[RSTRT]   # True--> A restarted run
+minutes_restart:  720       # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+######################
+#####  Dynamics  #####
+######################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  5                    # Number of boundary blending rows for H points
+lnsv:  5                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  @[PCPFLG]           # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: @[WPREC]     # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  @[gfsP]                # Select entire GFS physics suite
+
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00               # resolution factor for dsp's (default)
+fr:       1.00               # land factor for dsp's (dafault)
+fsl:      0.85               # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85               # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80               # resolution factor for dsp's
+#fr:       1.00               # land factor for dsp's
+#fsl:      0.85               # reduction factor for "slow" dsp's over land
+#fss:      0.85               # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # Entrainment
+newall:     .false.         # New cloud used at all shallow points
+newswap:    .false.         # New clouds at swap shallow points
+newupup:    .false.         # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:     60               # Number of dynamics timesteps between calls to shortwave
+nradl:     60               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       2               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    2               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: @[NEMSI]
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false 
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id: 1              # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id: -999           # The ID number of this domain's parent
+n_children:  @[NCHILD]        # How many child domains does this domain have?
+num_domains_total: 4         # The total number of domains in this run (only needed in domain #1's configure file)
+
+my_domain_moves:  false      # Does this domain move?
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+nest_mode: @[MODE]            # If there is nesting, select '1-way' or '2-way' interaction between parents/children.
+generation: 1                # If 2-way mode, in which generation is this domain?
+2way_wgt:  @[WGT]             # Weight of child 2-way exchange data in parent
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:  -           # Nest southwest corner at this parent I
+j_parent_start:  -           # Nest southwest corner at this parent J
+parent_child_space_ratio: -  # Ratio of parent grid increment to nests's
+
+ratio_sfc_files: -           # Ratio of uppermost parent grid increment to this moving nest's
+
+nrows_p_upd_w: -             # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: -             # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: -             # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: -             # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  -              # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          1        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_mnests_2way_conf_02.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_mnests_2way_conf_02.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_mnests_2way_conf_02.IN	(revision 85747)
@@ -0,0 +1,390 @@
+
+###############################
+##### Grid Specifications #####
+###############################
+
+im:  83                     # I gridpoints
+jm:  71                     # J gridpoints
+lm:  42                     # Number of atmospheric layers
+
+tph0d:  20.0                # Central geographic latitude of grid (degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+tlm0d:  -65.0               # Central geographic longitude of grid (degrees, positive east); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+wbd: -38.76                 # Grid's western boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+sbd: -39.76                 # Grid's southern boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+
+##############################
+##### Grid Decomposition #####
+##############################
+
+inpes:  05                  # Number of compute tasks in the I direction
+jnpes:  09                  # Number of compute tasks in the J direction
+
+
+###############################
+#### Specify the I/O tasks ####
+###############################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 1
+
+
+##########################################
+##### Fundamental Timestep (seconds) #####
+##########################################
+
+dt_int: 20                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 20                  # Integer seconds
+filt_dt_num:  0                  # Numerator of fractional second
+filt_dt_den:  1                  # Denominator of fractional second
+
+
+###############################
+##### Forecast Start Time #####
+###############################
+
+start_year:   2010
+start_month:  09
+start_day:    17
+start_hour:   12
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:     @[FCSTL]    # Length of the forecast (hours)
+minutes_history: 180        # Frequency of history output (minutes)
+nhours_dfini:      0
+
+restart:         @[RSTRT]    # True--> A restarted run
+minutes_restart: 720        # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:         false   # True--> Write 00h history in restarted run
+write_last_restart: true    # True--> Write last restart file
+
+freerun:        true        # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+#########################
+##### General modes #####
+#########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+####################
+##### Dynamics #####
+####################
+
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  5                    # Number of boundary blending rows for H points
+lnsv:  5                    # Number of boundary blending rows for V points
+
+
+###################################
+##### Digital Filtering Options ###
+###################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+##### Global Summations #####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+##################################
+### Precipitation Assimilation####
+##################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+###########################
+### Gravity Wave Drag  ####
+###########################
+
+gwdflg:  false              # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+##################################
+##### Physics Scheme Options #####
+##################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM longwave
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                # kf  --> Kain-Fritsch
+                                # sas --> Simplified Arakawa-Schubert
+                                # gd  --> Grell-Devenyi
+                                # none--> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer --> Ferrier
+                                # kes --> Kessler
+                                # lin --> Lin
+                                # tho --> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  false                 # Select entire GFS physics suite
+
+
+######################################
+##### Shallow Convection Switches ####
+######################################
+
+fres:     1.00              # resolution factor for dsp's (default)
+fr:       1.00              # land factor for dsp's (dafault)
+fsl:      0.85              # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85              # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80              # resolution factor for dsp's
+#fr:       1.00              # land factor for dsp's
+#fsl:      0.85              # reduction factor for "slow" dsp's over land
+#fss:      0.85              # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # entrainment
+newall:     .false.         # new cloud used at all shallow points
+newswap:    .false.         # new clouds at swap shallow points
+newupup:    .false.         # new cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # all deep convection diverted to shallow swap algorythm
+
+
+#############################
+##### Physics Timesteps #####
+#############################
+
+nrads:    180               # Number of dynamics timesteps between calls to shortwave
+nradl:    180               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       6               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    6               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+#################################################
+####  Write History/Restart Specifications  ####
+#################################################
+
+nemsio_input: true
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:           'nmmb_hst'
+rst_name_base:           'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id:      2
+my_parent_id:      1
+n_children:        1
+num_domains_total: 4          # The total number of domains in this run (only needed in domain #1's configure file)
+
+input_ready:  true            # Is the initial condition file already prepared?
+
+nest_mode:  2-way             # Select '1-way' or '2-way' interaction between parents/children
+
+### If any 2-way domains are part of this run then provide the following value.
+
+generation: 2                 # In which generation is this domain?
+
+### If this domain is a 2-way child then provide the following value.
+
+2way_wgt:  @[WGT]              # Fraction of this child's 2-way data values used by the parent (0.-> all parent; 1.-> all child)
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:  122          # Nest southwest corner at this parent I
+j_parent_start:  133          # Nest southwest corner at this parent J
+
+parent_child_space_ratio:  3  # Ratio of this nest's parent's grid increment to its own
+
+my_domain_moves: true         # Does this domain move?
+move_type: storm              # Type of this domain move (storm, prescribed)
+ntrack: 00                    # the number of nphys steps between tracker calls
+                              # only innermost domain needs ntrack>0
+
+max_shift: 2                  # Max # of parent grid increments (in I and/or J) this nest can move in one shift (999->no limit)
+centers_distance: 6.0         # Grid increments on this nest between its and its inner nest's centers before this nest shifts
+latitude_limit: 60.0          # Nests will not move poleward of this latitude (degrees)
+
+ratio_sfc_files: 3            # If domain moves, provide ratio of uppermost parent grid increment to this domain's
+
+sfc_conflict: dummy           # 'nearest' -->  Parent-to-child conflict pts use nearest child pt with same sfc type
+                              # 'dummy'   -->  Child uses dummy values for all conflict pts (reproducible results)
+
+nrows_p_upd_w: 2              # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2              # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2              # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2              # North bndry rows of moving nest footprint updated by parent
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:         13        # The MPI task that will provide the clocktimes.
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv,
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_fltr_zombie_conf.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_fltr_zombie_conf.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_fltr_zombie_conf.IN	(revision 85747)
@@ -0,0 +1,376 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  251                    # I gridpoints
+jm:  201                    # J gridpoints
+lm:  35                     # Number of atmospheric layers
+
+tph0d:   54.0               # Central geographic latitude of grid (degrees)
+tlm0d: -106.0               # Central geographic longitude of grid (degrees, positive east)
+
+wbd:  -60.0                 # Grid's western boundary (rotated degrees)
+sbd:  -45.0                 # Grid's southern boundary (rotated degrees)
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  @[INPES]             # Number of compute tasks in the I direction
+jnpes:  @[JNPES]             # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: @[WTPG]
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 90                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 90              # Integer seconds
+filt_dt_num:  0              # Numerator of fractional second
+filt_dt_den:  1              # Denominator of fractional second
+
+
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2013
+start_month:  01
+start_day:    20
+start_hour:   00
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      @[FCSTL]   # Length of the forecast (hours)
+minutes_history:  60        # Frequency of history output (minutes)
+nhours_dfini:      0
+
+restart:          @[RSTRT]   # True--> A restarted run
+minutes_restart:  720       # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:       false
+RUN_CONTINUE:  false
+total_member:  1
+PE_MEMBER01:   0
+
+
+######################
+#####  Dynamics  #####
+######################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  1                    # Number of boundary blending rows for H points
+lnsv:  1                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 3            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 1800         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 1800         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 1800         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums
+                            # True--> use mpi_allreduce for global sums
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  @[PCPFLG]           # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: @[WPREC]     # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing  
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES 
+                            # with zero values 
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  false                 # Select entire GFS physics suite
+
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00               # resolution factor for dsp's (default)
+fr:       1.00               # land factor for dsp's (dafault)
+fsl:      0.85               # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85               # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80              # resolution factor for dsp's
+#fr:       1.00              # land factor for dsp's
+#fsl:      0.85              # reduction factor for "slow" dsp's over land
+#fss:      0.85              # reduction factor for "slow" dsp's over water
+
+entrain:    .false.          # Entrainment
+newall:     .false.          # New cloud used at all shallow points
+newswap:    .false.          # New clouds at swap shallow points
+newupup:    .false.          # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.          # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:     34               # Number of dynamics timesteps between calls to shortwave
+nradl:     34               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       2               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    2               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: @[NEMSI]
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id: 1              # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id: -999           # The ID number of this domain's parent
+n_children:  @[NCHILD]        # How many child domains does this domain have?
+num_domains_total: 3         # The total number of domains in this run (only needed in domain #1's configure file)
+
+my_domain_moves:  false      # Does this domain move?
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+nest_mode:  @[MODE]           # If there is nesting, select '1-way' or '2-way' interaction between parents/children
+generation: 1                # If 2-way mode, in which generation is this domain?
+2way_wgt:   @[WGT]            # Weight of child 2-way exchange data in parent
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:   75         # Nest southwest corner at this parent I
+j_parent_start:   27         # Nest southwest corner at this parent J
+parent_child_space_ratio: 3  # Ratio of parent grid increment to nests's
+
+ratio_sfc_files:  0          # Ratio of uppermost parent grid increment to this moving nest's
+
+nrows_p_upd_w: 2             # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2             # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2             # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2             # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  false          # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          1        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_mnests_conf_04.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_mnests_conf_04.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_mnests_conf_04.IN	(revision 85747)
@@ -0,0 +1,380 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  83                     # I gridpoints
+jm:  71                     # J gridpoints
+lm:  42                     # Number of atmospheric layers
+
+tph0d:   0.00               # Central geographic latitude of grid (degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+tlm0d:   0.00               # Central geographic longitude of grid (degrees, positive east); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+wbd:     0.00               # Grid's western boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+sbd:     0.00               # Grid's southern boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  02                  # Number of compute tasks in the I direction
+jnpes:  03                  # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 1
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 20                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 20             # Integer seconds
+filt_dt_num: 0              # Numerator of fractional second
+filt_dt_den: 1              # Denominator of fractional second
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2010
+start_month:  09
+start_day:    17
+start_hour:   12
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      24        # Length of the forecast (hours)
+minutes_history: 180        # Frequency of history output (minutes)
+nhours_dfini:      0
+
+restart:         @[RSTRT]    # True--> A restarted run
+minutes_restart: 720        # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+######################
+#####  Dynamics  #####
+######################
+
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  5                    # Number of boundary blending rows for H points
+lnsv:  5                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  false              # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  false                 # Select entire GFS physics suite
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00               # resolution factor for dsp's (default)
+fr:       1.00               # land factor for dsp's (dafault)
+fsl:      0.85               # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85               # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80               # resolution factor for dsp's
+#fr:       1.00               # land factor for dsp's
+#fsl:      0.85               # reduction factor for "slow" dsp's over land
+#fss:      0.85               # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # Entrainment
+newall:     .false.         # New cloud used at all shallow points
+newswap:    .false.         # New clouds at swap shallow points
+newupup:    .false.         # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:    180               # Number of dynamics timesteps between calls to shortwave
+nradl:    180               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       6               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    6               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: true
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id:    4           # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id:    1           # The ID number of this domain's parent
+n_children:      0           # How many child domains does this domain have?
+num_domains_total: -         # The total number of domains in this run (only needed in domain #1's configure file)
+
+my_domain_moves: true        # Does this domain move?
+move_type: storm             # Type of this domain move (storm, prescribed)
+ntrack: 10                   # the number of nphys steps between tracker calls
+
+max_shift: 2                 # Max # of parent grid increments (in I and/or J) this nest can move in one shift (999->no limit)
+centers_distance: 6.0        # Grid increments on this nest between its and its inner nest's centers before this nest shifts
+latitude_limit: 60.0         # Nests will not move poleward of this latitude (degrees)
+
+nest_mode:  1-way            # Select '1-way' or '2-way' interaction between parents/children
+generation: 1                # If 2-way mode, in which generation is this domain?
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:  172         # Nest southwest corner at this parent I
+j_parent_start:  139         # Nest southwest corner at this parent J
+parent_child_space_ratio: 3  # Ratio of parent grid increment to nests's
+
+ratio_sfc_files: 3           # Ratio of uppermost parent grid increment to this moving nest's
+
+sfc_conflict: dummy          # 'nearest' -->  Parent-to-child conflict pts use nearest child pt with same sfc type
+                             # 'dummy'   -->  Child uses dummy values for all conflict pts (reproducible results)
+
+nrows_p_upd_w: 2             # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2             # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2             # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2             # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  true           # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          1        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv,
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_mnests_2way_conf_03.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_mnests_2way_conf_03.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_mnests_2way_conf_03.IN	(revision 85747)
@@ -0,0 +1,389 @@
+
+###############################
+##### Grid Specifications #####
+###############################
+
+im:  83                     # I gridpoints
+jm:  71                     # J gridpoints
+lm:  42                     # Number of atmospheric layers
+
+tph0d:  20.0                # Central geographic latitude of grid (degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+tlm0d:  -65.0               # Central geographic longitude of grid (degrees, positive east); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+wbd: -38.76                 # Grid's western boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+sbd: -39.76                 # Grid's southern boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+
+##############################
+##### Grid Decomposition #####
+##############################
+
+inpes:  10                  # Number of compute tasks in the I direction
+jnpes:  09                  # Number of compute tasks in the J direction
+
+
+###############################
+#### Specify the I/O tasks ####
+###############################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 2
+
+
+##########################################
+##### Fundamental Timestep (seconds) #####
+##########################################
+
+dt_int:  6                  # Integer seconds
+dt_num:  2                  # Numerator of fractional second
+dt_den:  3                  # Denominator of fractional second
+
+filt_dt_int: 20                  # Integer seconds
+filt_dt_num:  0                  # Numerator of fractional second
+filt_dt_den:  1                  # Denominator of fractional second
+
+
+###############################
+##### Forecast Start Time #####
+###############################
+
+start_year:   2010
+start_month:  09
+start_day:    17
+start_hour:   12
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:     @[FCSTL]    # Length of the forecast (hours)
+minutes_history: 180        # Frequency of history output (minutes)
+nhours_dfini:      0
+
+restart:         @[RSTRT]    # True--> A restarted run
+minutes_restart: 720        # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:         false   # True--> Write 00h history in restarted run
+write_last_restart: true    # True--> Write last restart file
+
+freerun:        true        # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+#########################
+##### General modes #####
+#########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+####################
+##### Dynamics #####
+####################
+
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  5                    # Number of boundary blending rows for H points
+lnsv:  5                    # Number of boundary blending rows for V points
+
+
+###################################
+##### Digital Filtering Options ###
+###################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+##### Global Summations #####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+##################################
+### Precipitation Assimilation####
+##################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+###########################
+### Gravity Wave Drag  ####
+###########################
+
+gwdflg:  false              # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+##################################
+##### Physics Scheme Options #####
+##################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM longwave
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                # kf  --> Kain-Fritsch
+                                # sas --> Simplified Arakawa-Schubert
+                                # gd  --> Grell-Devenyi
+                                # none--> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer --> Ferrier
+                                # kes --> Kessler
+                                # lin --> Lin
+                                # tho --> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  false                 # Select entire GFS physics suite
+
+
+######################################
+##### Shallow Convection Switches ####
+######################################
+
+fres:     1.00              # resolution factor for dsp's (default)
+fr:       1.00              # land factor for dsp's (dafault)
+fsl:      0.85              # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85              # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80              # resolution factor for dsp's
+#fr:       1.00              # land factor for dsp's
+#fsl:      0.85              # reduction factor for "slow" dsp's over land
+#fss:      0.85              # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # entrainment
+newall:     .false.         # new cloud used at all shallow points
+newswap:    .false.         # new clouds at swap shallow points
+newupup:    .false.         # new cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # all deep convection diverted to shallow swap algorythm
+
+
+#############################
+##### Physics Timesteps #####
+#############################
+
+nrads:    540               # Number of dynamics timesteps between calls to shortwave
+nradl:    540               # Number of dynamics timesteps  between calls to longwave
+
+nphs:      18               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:   18               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+#################################################
+####  Write History/Restart Specifications  ####
+#################################################
+
+nemsio_input: true
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:           'nmmb_hst'
+rst_name_base:           'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id:      3
+my_parent_id:      2
+n_children:        0
+num_domains_total: 4          # The total number of domains in this run (only needed in domain #1's configure file)
+
+input_ready:  true            # Is the initial condition file already prepared?
+
+nest_mode:  2-way             # Select '1-way' or '2-way' interaction between parents/children.
+
+### If any 2-way domains are part of this run then provide the following value.
+
+generation: 3                 # In which generation is this domain?
+
+### If this domain is a 2-way child then provide the following value.
+
+2way_wgt:  @[WGT]              # Fraction of this child's 2-way data values used by the parent (0.-> all parent; 1.-> all child)
+
+### If this domain is not a nest then the reamining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:   28
+j_parent_start:   24
+
+parent_child_space_ratio:  3  # Ratio of this nest's parent's grid increment to its own
+
+my_domain_moves: true         # Does this domain move?
+move_type: storm              # Type of this domain move (storm, prescribed)
+ntrack: 10                    # the number of nphys steps between tracker calls
+
+max_shift: 2                  # Max # of parent grid increments (in I and/or J) this nest can move in one shift (999->no limit)
+centers_distance: 6.0         # Grid increments on this nest between its and its inner nest's centers before this nest shifts
+latitude_limit: 60.0          # Nests will not move poleward of this latitude (degrees)
+
+ratio_sfc_files: 9            # If domain moves, provide ratio of uppermost parent grid increment to this domain's
+
+sfc_conflict: dummy           # 'nearest' -->  Parent-to-child conflict pts use nearest child pt with same sfc type
+                              # 'dummy'   -->  Child uses dummy values for all conflict pts (reproducible results)
+
+nrows_p_upd_w: 2              # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2              # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2              # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2              # North bndry rows of moving nest footprint updated by parent
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:         13        # The MPI task that will provide the clocktimes.
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv,
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_reg_conf.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_reg_conf.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_reg_conf.IN	(revision 85747)
@@ -0,0 +1,372 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  251                    # I gridpoints
+jm:  201                    # J gridpoints
+lm:  35                     # Number of atmospheric layers
+
+tph0d:   54.0               # Central geographic latitude of grid (degrees)
+tlm0d: -106.0               # Central geographic longitude of grid (degrees, positive east)
+
+wbd:  -60.0                 # Grid's western boundary (rotated degrees)
+sbd:  -45.0                 # Grid's southern boundary (rotated degrees)
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  @[INPES]             # Number of compute tasks in the I direction
+jnpes:  @[JNPES]             # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: @[WTPG]
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 90                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 90             # Integer seconds
+filt_dt_num:  0             # Numerator of fractional second
+filt_dt_den:  1             # Denominator of fractional second
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2013
+start_month:  01
+start_day:    20
+start_hour:   00
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      @[FCSTL]   # Length of the forecast (hours)
+minutes_history:  180       # Frequency of history output (minutes)
+nhours_dfini:       0
+
+restart:          @[RSTRT]   # True--> A restarted run
+minutes_restart:  720       # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+######################
+#####  Dynamics  #####
+######################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  1                    # Number of boundary blending rows for H points
+lnsv:  1                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  @[PCPFLG]           # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: @[WPREC]     # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: @[RADTN]          # Radiation schemes
+longwave:  @[RADTN]
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: @[NP3D]                # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: @[CLDFRACTION]  # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  @[CONVC]        # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics:  @[MICRO]      # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv: @[SPEC_ADV]        # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+#---------------------------------
+turbulence:  @[TURBL]        # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  @[SFC_LAYER]     # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  @[LAND_SURFACE]         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  @[gfsP]                # Select entire GFS physics suite
+
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00               # resolution factor for dsp's (default)
+fr:       1.00               # land factor for dsp's (dafault)
+fsl:      0.85               # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85               # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80               # resolution factor for dsp's
+#fr:       1.00               # land factor for dsp's
+#fsl:      0.85               # reduction factor for "slow" dsp's over land
+#fss:      0.85               # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # Entrainment
+newall:     .false.         # New cloud used at all shallow points
+newswap:    .false.         # New clouds at swap shallow points
+newupup:    .false.         # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:     34               # Number of dynamics timesteps between calls to shortwave
+nradl:     34               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       2               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    2               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: @[NEMSI]
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        @[wrtdopost]     # True--> Yes run post on quilt
+post_gribversion:    @[postgrbvs]     # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id: 1              # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id: -999           # The ID number of this domain's parent
+n_children:  @[NCHILD]        # How many child domains does this domain have?
+num_domains_total: 1         # The total number of domains in this run (only needed in domain #1's configure file)
+
+my_domain_moves:  false      # Does this domain move?
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+nest_mode:  1-way            # 1-way or 2-way interaction between parents/children
+generation: 1                # If 2-way mode, in which generation is this domain?
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:   75         # Nest southwest corner at this parent I
+j_parent_start:   27         # Nest southwest corner at this parent J
+parent_child_space_ratio: 3  # Ratio of parent grid increment to nests's
+
+ratio_sfc_files:  0          # Ratio of uppermost parent grid increment to this moving nest's
+
+nrows_p_upd_w: 2             # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2             # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2             # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2             # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  false          # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          1        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_mnests_2way_conf_04.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_mnests_2way_conf_04.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_mnests_2way_conf_04.IN	(revision 85747)
@@ -0,0 +1,389 @@
+
+###############################
+##### Grid Specifications #####
+###############################
+
+im:  83                     # I gridpoints
+jm:  71                     # J gridpoints
+lm:  42                     # Number of atmospheric layers
+
+tph0d:  20.0                # Central geographic latitude of grid (degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+tlm0d:  -65.0               # Central geographic longitude of grid (degrees, positive east); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+wbd: -38.76                 # Grid's western boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+sbd: -39.76                 # Grid's southern boundary (rotated degrees); NOT NEEDED FOR GRID-ASSOCIATED NESTS.
+
+
+##############################
+##### Grid Decomposition #####
+##############################
+
+inpes:  05                  # Number of compute tasks in the I direction
+jnpes:  09                  # Number of compute tasks in the J direction
+
+
+###############################
+#### Specify the I/O tasks ####
+###############################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 1
+
+
+##########################################
+##### Fundamental Timestep (seconds) #####
+##########################################
+
+dt_int: 20                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int:  6                  # Integer seconds
+filt_dt_num:  2                  # Numerator of fractional second
+filt_dt_den:  3                  # Denominator of fractional second
+
+
+###############################
+##### Forecast Start Time #####
+###############################
+
+start_year:   2010
+start_month:  09
+start_day:    17
+start_hour:   12
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:     @[FCSTL]    # Length of the forecast (hours)
+minutes_history: 180        # Frequency of history output (minutes)
+nhours_dfini:      0
+
+restart:         @[RSTRT]    # True--> A restarted run
+minutes_restart: 720        # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+rst_out_00:         false   # True--> Write 00h history in restarted run
+write_last_restart: true    # True--> Write last restart file
+
+freerun:        true        # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+#########################
+##### General modes #####
+#########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+####################
+##### Dynamics #####
+####################
+
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  5                    # Number of boundary blending rows for H points
+lnsv:  5                    # Number of boundary blending rows for V points
+
+
+###################################
+##### Digital Filtering Options ###
+###################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+##### Global Summations #####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+##################################
+### Precipitation Assimilation####
+##################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+###########################
+### Gravity Wave Drag  ####
+###########################
+
+gwdflg:  false              # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+##################################
+##### Physics Scheme Options #####
+##################################
+
+#---------------------------------
+shortwave: rrtm             # Radiation schemes
+longwave:  rrtm
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM longwave
+
+np3d: 3                     # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: default        # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  bmj            # Convection scheme
+                                # bmj --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                # kf  --> Kain-Fritsch
+                                # sas --> Simplified Arakawa-Schubert
+                                # gd  --> Grell-Devenyi
+                                # none--> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer --> Ferrier
+                                # kes --> Kessler
+                                # lin --> Lin
+                                # tho --> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+
+#---------------------------------
+turbulence:  myj            # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+
+sfc_layer:  myj             # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+
+land_surface:  noah         # Land surface schemes
+                                # noah--> NOAH scheme
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  false                 # Select entire GFS physics suite
+
+
+######################################
+##### Shallow Convection Switches ####
+######################################
+
+fres:     1.00              # resolution factor for dsp's (default)
+fr:       1.00              # land factor for dsp's (dafault)
+fsl:      0.85              # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85              # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80              # resolution factor for dsp's
+#fr:       1.00              # land factor for dsp's
+#fsl:      0.85              # reduction factor for "slow" dsp's over land
+#fss:      0.85              # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # entrainment
+newall:     .false.         # new cloud used at all shallow points
+newswap:    .false.         # new clouds at swap shallow points
+newupup:    .false.         # new cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # all deep convection diverted to shallow swap algorythm
+
+
+#############################
+##### Physics Timesteps #####
+#############################
+
+nrads:    180               # Number of dynamics timesteps between calls to shortwave
+nradl:    180               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       6               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    6               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+#################################################
+####  Write History/Restart Specifications  ####
+#################################################
+
+nemsio_input: true
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:           'nmmb_hst'
+rst_name_base:           'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id:      4
+my_parent_id:      1
+n_children:        0
+num_domains_total: 4          # The total number of domains in this run (only needed in domain #1's configure file)
+
+input_ready:     true         # Is the initial condition file already prepared?
+
+nest_mode:  2-way             # Select '1-way' or '2-way' interaction between parents/children.
+
+### If any 2-way domains are part of this run then provide the following value.
+
+generation: 2                 # In which generation is this domain?
+
+### If this domain is a 2-way child then provide the following value.
+
+2way_wgt:  @[WGT]              # Fraction of this child's 2-way data values used by the parent (0.-> all parent; 1.-> all child)
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:  172
+j_parent_start:  139
+
+parent_child_space_ratio:  3  # Ratio of this nest's parent's grid increment to its own
+
+my_domain_moves: true         # Does this domain move?
+move_type: storm              # Type of this domain move (storm, prescribed)
+ntrack: 10                    # the number of nphys steps between tracker calls
+
+max_shift: 2                  # Max # of parent grid increments (in I and/or J) this nest can move in one shift (999->no limit)
+centers_distance: 6.0         # Grid increments on this nest between its and its inner nest's centers before this nest shifts
+latitude_limit: 60.0          # Nests will not move poleward of this latitude (degrees)
+
+ratio_sfc_files: 3            # If domain moves, provide ratio of uppermost parent grid increment to this domain's
+
+sfc_conflict: dummy           # 'nearest' -->  Parent-to-child conflict pts use nearest child pt with same sfc type
+                              # 'dummy'   -->  Child uses dummy values for all conflict pts (reproducible results)
+
+nrows_p_upd_w: 2              # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2              # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2              # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2              # North bndry rows of moving nest footprint updated by parent
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:         13        # The MPI task that will provide the clocktimes.
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv,
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_glob_conf.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_glob_conf.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_glob_conf.IN	(revision 85747)
@@ -0,0 +1,374 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  257                    # I gridpoints
+jm:  181                    # J gridpoints
+lm:  35                     # Number of atmospheric layers
+
+tph0d:   0.0                # Central geographic latitude of grid (degrees)
+tlm0d:   0.0                # Central geographic longitude of grid (degrees, positive east)
+
+wbd:  -180.0                # Grid's western boundary (rotated degrees)
+sbd:  -90.0                 # Grid's southern boundary (rotated degrees)
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  @[INPES]             # Number of compute tasks in the I direction
+jnpes:  @[JNPES]             # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: @[WTPG]
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 180                 # Integer seconds
+dt_num: 0                   # Numerator of fractional second
+dt_den: 1                   # Denominator of fractional second
+
+filt_dt_int: 180            # Integer seconds
+filt_dt_num: 0              # Numerator of fractional second
+filt_dt_den: 1              # Denominator of fractional second
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2013
+start_month:  01
+start_day:    20
+start_hour:   00
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      @[FCSTL]   # Length of the forecast (hours)
+minutes_history:  180       # Frequency of history output (minutes)
+nhours_dfini:       0
+
+restart:          @[RSTRT]   # True--> A restarted run
+minutes_restart:  720       # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    true             # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+######################
+#####  Dynamics  #####
+######################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.2                # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  1                    # Number of boundary blending rows for H points
+lnsv:  1                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  @[PCPFLG]             # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: @[WPREC]       # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: @[RADTN]          # Radiation schemes
+longwave:  @[RADTN]
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: @[NP3D]                # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: @[CLDFRACTION]  # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  @[CONVC]        # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics:  @[MICRO]      # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+#---------------------------------
+turbulence:  @[TURBL]        # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  @[SFC_LAYER]     # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  @[LAND_SURFACE]         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  @[gfsP]                # Select entire GFS physics suite
+
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00              # resolution factor for dsp's (default)
+fr:       1.00              # land factor for dsp's (dafault)
+fsl:      0.85              # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85              # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80             # resolution factor for dsp's
+#fr:       1.00             # land factor for dsp's
+#fsl:      0.85             # reduction factor for "slow" dsp's over land
+#fss:      0.85             # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # Entrainment
+newall:     .false.         # New cloud used at all shallow points
+newswap:    .false.         # New clouds at swap shallow points
+newupup:    .false.         # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:     40               # Number of dynamics timesteps between calls to shortwave
+nradl:     40               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       2               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    2               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: @[NEMSI]
+
+write_hst_bin:       true      # True--> Write history files in binary format
+write_hst_nemsio:    true      # True--> Write history files in NEMSIO format
+write_rst_bin:       true      # True--> Write restart files in binary format
+write_rst_nemsio:    true      # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true      # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false
+write_fsyncflag:     false     # True--> Yes write fsync
+write_dopost:        false     # True--> Yes run post on quilt
+post_gribversion:   'grib1'    # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id: 1              # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id: -999           # The ID number of this domain's parent
+n_children:  @[NCHILD]        # How many child domains does this domain have?
+num_domains_total: 1         # The total number of domains in this run (only needed in domain #1's configure file)
+
+my_domain_moves:  false      # Does this domain move?
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+nest_mode:  1-way            # 1-way or 2-way interaction between parents/children
+generation:  1               # For 2-way mode, in which generation is this domain?
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:  175         # Nest southwest corner at this parent I
+j_parent_start:  127         # Nest southwest corner at this parent J
+parent_child_space_ratio: 3  # Ratio of parent grid increment to nests's
+
+ratio_sfc_files:  0          # Ratio of uppermost parent grid increment to this moving nest's
+
+nrows_p_upd_w: 2             # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2             # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2             # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2             # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  false          # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          1        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_fltr_run.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_fltr_run.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_fltr_run.IN	(revision 85747)
@@ -0,0 +1,47 @@
+#!/bin/ksh
+
+RUNDIR=@[RUND]
+SRCDIR=@[SRCD]
+
+mkdir -p $RUNDIR
+cd $RUNDIR
+rm -rf $RUNDIR/*
+
+cp @[RTPWD]/NMMB_nests/input_nmmb_regional.d01           input_domain_01
+cp @[RTPWD]/NMMB_nests/input_nmmb_regional.d01_nemsio    input_domain_01_nemsio
+cp @[RTPWD]/NMMB_nests/boco* .
+cp @[RTPWD]/data/* .
+cp @[RTPWD]/NMMB_reg_filt/GWD_bin_* .
+cp IGBP_VEGPARM.TBL VEGPARM.TBL
+cp IGBP_LANDUSE.TBL LANDUSE.TBL
+cp ETAMPNEW_DATA.expanded_rain ETAMPNEW_DATA
+
+cp $SRCDIR/oldtests/nems.configure nems.configure
+cp $SRCDIR/oldtests/atmos.configure atmos.configure
+cp $SRCDIR/oldtests/configure_file_* .
+cp configure_file_01 model_configure
+
+ln -sf global_o3prdlos.f77 fort.28
+ln -sf global_o3clim.txt fort.48
+
+cp $SRCDIR/oldtests/solver_state.txt .
+cp $SRCDIR/oldtests/filt_vars.txt .
+cp $SRCDIR/oldtests/nests.txt .
+if [ $TS = true ]; then
+  cp $SRCDIR/oldtests/ts_locations.nml .
+fi
+
+cp $SRCDIR/exe/NEMS.x .
+
+if [ $SCHEDULER = 'moab' ]; then
+  cp $SRCDIR/oldtests/nmm_msub .
+  msub nmm_msub
+elif [ $SCHEDULER = 'pbs' ]; then
+  cp $SRCDIR/oldtests/nmm_qsub .
+  qsub nmm_qsub
+elif [ $SCHEDULER = 'lsf' ]; then
+  cp $SRCDIR/oldtests/nmm_bsub .
+  bsub < nmm_bsub
+fi
+
+exit
Index: checkout/parm/nmm_conf/nmm_mnests_run.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_mnests_run.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_mnests_run.IN	(revision 85747)
@@ -0,0 +1,59 @@
+#!/bin/ksh
+
+RUNDIR=@[RUND]
+SRCDIR=@[SRCD]
+
+mkdir -p $RUNDIR
+cd $RUNDIR
+rm -rf $RUNDIR/*
+
+cp @[RTPWD]/NMMB_mvg_nests/input_domain_01_nemsio  input_domain_01_nemsio
+cp @[RTPWD]/NMMB_mvg_nests/input_domain_02_nemsio  input_domain_02_nemsio
+cp @[RTPWD]/NMMB_mvg_nests/input_domain_03_nemsio  input_domain_03_nemsio
+cp @[RTPWD]/NMMB_mvg_nests/input_domain_04_nemsio  input_domain_04_nemsio
+cp @[RTPWD]/NMMB_mvg_nests/nmmb_rst_01_bin_0012h_00m_00.00s  restart_file_01
+cp @[RTPWD]/NMMB_mvg_nests/nmmb_rst_01_nio_0012h_00m_00.00s  restart_file_01_nemsio
+cp @[RTPWD]/NMMB_mvg_nests/nmmb_rst_02_bin_0012h_00m_00.00s  restart_file_02
+cp @[RTPWD]/NMMB_mvg_nests/nmmb_rst_02_nio_0012h_00m_00.00s  restart_file_02_nemsio
+cp @[RTPWD]/NMMB_mvg_nests/nmmb_rst_03_bin_0012h_00m_00.00s  restart_file_03
+cp @[RTPWD]/NMMB_mvg_nests/nmmb_rst_03_nio_0012h_00m_00.00s  restart_file_03_nemsio
+cp @[RTPWD]/NMMB_mvg_nests/nmmb_rst_04_bin_0012h_00m_00.00s  restart_file_04
+cp @[RTPWD]/NMMB_mvg_nests/nmmb_rst_04_nio_0012h_00m_00.00s  restart_file_04_nemsio
+
+cp @[RTPWD]/NMMB_mvg_nests/boco.* .
+cp @[RTPWD]/data/* .
+cp @[RTPWD]/NMMB_mvg_nests/GWD_bin_* .
+cp @[RTPWD]/NMMB_mvg_nests/*_3.nc .
+cp @[RTPWD]/NMMB_mvg_nests/*_9.nc .
+cp IGBP_VEGPARM.TBL VEGPARM.TBL
+cp IGBP_LANDUSE.TBL LANDUSE.TBL
+cp ETAMPNEW_DATA.expanded_rain ETAMPNEW_DATA
+
+cp $SRCDIR/oldtests/nems.configure nems.configure
+cp $SRCDIR/oldtests/atmos.configure atmos.configure
+cp $SRCDIR/oldtests/configure_file_0* .
+cp configure_file_01 model_configure
+
+ln -sf global_o3prdlos.f77 fort.28
+ln -sf global_o3clim.txt fort.48
+
+cp $SRCDIR/oldtests/solver_state.txt .
+cp $SRCDIR/oldtests/nests.txt .
+if [ $TS = true ]; then
+  cp $SRCDIR/oldtests/ts_locations.nml .
+fi
+
+cp $SRCDIR/exe/NEMS.x .
+
+if [ $SCHEDULER = 'moab' ]; then
+  cp $SRCDIR/oldtests/nmm_msub .
+  msub nmm_msub
+elif [ $SCHEDULER = 'pbs' ]; then
+  cp $SRCDIR/oldtests/nmm_qsub .
+  qsub nmm_qsub
+elif [ $SCHEDULER = 'lsf' ]; then
+  cp $SRCDIR/oldtests/nmm_bsub .
+  bsub < nmm_bsub
+fi
+
+exit
Index: checkout/parm/nmm_conf/nmm_mnests_2way_run.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_mnests_2way_run.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_mnests_2way_run.IN	(revision 85747)
@@ -0,0 +1,60 @@
+#!/bin/ksh
+
+RUNDIR=@[RUND]
+SRCDIR=@[SRCD]
+
+mkdir -p $RUNDIR
+cd $RUNDIR
+rm -rf $RUNDIR/*
+
+cp @[RTPWD]/NMMB_mvg_nests/input_domain_01_nemsio  input_domain_01_nemsio
+cp @[RTPWD]/NMMB_mvg_nests/input_domain_02_nemsio  input_domain_02_nemsio
+cp @[RTPWD]/NMMB_mvg_nests/input_domain_03_nemsio  input_domain_03_nemsio
+cp @[RTPWD]/NMMB_mvg_nests/input_domain_04_nemsio  input_domain_04_nemsio
+cp @[RTPWD]/NMMB_2way_nests/nmmb_rst_01_bin_0012h_00m_00.00s  restart_file_01
+cp @[RTPWD]/NMMB_2way_nests/nmmb_rst_01_nio_0012h_00m_00.00s  restart_file_01_nemsio
+cp @[RTPWD]/NMMB_2way_nests/nmmb_rst_02_bin_0012h_00m_00.00s  restart_file_02
+cp @[RTPWD]/NMMB_2way_nests/nmmb_rst_02_nio_0012h_00m_00.00s  restart_file_02_nemsio
+cp @[RTPWD]/NMMB_2way_nests/nmmb_rst_03_bin_0012h_00m_00.00s  restart_file_03
+cp @[RTPWD]/NMMB_2way_nests/nmmb_rst_03_nio_0012h_00m_00.00s  restart_file_03_nemsio
+cp @[RTPWD]/NMMB_2way_nests/nmmb_rst_04_bin_0012h_00m_00.00s  restart_file_04
+cp @[RTPWD]/NMMB_2way_nests/nmmb_rst_04_nio_0012h_00m_00.00s  restart_file_04_nemsio
+
+
+cp @[RTPWD]/NMMB_mvg_nests/boco.* .
+cp @[RTPWD]/data/* .
+cp @[RTPWD]/NMMB_mvg_nests/GWD_bin_* .
+cp @[RTPWD]/NMMB_mvg_nests/*_3.nc .
+cp @[RTPWD]/NMMB_mvg_nests/*_9.nc .
+cp IGBP_VEGPARM.TBL VEGPARM.TBL
+cp IGBP_LANDUSE.TBL LANDUSE.TBL
+cp ETAMPNEW_DATA.expanded_rain ETAMPNEW_DATA
+
+cp $SRCDIR/oldtests/nems.configure nems.configure
+cp $SRCDIR/oldtests/atmos.configure atmos.configure
+cp $SRCDIR/oldtests/configure_file_0* .
+cp configure_file_01 model_configure
+
+ln -sf global_o3prdlos.f77 fort.28
+ln -sf global_o3clim.txt fort.48
+
+cp $SRCDIR/oldtests/solver_state.txt .
+cp $SRCDIR/oldtests/nests.txt .
+if [ $TS = true ]; then
+  cp $SRCDIR/oldtests/ts_locations.nml .
+fi
+
+cp $SRCDIR/exe/NEMS.x .
+
+if [ $SCHEDULER = 'moab' ]; then
+  cp $SRCDIR/oldtests/nmm_msub .
+  msub nmm_msub
+elif [ $SCHEDULER = 'pbs' ]; then
+  cp $SRCDIR/oldtests/nmm_qsub .
+  qsub nmm_qsub
+elif [ $SCHEDULER = 'lsf' ]; then
+  cp $SRCDIR/oldtests/nmm_bsub .
+  bsub < nmm_bsub
+fi
+
+exit
Index: checkout/parm/nmm_conf/nmm_bsub.IN_yellowstone
===================================================================
--- checkout/parm/nmm_conf/nmm_bsub.IN_yellowstone	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_bsub.IN_yellowstone	(revision 85747)
@@ -0,0 +1,32 @@
+#!/bin/sh
+
+#BSUB -o out
+#BSUB -e err
+#BSUB -J @[JBNME]
+#BSUB -q @[QUEUE]
+#BSUB -P @[ACCNR]
+#BSUB -n @[TASKS]
+#BSUB -x
+#BSUB -W 00:@[WLCLK]
+
+source @[SRCD]/src/conf/modules.nems
+module list
+
+ export KMP_STACKSIZE=1024m
+ export OMP_NUM_THREADS=@[THRD]
+ export MP_MPILIB=mpich2
+ export MP_EUILIB=us
+ export MP_TASK_AFFINITY=core:@[THRD]
+ export MP_LABELIO=yes
+ export MP_STDOUTMODE=unordered
+ export MP_COREFILE_FORMAT=lite
+#export LSB_PJL_TASK_GEOMETRY="`/u/James.A.Abeles/bin/mktjv 1536/16 12/4 768/16`"
+ export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+
+echo "Model started:  " `date`
+
+mpirun.lsf ./NEMS.x
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/parm/nmm_conf/nmm_fltr_zombie_run.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_fltr_zombie_run.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_fltr_zombie_run.IN	(revision 85747)
@@ -0,0 +1,47 @@
+#!/bin/ksh
+
+RUNDIR=@[RUND]
+SRCDIR=@[SRCD]
+
+mkdir -p $RUNDIR
+cd $RUNDIR
+rm -rf $RUNDIR/*
+
+cp @[RTPWD]/NMMB_nests/input_nmmb_regional.d01           input_domain_01
+cp @[RTPWD]/NMMB_nests/input_nmmb_regional.d01_nemsio    input_domain_01_nemsio
+cp @[RTPWD]/NMMB_nests/boco* .
+cp @[RTPWD]/data/* .
+cp @[RTPWD]/NMMB_reg_filt/GWD_bin_* .
+cp IGBP_VEGPARM.TBL VEGPARM.TBL
+cp IGBP_LANDUSE.TBL LANDUSE.TBL
+cp ETAMPNEW_DATA.expanded_rain ETAMPNEW_DATA
+
+cp $SRCDIR/oldtests/nems.configure nems.configure
+cp $SRCDIR/oldtests/atmos.configure atmos.configure
+cp $SRCDIR/oldtests/configure_file_* .
+cp configure_file_01 model_configure
+
+ln -sf global_o3prdlos.f77 fort.28
+ln -sf global_o3clim.txt fort.48
+
+cp $SRCDIR/oldtests/solver_state.txt .
+cp $SRCDIR/oldtests/filt_vars.txt .
+cp $SRCDIR/oldtests/nests.txt .
+if [ $TS = true ]; then
+  cp $SRCDIR/oldtests/ts_locations.nml .
+fi
+
+cp $SRCDIR/exe/NEMS.x .
+
+if [ $SCHEDULER = 'moab' ]; then
+  cp $SRCDIR/oldtests/nmm_msub .
+  msub nmm_msub
+elif [ $SCHEDULER = 'pbs' ]; then
+  cp $SRCDIR/oldtests/nmm_qsub .
+  qsub nmm_qsub
+elif [ $SCHEDULER = 'lsf' ]; then
+  cp $SRCDIR/oldtests/nmm_bsub .
+  bsub < nmm_bsub
+fi
+
+exit
Index: checkout/parm/nmm_conf/nmm_nests_conf.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_nests_conf.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_nests_conf.IN	(revision 85747)
@@ -0,0 +1,377 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  251                    # I gridpoints
+jm:  201                    # J gridpoints
+lm:  35                     # Number of atmospheric layers
+
+tph0d:   54.0               # Central geographic latitude of grid (degrees)
+tlm0d: -106.0               # Central geographic longitude of grid (degrees, positive east)
+
+wbd:  -60.0                 # Grid's western boundary (rotated degrees)
+sbd:  -45.0                 # Grid's southern boundary (rotated degrees)
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  @[INPES]             # Number of compute tasks in the I direction
+jnpes:  @[JNPES]             # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: @[WTPG]
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 90                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 90             # Integer seconds
+filt_dt_num:  0             # Numerator of fractional second
+filt_dt_den:  1             # Denominator of fractional second
+
+
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2013
+start_month:  01
+start_day:    20
+start_hour:   00
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:      @[FCSTL]   # Length of the forecast (hours)
+minutes_history:  180       # Frequency of history output (minutes)
+nhours_dfini:       0
+
+restart:          @[RSTRT]   # True--> A restarted run
+minutes_restart:  720       # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+######################
+#####  Dynamics  #####
+######################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.2                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  1                    # Number of boundary blending rows for H points
+lnsv:  1                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  @[PCPFLG]           # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: @[WPREC]     # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: @[RADTN]          # Radiation schemes
+longwave:  @[RADTN]
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: @[NP3D]                # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: @[CLDFRACTION]  # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  @[CONVC]        # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics:  @[MICRO]      # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+#---------------------------------
+turbulence:  @[TURBL]        # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  @[SFC_LAYER]     # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  @[LAND_SURFACE]         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  @[gfsP]                # Select entire GFS physics suite
+
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00              # resolution factor for dsp's (default)
+fr:       1.00              # land factor for dsp's (dafault)
+fsl:      0.85              # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85              # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80             # resolution factor for dsp's
+#fr:       1.00             # land factor for dsp's
+#fsl:      0.85             # reduction factor for "slow" dsp's over land
+#fss:      0.85             # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # Entrainment
+newall:     .false.         # New cloud used at all shallow points
+newswap:    .false.         # New clouds at swap shallow points
+newupup:    .false.         # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:     34               # Number of dynamics timesteps between calls to shortwave
+nradl:     34               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       2               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    2               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: @[NEMSI]
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     true   # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false 
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+num_domains_total: 4          # The total number of domains in this run (only needed in domain #1's configure file)
+my_domain_id: 1               # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id: -999            # The ID number of this domain's parent
+n_children:  @[NCHILD]         # How many child domains does this domain have?
+
+my_domain_moves:  false       # Does this domain move?
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+nest_mode:  @[MODE]            # If there is nesting, select '1-way' or '2-way' interaction between parents/children
+generation:  1                # For 2-way only, in which generation is this domain?
+2way_wgt:   @[WGT]             # Weight of child 2-way exchange data in parent
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:   75          # Nest southwest corner at this parent I
+j_parent_start:   27          # Nest southwest corner at this parent J
+parent_child_space_ratio: 3   # Ratio of parent grid increment to nests's
+
+ratio_sfc_files: 9            # Ratio of uppermost parent grid increment to this moving nest's
+
+nrows_p_upd_w: 2              # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2              # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2              # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2              # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  false           # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          1        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/nmm_conf/nmm_reg_run.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_reg_run.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_reg_run.IN	(revision 85747)
@@ -0,0 +1,81 @@
+#!/bin/ksh
+
+set -eu
+
+RUNDIR=@[RUND]
+SRCDIR=@[SRCD]
+
+mkdir -p $RUNDIR
+cd $RUNDIR
+rm -rf $RUNDIR/*
+
+cp @[RTPWD]/NMMB_reg/input_nmmb_regional.d01               input_domain_01
+cp @[RTPWD]/NMMB_reg/input_nmmb_regional.d01_nemsio        input_domain_01_nemsio
+cp @[RTPWD]/NMMB_reg/nmmb_rst_01_bin_0024h_00m_00.00s  restart_file_01
+cp @[RTPWD]/NMMB_reg/nmmb_rst_01_nio_0024h_00m_00.00s  restart_file_01_nemsio
+cp @[RTPWD]/NMMB_reg/GWD_bin_01 .
+cp @[RTPWD]/NMMB_reg/boco.* .
+if [ $PCPFLG = true ]; then
+  cp ../nmm_reg_ctl/pcp.hr* .
+fi
+if [ $SPEC_ADV = true -a $RSTRT = true ]; then
+  cp @[RTPWD]/NMMB_reg_spec_adv/nmmb_rst_01_bin_0012h_00m_00.00s  restart_file_01
+  cp @[RTPWD]/NMMB_reg_spec_adv/nmmb_rst_01_nio_0012h_00m_00.00s  restart_file_01_nemsio
+fi
+
+cp $SRCDIR/oldtests/nems.configure nems.configure
+cp $SRCDIR/oldtests/atmos.configure atmos.configure
+cp $SRCDIR/oldtests/configure_file_01 .
+cp configure_file_01 model_configure
+cp @[RTPWD]/data/* .
+cp IGBP_VEGPARM.TBL VEGPARM.TBL
+cp IGBP_LANDUSE.TBL LANDUSE.TBL
+cp ETAMPNEW_DATA.expanded_rain ETAMPNEW_DATA
+ln -sf global_o3prdlos.f77 fort.28
+ln -sf global_o3clim.txt fort.48
+
+cp $SRCDIR/oldtests/solver_state.txt .
+cp $SRCDIR/oldtests/nests.txt .
+if [ $TS = true ]; then
+  cp $SRCDIR/oldtests/ts_locations.nml .
+fi
+
+#for post
+export WRITE_DOPOST=@[wrtdopost]
+export WRITE_DOPOST=${WRITE_DOPOST:-.false.}
+export POST_GRIBVERSION=@[postgrbvs]
+export POST_GRIBVERSION=${POST_GRIBVERSION:-'"grib1"'}
+if  [[ $WRITE_DOPOST = .true. ]]; then
+export PGBOUT=nmm_pgb
+export IGEN=82
+#cat <<EOF >postgp.inp.nml$$
+# &NAMPGB
+# $POSTGPVARS
+#  /
+#EOF
+cp ${SRCDIR}/tests/nmmb_cntrl.parm ./nmmb_cntrl.parm
+ln -sf ./nmmb_cntrl.parm fort.14
+ln -sf griddef.out fort.110
+if [ $SCHEDULER = 'loadleveler' ]; then
+  cp /nwprod/parm/nam_micro_lookup.dat ./eta_micro_lookup.dat
+elif [ $SCHEDULER = 'pbs' ]; then
+  cp @[RTPWD]/data_POST/eta_micro_lookup.dat ./eta_micro_lookup.dat
+elif [ $SCHEDULER = 'lsf' ]; then
+  cp /nwprod/parm/nam_micro_lookup.dat ./eta_micro_lookup.dat
+fi
+
+fi
+
+
+cp $SRCDIR/exe/NEMS.x .
+
+if [ $SCHEDULER = 'moab' ]; then
+  cp $SRCDIR/oldtests/nmm_msub .
+  msub nmm_msub
+elif [ $SCHEDULER = 'pbs' ]; then
+  cp $SRCDIR/oldtests/nmm_qsub .
+  qsub nmm_qsub
+elif [ $SCHEDULER = 'lsf' ]; then
+  cp $SRCDIR/oldtests/nmm_bsub .
+  bsub < nmm_bsub
+fi
Index: checkout/parm/nmm_conf/nmm_nests_conf_02.IN
===================================================================
--- checkout/parm/nmm_conf/nmm_nests_conf_02.IN	(nonexistent)
+++ checkout/parm/nmm_conf/nmm_nests_conf_02.IN	(revision 85747)
@@ -0,0 +1,376 @@
+
+#################################
+#####  Grid Specifications  #####
+#################################
+
+im:  401                    # I gridpoints
+jm:  271                    # J gridpoints
+lm:   35                    # Number of atmospheric layers
+
+tph0d: 0.                   # Central geographic latitude of grid (degrees)
+tlm0d: 0.                   # Central geographic longitude of grid (degrees, positive east)
+
+wbd: 0.                     # Grid's western boundary (rotated degrees)
+sbd: 0.                     # Grid's southern boundary (rotated degrees)
+
+
+################################
+#####  Grid Decomposition  #####
+################################
+
+inpes:  03                  # Number of compute tasks in the I direction
+jnpes:  07                  # Number of compute tasks in the J direction
+
+
+#################################
+####  Specify the I/O tasks  ####
+#################################
+
+quilting:              true    # Do you want asynchronous quilting/history writes?
+write_groups:          1
+write_tasks_per_group: 1
+
+
+############################################
+#####  Fundamental Timestep (seconds)  #####
+############################################
+
+dt_int: 30                  # Integer seconds
+dt_num:  0                  # Numerator of fractional second
+dt_den:  1                  # Denominator of fractional second
+
+filt_dt_int: 30             # Integer seconds
+filt_dt_num:  0             # Numerator of fractional second
+filt_dt_den:  1             # Denominator of fractional second
+
+
+
+#################################
+#####  Forecast Start Time  #####
+#################################
+
+start_year:   2013
+start_month:  01
+start_day:    20
+start_hour:   00
+start_minute: 0
+start_second: 0
+
+
+#############################################################
+#####  Forecast Length / Restarting / Output Frequency  #####
+#############################################################
+
+nhours_fcst:       24       # Length of the forecast (hours)
+minutes_history:  180       # Frequency of history output (minutes)
+nhours_dfini:       0
+
+restart:          @[RSTRT]   # True--> A restarted run
+minutes_restart:  720       # Frequency of restart output (minutes)
+
+avg_max_length: 3600        # Time in seconds when averaged fields are reset
+
+
+rst_out_00:          false  # True--> Write 00h history in restarted run
+write_last_restart:  true   # True--> Write last restart file
+
+freerun:             true   # True--> Original
+                            # False--> 5X divergence dumping in NDAS forec.
+
+
+###########################
+#####  General Modes  #####
+###########################
+
+global:    false            # True--> Global ; False--> Regional
+hydro:     false            # True--> Hydrostatic ;  False--> Nonhydrostatic
+adiabatic: false            # True--> Adiabatic ;  False--> Diabatic
+oper:      false
+
+
+###########################
+#####  Printouts      #####
+###########################
+
+print_all:     false        # Print all statements to err file
+print_diag:    false        # Print diagnostics (CALL FIELD_STATS)
+print_esmf:    true         # Print ESMF return signals
+print_output:  false        # Print info on records written into history/restart file
+print_timing:  true         # Print timing info (CPU time)
+
+
+####################
+##### Ensemble #####
+####################
+
+ENS_SPS:      false
+RUN_CONTINUE: false
+total_member: 1
+PE_MEMBER01:    0
+
+
+######################
+#####  Dynamics  #####
+######################
+ 
+secadv:  true               # True--> 2nd order advection ; False--> 4th order advection
+
+smag2:   0.4                # Smagorinsky constant for 2nd order diffusion
+
+codamp:  9.0                # Divergence damping constant
+wcor:    0.18               # Divergence correction factor
+ 
+idtadt:  2                  # Number of adjustment timesteps between tracer advection calls (normally 1)
+
+num_tracers_chem:  0        # Number of specified chem/aerosol "tracer" scalars
+
+lnsh:  1                    # Number of boundary blending rows for H points
+lnsv:  1                    # Number of boundary blending rows for V points
+
+
+######################################
+#####  Digital Filtering Options  ####
+######################################
+
+filter_method: 0            # 0--->none ; 1--->DFL ; 2---> DDFI ; 3--->TDFI
+
+nsecs_dfl: 1800             # HALF foward filter window (s)          (DFL)
+nsecs_bckddfi: 1800         # HALF backward integration duration (s) (DDFI)
+nsecs_fwdddfi: 3600         # HALF foward filter window (s)          (DDFI)
+nsecs_bcktdfi: 3600         # HALF backward filter window (s)        (TDFI)
+nsecs_fwdtdfi: 3600         # HALF forward filter window (s)         (TDFI)
+
+radar_init: 0
+
+#############################
+#####  Global Summations ####
+#############################
+
+use_allreduce:  false       # False--> use mpi send/recv for global sums (reproducible results)
+                            # True--> use mpi_allreduce for global sums (much faster)
+
+#####################################
+###  Precipitation Assimilation  ####
+#####################################
+
+pcpflg:  false              # True--> assimilation on ; False--> assimilation off
+pcphr: 6
+write_prec_adj: false       # True--> create baseline prec. files ; False--> regular run
+
+
+############################
+###  Gravity Wave Drag  ####
+############################
+
+gwdflg:  true               # True--> GWD on ; False--> GWD off
+
+cdmb:       0.1             # tunable parameter for adjusting mountain blocking
+cleffamp:   1.00            # tunable parameter, depends on resolution
+sigfac:     0.00            # tunable parameter
+factop:     0.50            # de-acceleration limiter
+rlolev:   500.00            # critical pressure level (check units)
+dpmin:      5.00            # minimum thickness of the reference layer (check units)
+
+
+####################################
+#####  Physics Scheme Options  #####
+####################################
+
+#---------------------------------
+shortwave: @[RADTN]          # Radiation schemes
+longwave:  @[RADTN]
+                                # gfdl--> GFDL (shortwave and longwave)
+                                # gsfc--> Goddard shortwave
+                                # dudh--> Dudhia shortwave
+                                # rrtm--> RRTM (shortwave and longwave)
+
+np3d: @[NP3D]                # cloud properties for radiation
+                                # 3--> ferrier's microphysics cloud scheme (only stratiform cloud)
+                                # 4--> zhao/carr/sundqvist microphysics cloud (now available in the NMMB)
+                                # 5--> NAM stratiform + convective cloud optical depth and fraction (GFDL type convective cloud)
+                                # 8--> Thompson microphysics and special Thompson rrtm SW radiation
+
+cldfraction: @[CLDFRACTION]  # cloud fraction scheme for radiation
+                                # default  --> according to the choice of np3d
+                                # thompson --> thompson
+
+co2tf:  1                       # co2tf--> Read (0) or generate internally (1)
+                                #          the GFDL CO2 transmission functions
+
+#---------------------------------
+convection:  @[CONVC]        # Convection scheme
+                                # bmj    --> Betts-Miller-Janjic
+                                # bmj_dev--> BMJ (development)
+                                #  kf    --> Kain-Fritsch
+                                # sas    --> Simplified Arakawa-Schubert
+                                #  gd    --> Grell-Devenyi
+                                # none   --> No convection
+
+#---------------------------------
+microphysics:  fer_hires    # Microphysics scheme
+                                # fer--> Ferrier
+                                # fer_hires--> Ferrier operational
+                                # kes--> Kessler
+                                # lin--> Lin
+                                # tho--> Thompson
+                                # wsm3--> WSM3
+                                # gfs--> GFS microphy
+
+rhgrd: 0.98                 # Onset of condensation
+spec_adv:  .false.          # Individual cloud species advected
+lmprate:  .false.           # .true.: 4D array called MPRATES containing
+                            # 3D microphysics source/sink terms
+                            # .false.: One 3D array called MPRATES
+                            # with zero values
+#---------------------------------
+turbulence:  @[TURBL]        # Turbulence schemes
+                                # myj--> Mellor-Yamada-Janjic
+                                # gfs--> GFS PBL
+
+#---------------------------------
+sfc_layer:  @[SFC_LAYER]     # Surface layer schemes
+                                # myj--> Mellor-Yamada-Jamnjic
+                                # mm5--> MM5 sfc layer
+
+#---------------------------------
+land_surface:  @[LAND_SURFACE]         # Land surface schemes
+                                # noah--> NOAH scheme
+                                # liss--> Janjic LSM
+
+ucmcall: 0                  # Use (1) or do not use (0) the Urban Canopy Model
+ivegsrc: 1                  # Vegetation map identifier, 0--> USGS, 1--> IGBP
+
+#---------------------------------
+
+gfs:  @[gfsP]                # Select entire GFS physics suite
+
+
+########################################
+#####  Shallow Convection Switches  ####
+########################################
+
+fres:     1.00              # resolution factor for dsp's (default)
+fr:       1.00              # land factor for dsp's (dafault)
+fsl:      0.85              # reduction factor for "slow" dsp's over land (dafault)
+fss:      0.85              # reduction factor for "slow" dsp's over water (dafault)
+
+#fres:     0.80             # resolution factor for dsp's
+#fr:       1.00             # land factor for dsp's
+#fsl:      0.85             # reduction factor for "slow" dsp's over land
+#fss:      0.85             # reduction factor for "slow" dsp's over water
+
+entrain:    .false.         # Entrainment
+newall:     .false.         # New cloud used at all shallow points
+newswap:    .false.         # New clouds at swap shallow points
+newupup:    .false.         # New cloud used for both heat and moisture up shallow pts.
+nodeep:     .false.         # All deep convection diverted to shallow swap algorythm
+
+
+###############################
+#####  Physics Timesteps  #####
+###############################
+
+nrads:    102               # Number of dynamics timesteps between calls to shortwave
+nradl:    102               # Number of dynamics timesteps  between calls to longwave
+
+nphs:       6               # Number of dynamics timesteps between calls to landsurface and turbulence
+
+nprecip:    6               # Number of dynamics timesteps between calls to convection and microphysics
+
+####
+#### NOTE:  User must set nhrs_udef to .TRUE. and set the emptying frequencies (nhrs_*) to the desired values
+####        or else all accumulations will automatically be emptied hourly.
+####
+
+nhrs_udef:  true            # User defined when fluxes are emptied.
+                            # False--> Auto ; True--> User defined:
+
+nhrs_prec:  3               # Frequency in hours between times when precip arrays are emptied
+nhrs_heat:  3               # Frequency in hours between times when heating arrays are emptied
+nhrs_clod:  3               # Frequency in hours between times when cloud arrays are emptied
+nhrs_rdlw:  3               # Frequency in hours between times when LW radiation arrays are emptied
+nhrs_rdsw:  3               # Frequency in hours between times when SW radiation arrays are emptied
+nhrs_srfc:  3               # Frequency in hours between times when sfc evap/flux arrays are emptied
+
+
+################################################
+####  Write History/Restart Specifications  ####
+################################################
+
+nemsio_input: false
+
+write_hst_bin:       true   # True--> Write history files in binary format
+write_hst_nemsio:    true   # True--> Write history files in NEMSIO format
+write_rst_bin:       true   # True--> Write restart files in binary format
+write_rst_nemsio:    true   # True--> Write restart files in NEMSIO format
+
+write_nemsioctl:     false  # True--> Yes write ctl for nemsio run history files
+write_donefileflag:  false 
+write_fsyncflag:     false  # True--> Yes write fsync
+write_dopost:        false  # True--> Yes run post on quilt
+post_gribversion:   'grib1' # grib version for post output
+
+hst_name_base:   'nmmb_hst'
+rst_name_base:   'nmmb_rst'
+
+
+##################################
+####  Nesting Specifications  ####
+##################################
+
+my_domain_id: 2               # The ID number of this domain (uppermost domain must have ID=1)
+my_parent_id: 1               # The ID number of this domain's parent
+n_children:  1                # How many child domains does this domain have?
+
+my_domain_moves:  false       # Does this domain move?
+ntrack: 00                    # the number of nphys steps between tracker calls
+
+nest_mode:  1-way             # If there is nesting, select '1-way' or '2-way' interaction between parents/children
+generation:  1                # For 2-way only, in which generation is this domain?
+2way_wgt:   @[WGT]             # Weight of child 2-way exchange data in parent
+
+### If this domain is not a nest then the remaining variables
+### in 'Nesting Specifications' are ignored.
+
+i_parent_start:   75          # Nest southwest corner at this parent I
+j_parent_start:   27          # Nest southwest corner at this parent J
+parent_child_space_ratio: 3   # Ratio of parent grid increment to nests's
+
+ratio_sfc_files: 9            # Ratio of uppermost parent grid increment to this moving nest's
+
+nrows_p_upd_w: 2              # West bndry rows of moving nest footprint updated by parent
+nrows_p_upd_e: 2              # East bndry rows of moving nest footprint updated by parent
+nrows_p_upd_s: 2              # South bndry rows of moving nest footprint updated by parent
+nrows_p_upd_n: 2              # North bndry rows of moving nest footprint updated by parent
+
+input_ready:  false           # Nest has pre-generated input file
+
+
+#######################
+####  Timing Info  ####
+#######################
+
+nhours_clocktime:   1        # Frequency in hours between clocktime diagnostic prints.
+npe_print:          9        # The MPI task that will provide the clocktimes.
+
+
+
+#######################
+####  Hurricane    ####
+#######################
+
+run_tc:             false    # true=use hwrf phys
+
+sas_pgcon:          0.55     # convectively forced pressure gradient factor,default=0.55
+sas_shal_pgcon:     -1       # convectively forced pressure gradient factor sas shallow conv, 
+                             # '-1' means sas_pgcon is used
+sas_shalconv:       1        # 1=enable shallow conv,better with gfspblhur scheme
+sas_mass_flux:      9.0e9    # mass flux limit,default=9e9
+sas_mommix:         1.0      # SAS momentum mixing coef
+var_ric:            1.0      # 1=use variable critical Ri# in gfspblhur
+coef_ric_l:         0.16     # Regression coef for land Ric,default=0.16
+coef_ric_s:         0.16     # Regression coef for sea Ric,default=0.16
+alpha:              0.7      # adjustment coef for K in gfspblhur
+sfenth:             0.0      # GFDL surface-layer enhancement coef
+disheat:            true     # true='consider diss heating'
+
Index: checkout/parm/atmos.configure_fim
===================================================================
--- checkout/parm/atmos.configure_fim	(nonexistent)
+++ checkout/parm/atmos.configure_fim	(revision 85747)
@@ -0,0 +1,5 @@
+core: fim
+
+atm_model:                      @[atm_model]
+atm_coupling_interval_sec:      @[coupling_interval_fast_sec]
+
Index: checkout/parm/nems.configure.blocked_atm_hyd.IN
===================================================================
--- checkout/parm/nems.configure.blocked_atm_hyd.IN	(nonexistent)
+++ checkout/parm/nems.configure.blocked_atm_hyd.IN	(revision 85747)
@@ -0,0 +1,21 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# ATM #
+atm_model:                      @[atm_model]
+atm_petlist_bounds:             @[atm_petlist_bounds]
+
+# HYD #
+hyd_model:                      @[hyd_model]
+hyd_petlist_bounds:             @[hyd_petlist_bounds]
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    ATM -> HYD
+    HYD -> ATM
+    ATM
+    HYD
+  @
+::
Index: checkout/parm/nems.configure.atm_nostep.IN
===================================================================
--- checkout/parm/nems.configure.atm_nostep.IN	(nonexistent)
+++ checkout/parm/nems.configure.atm_nostep.IN	(revision 85747)
@@ -0,0 +1,21 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  ATM
+::
Index: checkout/parm/nems.configure.med_atm_ipm.IN
===================================================================
--- checkout/parm/nems.configure.med_atm_ipm.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_atm_ipm.IN	(revision 85747)
@@ -0,0 +1,43 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM IPM
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = max
+  DumpFields = false
+  DumpRHs = false
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# IPM #
+IPM_model:                      @[ipm_model]
+IPM_petlist_bounds:             @[ipm_petlist_bounds]
+IPM_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    ATM -> MED :remapMethod=redist
+    MED
+    MED -> IPM :remapMethod=redist
+    ATM
+    IPM
+  @
+::
Index: checkout/parm/nems.configure.atm_step.IN
===================================================================
--- checkout/parm/nems.configure.atm_step.IN	(nonexistent)
+++ checkout/parm/nems.configure.atm_step.IN	(revision 85747)
@@ -0,0 +1,22 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @180
+  ATM
+::
Index: checkout/parm/nems.configure.leapfrog_atm_wav.IN
===================================================================
--- checkout/parm/nems.configure.leapfrog_atm_wav.IN	(nonexistent)
+++ checkout/parm/nems.configure.leapfrog_atm_wav.IN	(revision 85747)
@@ -0,0 +1,33 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM WAV
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# WAV #
+WAV_model:                      @[wav_model]
+WAV_petlist_bounds:             @[wav_petlist_bounds]
+WAV_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    WAV -> ATM
+    ATM
+    ATM -> WAV
+    WAV
+  @
+::
Index: checkout/parm/nems.configure.atm_lnd.IN
===================================================================
--- checkout/parm/nems.configure.atm_lnd.IN	(nonexistent)
+++ checkout/parm/nems.configure.atm_lnd.IN	(revision 85747)
@@ -0,0 +1,31 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM LND
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# LND #
+LND_model:                      @[lnd_model]
+LND_petlist_bounds:             @[lnd_petlist_bounds]
+LND_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    ATM
+    LND
+  @
+::
Index: checkout/parm/nems.configure.ocn.IN
===================================================================
--- checkout/parm/nems.configure.ocn.IN	(nonexistent)
+++ checkout/parm/nems.configure.ocn.IN	(revision 85747)
@@ -0,0 +1,23 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: OCN
+EARTH_attributes::
+  Verbosity = max
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    OCN
+  @
+::
Index: checkout/parm/nems.configure.lnd_hyd.IN
===================================================================
--- checkout/parm/nems.configure.lnd_hyd.IN	(nonexistent)
+++ checkout/parm/nems.configure.lnd_hyd.IN	(revision 85747)
@@ -0,0 +1,31 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: LND HYD
+EARTH_attributes::
+  Verbosity = max
+::
+
+# LND #
+LND_model:                      @[lnd_model]
+LND_petlist_bounds:             @[lnd_petlist_bounds]
+LND_attributes::
+  Verbosity = max
+::
+
+# HYD #
+HYD_model:                      @[hyd_model]
+HYD_petlist_bounds:             @[hyd_petlist_bounds]
+HYD_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    LND
+    HYD
+  @
+::
Index: checkout/parm/nests.txt
===================================================================
--- checkout/parm/nests.txt	(nonexistent)
+++ checkout/parm/nests.txt	(revision 85747)
@@ -0,0 +1,222 @@
+###########################################################
+#    The following list specifies details about the
+#    the use of variables in the Solver internal 
+#    state for use in nests.  The names of the
+#    internal state variables are on the left and
+#    their desciption is on the right.
+###########################################################
+ 
+###########################################################
+#    The first specification column indicates which 
+#    variables on the nest boundaries are updated by
+#    the parent.  An 'H' means the given variable lies
+#    on H points while a 'V' means the variable lies
+#    on a V point.
+###########################################################
+ 
+###########################################################
+#    The second column for each variable indicates 
+#    if it is involved in shifts of moving nests.
+#    Users need to exercise caution if they edit
+#    that column.
+#
+#    Key: H - Shift this mass point variable.
+#         V - Shift this velocity point variable.
+#         F - Shift this mass point variable with intra-
+#             and inter-task routines but read in values
+#             from external nest-resolution datafiles
+#             within the parent update regions.
+#         L - Shift this land sfc variable.
+#         W - Shift this water sfc variable.
+#         x - The parent must execute a halo exchange
+#             for this variable each time one of its 
+#             children moves.
+###########################################################
+
+###########################################################
+#    The third column indicates which variables are
+#    to be used in 2-way exchange of data from a child
+#    to its parent.  An 'H' means the given variable will
+#    be used and lies on H points while a 'V' means the
+#    variable is to be used and lies on a V point.
+###########################################################
+ 
+#------------------------------------------------------------
+# Name          Specifications          Variable Description
+#------------------------------------------------------------
+
+#           BC      Moving     2-way
+
+
+###  2D integer
+
+'ISLTYP'     -         F         -      'Soil type'
+'IVGTYP'     -         F         -      'Vegetation type'
+'NCFRCV'     -         -         -      'Number of times convective cloud fraction >0 between outputs'
+'NCFRST'     -         -         -      'Number of times stratiform cloud fraction >0 between outputs'
+
+
+###  2D real
+
+'FIS'        -         F         -      'Surface geopotential (m2 s-2)'
+'HDACX'      -         -         -      'Horiz diffusion param in X for H pts'
+'HDACY'      -         -         -      'Horiz diffusion param in Y for H pts'
+'GLAT'       -         -         -      'Latitudes of h points  (radians)'
+'GLON'       -         -         -      'Longitudes of h points (radians)'
+'PD'         H         H         -      'Pressure difference, sigma range  (Pa)'
+'F'          -         -         -      'Coriolis parameter (s-1)'
+'HDACVX'     -         -         -      'Lateral diffusion coefficient in X'
+'HDACVY'     -         -         -      'Lateral diffusion coefficient in Y'
+'VLAT'       -         -         -      'Latitudes of V points  (radians)'
+'VLON'       -         -         -      'Longitudes of V points (radians)'
+'PDO'        -         Hx        -      'Previous pressure difference, sigma range  (Pa)'
+
+'ACFRCV'     -         -         -      'Accumulated convective cloud fractions between outputs'
+'ACFRST'     -         -         -      'Accumulated statiform cloud fractions between outputs'
+'ACPREC'     -         Hx        -      'Accumulated precip  (m)'
+'ACSNOM'     -         -         -      'Accumulated melted snow  (?)'
+'ACSNOW'     -         -         -      'Accumulated snow  (?)'
+'AKHS_OUT'   -         -         -      'Sfc exch coeff T and q  (m2 s-1)'
+'AKMS_OUT'   -         -         -      'Sfc exch coeff momentum  (m2 s-1)'
+'ALBASE'     -         F         -      'Base albedo'
+'ALBEDO'     -         Hx        -      'Dynamic albedo'
+'ALWIN'      -         -         -      'Accumulated LW down at surface  (W m-2)'
+'ALWOUT'     -         -         -      'Accumulated LW from the ground  (W m-2)'
+'ALWTOA'     -         -         -      'Accumulated LW at top of atmosphere  (W m-2)'
+'ASWIN'      -         -         -      'Accumulated SW down at surface  (W m-2)'
+'ASWOUT'     -         -         -      'Accumulated SW up at ground  (W m-2)'
+'ASWTOA'     -         -         -      'Accumulated SW at top of atmosphere  (W m-2)'
+'BGROFF'     -         -         -      'Subsurface runoff  (mm)'
+'CFRACH'     -         -         -      'High atmosphere cloud fraction'
+'CFRACL'     -         -         -      'Low atmosphere cloud fraction'
+'CFRACM'     -         -         -      'Mid atmosphere cloud fraction'
+'CLDEFI'     -         Hx        -      'Convective cloud efficiency'
+'CMC'        -         Lx        -      'Canopy moisture  (m)'
+'CNVBOT'     -         Hx        -      'Lowest convec cloud bottom model lyr between outputs'
+'CNVTOP'     -         Hx        -      'Highest convec cloud top model lyr between outputs'
+'CPRATE'     -         Hx        -      'Instantaneous convective precipitation'
+'CUPPT'      -         Hx        -      'Convective precip between radiation calls  (m)'
+'CUPREC'     -         Hx        -      'Conv precip  (m)'
+'CZEN'       -         Hx        -      'Current cosine of solar zenith angle'
+'CZMEAN'     -         Hx        -      'Mean cosine of solar zenith angle between radiation calls'
+'EPSR'       -         Hx        -      'Surface longwave emissivity'
+'GRNFLX'     -         -         -      'Deep soil heat flux  (W m-2)'
+'HBOTD'      -         Hx        -      'Bottom model layer of deep convective cloud for output'
+'HBOTS'      -         Hx        -      'Bottom model layer of shallow convective cloud for output'
+'HTOPD'      -         Hx        -      'Top model layer of deep convective cloud for output'
+'HTOPS'      -         Hx        -      'Top model layer of shallow convective cloud for output'
+'MIXHT'      -         -         -      'Mixed layer height  (m)'
+'MXSNAL'     -         F         -      'Maximum deep snow albedo'
+'PBLH'       -         -         -      'PBL height  (m)'
+'POTEVP'     -         -         -      'Accumulated potential evaporation (m)'
+'PREC'       -         -         -      'Precip within physics timestep  (m)'
+'PSHLTR'     -         Hx        -      'Pressure at 2-m  (Pa)'
+'Q10'        -         -         -      'Specific humidity at 10-m  (kg k-1)'
+'QSH'        -         Hx        -      'Surface specific humidity  (kg kg-1)'
+'QSHLTR'     -         -         -      'Specific humidity at 2-m  (kg kg-1)'
+'QWBS'       -         Hx        -      'Instantaneous latent heat flux (W m-2)'
+'QZ0'        -         Hx        -      'Specific humidity at top of viscous sublayer  (kg kg-1)'
+'RADOT'      -         -         -      'Longwave from the ground  (W m-2)'
+'RLWIN'      -         -         -      'Longwave down at ground  (W m-2)'
+'RLWTOA'     -         -         -      'Longwave at top of atmosphere  (W m-2)'
+'RSWIN'      -         -         -      'Shortwave down at ground  (W m-2)'
+'RSWINC'     -         -         -      'Clear-sky shortwave down at ground  (W m-2)'
+'RSWOUT'     -         -         -      'Shortwave up at ground  (W m-2)'
+'SFCEVP'     -         -         -      'Surface evaporation  (?)'
+'SFCEXC'     -         -         -      'Another surface exchange coefficient for T and q (?) (m2 s-1) (see AKHS_OUT)'
+'SFCLHX'     -         Hx        -      'Accumulated sfc latent heat flux (W m-2)'
+'SFCSHX'     -         Hx        -      'Accumulated sfc sensible heat flux (W m-2)'
+'SI'         -         -         -      'Snow depth  (m)'
+'SICE'       -         Wx        -      'Sea ice fraction'
+'SIGT4'      -         -         -      'Sigma*T**4  (W m-2)'
+'SM'         -         F         -      'Sea mask (1=>sea ; 0=>land)'
+'SMSTAV'     -         -         -      'Soil moisture availability for evapotranspiration'
+'SMSTOT'     -         -         -      'Total soil moisture  (?)'
+'SNO'        -         -         -      'Liquid water snow amount  (m)'
+'SNOPCX'     -         -         -      'Snow phase change heat flux  (W m-2)'
+'SOILTB'     -         Lx        -      'Deep ground soil temperature  (K)'
+'SR'         -         -         -      'Timestep mass ratio of snow:precip'
+'SSROFF'     -         -         -      'Surface runoff  (mm)'
+'SST'        -         Wx        -      'Sea sfc temperature  (K)'
+'SUBSHX'     -         -         -      'Accumulated deep soil heat flux (W m-2)'
+'TG'         -         F         -      'Deep ground soil temperature  (K)'
+'TH10'       -         -         -      'Theta at 10-m  (K)'
+'THS'        -         Hx        -      'Surface theta  (K)'
+'THZ0'       -         Hx        -      'Theta at top of viscous sublayer  (K)'
+'TSHLTR'     -         -         -      'Theta at 2-m again  (K)'
+'TWBS'       -         Hx        -      'Instantaneous sensible heat flux (W m-2)'
+'U10'        -         Hx        -      'U at 10-m  (m s-1)'
+'U10MAX'     -         Hx        -      'Hourly maximum U at 10-m  (m s-1)'
+'USTAR'      -         Hx        -      'Friction velocity  (m s-1)'
+'UZ0'        -         Hx        -      'U component at top of viscous sublayer  (m s-1) (H points)'
+'V10'        -         Hx        -      'V at 10-m  (m s-1)'
+'V10MAX'     -         Hx        -      'Hourly maximum V at 10-m  (m s-1)'
+'VEGFRC'     -         F         -      'Vegetation fraction'
+'VZ0'        -         Hx        -      'V component at top of viscous sublayer  (m s-1) (H points)'
+'Z0'         -         Hx        -      'Roughness length  (m)'
+'TSKIN'      -         Hx        -      'Skin temperature  (K)'
+'AKHS'       -         Hx        -      'Sfc exch coeff T and q divided by delta Z  (m s-1)'
+'AKMS'       -         Hx        -      'Sfc exch coeff momentum divided by delta Z  (m s-1)'
+'HBOT'       -         Hx        -      'Bottom model layer of convective cloud for radiation'
+'HTOP'       -         Hx        -      'Top model layer of convective cloud for radiation'
+'RSWTOA'     -         -         -      'Shortwave at top of atmosphere  (W m-2)'
+'POTFLX'     -         -         -      'Energy equivalent of POTEVP (W m-2)'
+'RMOL'       -         -         -      'Reciprocal of Monin-Obukhov length  (m-1)'
+'T2'         -         -         -      'Temperature 2-m  (K)'
+'Z0BASE'     -         -         -      'Background roughness length  (m)'
+'PSFC'       -         -         -      'Surface Pressure (Pa)'
+'TLMIN'      -         -         -      'Hourly minimum temperature'
+'TLMAX'      -         -         -      'Hourly maximum temperature'
+'LSPA'       -         -         -      'Land surface precipitation accumulation'
+'ACUTIM'     -         -         -      'post0/bufr counter in summing cloud processes (conv, grid)'
+'APHTIM'     -         -         -      'post0/bufr counter in summing other physics (turb, land, rad)'
+'ARDLW'      -         -         -      'Counter in summing LW radiation flux'
+'ARDSW'      -         -         -      'Counter in summing SW radiation flux'
+'ASRFC'      -         -         -      'Counter in summing surface fluxes'
+'AVRAIN'     -         -         -      'Counter in summing latent heating from grid microphysics'
+'AVCNVC'     -         -         -      'Counter in summing latent heating from convection'
+
+
+###  3D real
+
+'T'          H         H         H      'Sensible temperature  (K)'
+'Q'          H         H         H      'Specific humidity  (kg kg-1)'
+'U'          V         V         V      'U wind component  (m s-1)'
+'V'          V         V         V      'V wind component  (m s-1)'
+'Q2'         -         H         -      '2*tke  (m2 s-2)'
+'CW'         H         H         H      'Cloud condensate  (kg kg-1)'
+'W'          -         H         -      'Vertical velocity at midlayers  (m s-1)'
+'DWDT'       -         H         -      'Vertical acceleration, correction factor  (m s-2)'
+'PINT'       -         H         -      'Nonhydrostatic interface pressure  (Pa)'
+'OMGALF'     -         -         -      'Omega-alpha  (K)'
+'O3'         -         H         -      'Ozone'
+'DIV'        -         -         -      'Horizontal mass divergence'
+'TCU'        -         Vx        -      'Time change of U (m s-2)'
+'TCV'        -         Vx        -      'Time change of V (m s-2)'
+'TCT'        -         Hx        -      'Time change of T (K s-1)'
+'TP'         -         Hx        -      'Sensible temperature, previous step  (K)'
+'UP'         -         Vx        -      'U wind component, previous step  (m s-1)'
+'VP'         -         Vx        -      'V wind component, previous step  (m s-1)'
+'PSGDT'      -         -         -      'Specific volume  (m3 kg-1)'
+'Z'          -         Hx        -      'Height at midlayers  (m)'
+
+'CLDFRA'     -         -         -      'Cloud fraction'
+'EXCH_H'     -         Hx        -      'Turbulent exchange coefficient for heat  (m2 s-1)'
+'RLWTT'      -         Hx        -      'Radiative T tendency, longwave  (K s-1)'
+'RSWTT'      -         Hx        -      'Radiative T tendency, shortwave (K s-1)'
+'TCUCN'      -         Hx        -      'Accumulated convective T tendency  (K s-1)'
+'TRAIN'      -         Hx        -      'Accumulated stratiform T tendency  (K s-1)'
+'XLEN_MIX'   -         -         -      'Mixing length  (m)'
+'F_ICE'      -         Hx        -      'Fraction of condensate that is ice'
+'F_RIMEF'    -         Hx        -      'Rime factor'
+'F_RAIN'     -         Hx        -      'Rain fraction of liquid part of CWM'
+'SH2O'       -         Lx        -      '3D unfrozen soil moisture/soil liquid water'
+'SMC'        -         Lx        -      '3D total soil moisture content (volumetric fraction)'
+'STC'        -         Lx        -      '3D soil temperature (K)'
+
+###  4D real
+
+'TRACERS'       -        -        -      'All tracer variables'
+'TRACERS_PREV'  -        -        -      'Previous step tracers'
+
+#EOF
Index: checkout/parm/atmos.configure_nmm
===================================================================
--- checkout/parm/atmos.configure_nmm	(nonexistent)
+++ checkout/parm/atmos.configure_nmm	(revision 85747)
@@ -0,0 +1,4 @@
+core: nmm
+
+atm_model:                      @[atm_model]
+atm_coupling_interval_sec:      @[coupling_interval_fast_sec]
Index: checkout/parm/nems.configure.atm_hyd.IN
===================================================================
--- checkout/parm/nems.configure.atm_hyd.IN	(nonexistent)
+++ checkout/parm/nems.configure.atm_hyd.IN	(revision 85747)
@@ -0,0 +1,31 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM HYD
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# HYD #
+HYD_model:                      @[hyd_model]
+HYD_petlist_bounds:             @[hyd_petlist_bounds]
+HYD_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    ATM
+    HYD
+  @
+::
Index: checkout/parm/nems.configure.atm_ipm.IN
===================================================================
--- checkout/parm/nems.configure.atm_ipm.IN	(nonexistent)
+++ checkout/parm/nems.configure.atm_ipm.IN	(revision 85747)
@@ -0,0 +1,31 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM IPM
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# IPM #
+IPM_model:                      @[ipm_model]
+IPM_petlist_bounds:             @[ipm_petlist_bounds]
+IPM_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    ATM
+    IPM
+  @
+::
Index: checkout/parm/nems.configure.med_atm_lnd_ice_ocn_sbys_hyd.IN
===================================================================
--- checkout/parm/nems.configure.med_atm_lnd_ice_ocn_sbys_hyd.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_atm_lnd_ice_ocn_sbys_hyd.IN	(revision 85747)
@@ -0,0 +1,77 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM LND ICE OCN HYD
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 0
+  DumpFields = false
+  DumpRHs = false
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# LND #
+LND_model:                      @[lnd_model]
+LND_petlist_bounds:             @[lnd_petlist_bounds]
+LND_attributes::
+  Verbosity = max
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = max
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+::
+
+# HYD #
+HYD_model:                      @[hyd_model]
+HYD_petlist_bounds:             @[hyd_petlist_bounds]
+HYD_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    OCN -> MED :remapMethod=redist
+    MED MedPhase_slow
+    MED -> OCN :remapMethod=redist
+    OCN
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_fast_before
+      MED -> ATM :remapMethod=redist
+      MED -> ICE :remapMethod=redist
+      MED -> LND :remapMethod=redist
+      ATM
+      LND
+      HYD
+      ICE
+      ATM -> MED :remapMethod=redist
+      ICE -> MED :remapMethod=redist
+      LND -> MED :remapMethod=redist
+      MED MedPhase_fast_after
+    @
+  @
+::
Index: checkout/parm/nems.configure.med_nmm_ocn_ice.IN
===================================================================
--- checkout/parm/nems.configure.med_nmm_ocn_ice.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_nmm_ocn_ice.IN	(revision 85747)
@@ -0,0 +1,59 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM OCN ICE
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 0
+  DumpFields = false
+  DumpRHs = false
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    MED MedPhase_slow
+    MED -> OCN :remapMethod=redist
+    OCN
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_fast_before
+      MED -> ATM :remapMethod=redist
+      MED -> ICE :remapMethod=redist
+      ATM
+      ICE
+      ATM -> MED :remapMethod=redist
+      ICE -> MED :remapMethod=redist
+      MED MedPhase_fast_after
+    @
+    OCN -> MED :remapMethod=redist
+  @
+::
Index: checkout/parm/nems.configure.wav.IN
===================================================================
--- checkout/parm/nems.configure.wav.IN	(nonexistent)
+++ checkout/parm/nems.configure.wav.IN	(revision 85747)
@@ -0,0 +1,23 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: WAV
+EARTH_attributes::
+  Verbosity = max
+::
+
+# WAV #
+WAV_model:                      @[wav_model]
+WAV_petlist_bounds:             @[wav_petlist_bounds]
+WAV_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    WAV
+  @
+::
Index: checkout/parm/ts_locations.nml
===================================================================
--- checkout/parm/ts_locations.nml	(nonexistent)
+++ checkout/parm/ts_locations.nml	(revision 85747)
@@ -0,0 +1,5 @@
+&TS_LOCATIONS
+ NPOINTS=2,
+ POINTS_LON=-106.0, -110.0,
+ POINTS_LAT=54.0, 50.0
+/
Index: checkout/parm/nems.configure.blocked_atm_ocn.IN
===================================================================
--- checkout/parm/nems.configure.blocked_atm_ocn.IN	(nonexistent)
+++ checkout/parm/nems.configure.blocked_atm_ocn.IN	(revision 85747)
@@ -0,0 +1,34 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM OCN
+EARTH_attributes::
+  Verbosity = max
+  DumpFieldDictionary = true
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    ATM -> OCN
+    OCN -> ATM
+    ATM
+    OCN
+  @
+::
Index: checkout/parm/nems.configure.med_atm_ocn.IN
===================================================================
--- checkout/parm/nems.configure.med_atm_ocn.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_atm_ocn.IN	(revision 85747)
@@ -0,0 +1,49 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM OCN
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = max
+  DumpFields = false
+  DumpRHs = false
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    OCN -> MED :remapMethod=redist
+    MED MedPhase_slow
+    MED -> OCN :remapMethod=redist
+    OCN
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_fast_before
+      MED -> ATM :remapMethod=redist
+      ATM
+      ATM -> MED :remapMethod=redist
+      MED MedPhase_fast_after
+    @
+  @
+::
Index: checkout/parm/nems.configure.med_atm.IN
===================================================================
--- checkout/parm/nems.configure.med_atm.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_atm.IN	(revision 85747)
@@ -0,0 +1,33 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = max
+  DumpFields = false
+  DumpRHs = false
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    ATM
+    MED
+  @
+::
Index: checkout/parm/atmos.configure_gfs
===================================================================
--- checkout/parm/atmos.configure_gfs	(nonexistent)
+++ checkout/parm/atmos.configure_gfs	(revision 85747)
@@ -0,0 +1,4 @@
+core: gfs
+
+atm_model:                      @[atm_model]
+atm_coupling_interval_sec:      @[coupling_interval_fast_sec]
Index: checkout/parm/nems.configure.lnd.IN
===================================================================
--- checkout/parm/nems.configure.lnd.IN	(nonexistent)
+++ checkout/parm/nems.configure.lnd.IN	(revision 85747)
@@ -0,0 +1,23 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: LND
+EARTH_attributes::
+  Verbosity = max
+::
+
+# HYD #
+LND_model:                      @[lnd_model]
+LND_petlist_bounds:             @[lnd_petlist_bounds]
+LND_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    LND
+  @
+::
Index: checkout/parm/nems.configure.atm_ocn.IN
===================================================================
--- checkout/parm/nems.configure.atm_ocn.IN	(nonexistent)
+++ checkout/parm/nems.configure.atm_ocn.IN	(revision 85747)
@@ -0,0 +1,31 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM OCN
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    OCN
+    ATM
+  @
+::
Index: checkout/parm/nems.configure.blocked_atm_wav.IN
===================================================================
--- checkout/parm/nems.configure.blocked_atm_wav.IN	(nonexistent)
+++ checkout/parm/nems.configure.blocked_atm_wav.IN	(revision 85747)
@@ -0,0 +1,33 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM WAV
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# WAV #
+WAV_model:                      @[wav_model]
+WAV_petlist_bounds:             @[wav_petlist_bounds]
+WAV_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    ATM -> WAV
+    WAV -> ATM
+    ATM
+    WAV
+  @
+::
Index: checkout/parm/filt_vars.txt
===================================================================
--- checkout/parm/filt_vars.txt	(nonexistent)
+++ checkout/parm/filt_vars.txt	(revision 85747)
@@ -0,0 +1,23 @@
+#------------------------------------------------------------
+# Name    Filter/              Description
+#            Restore    
+#------------------------------------------------------------
+'PD'         F                'Mass in the sigma domain  (Pa)'
+'CW'         F                ''
+'Q'          F                ''
+'Q2'         F                '2*tke  (m2 s-2)'
+'PINT'       F                'Nonhydrostatic interface pressure (Pa)'
+'DWDT'       F                'Nonhydrostatic correction factor'
+'T'          F                'Sensible temperature  (K)'
+'U'          F                'U wind component  (m s-1)'
+'V'          F                'V wind component  (m s-1)'
+#
+'STC'        R                '3D soil temperature (K)'
+'SMC'        R                '3D total soil moisture content (volumetric fraction)'
+'SH2O'       R                '3D unfrozen soil moisture/soil liquid water'
+'TSKIN'      R                'Skin temperature  (K)'
+'ACPREC'     R                'Accumulated total precipitation'
+'CUPREC'     R                'Accumulated convective precipitation'
+'THS'        R                'Skin potential temperature  (K)'
+'SNO'        R                'Liquid water snow amount  (m)'
+'CMC'        R                'Canopy moisture  (m)'
Index: checkout/parm/nems.configure.atm.IN
===================================================================
--- checkout/parm/nems.configure.atm.IN	(nonexistent)
+++ checkout/parm/nems.configure.atm.IN	(revision 85747)
@@ -0,0 +1,23 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    ATM
+  @
+::
Index: checkout/parm/nems.configure.blocked_atm_ice_ocn.IN
===================================================================
--- checkout/parm/nems.configure.blocked_atm_ice_ocn.IN	(nonexistent)
+++ checkout/parm/nems.configure.blocked_atm_ice_ocn.IN	(revision 85747)
@@ -0,0 +1,43 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: ATM ICE OCN
+EARTH_attributes::
+  Verbosity = max
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = max
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    ATM -> OCN
+    ATM -> ICE
+    OCN -> ATM
+    ICE -> ATM
+    ATM
+    OCN
+    ICE
+  @
+::
Index: checkout/parm/nems.configure.hyd.IN
===================================================================
--- checkout/parm/nems.configure.hyd.IN	(nonexistent)
+++ checkout/parm/nems.configure.hyd.IN	(revision 85747)
@@ -0,0 +1,23 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: HYD
+EARTH_attributes::
+  Verbosity = max
+::
+
+# HYD #
+HYD_model:                      @[hyd_model]
+HYD_petlist_bounds:             @[hyd_petlist_bounds]
+HYD_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    HYD
+  @
+::
Index: checkout/parm/nems.configure.ipm.IN
===================================================================
--- checkout/parm/nems.configure.ipm.IN	(nonexistent)
+++ checkout/parm/nems.configure.ipm.IN	(revision 85747)
@@ -0,0 +1,23 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: IPM
+EARTH_attributes::
+  Verbosity = max
+::
+
+# IPM #
+IPM_model:                      @[ipm_model]
+IPM_petlist_bounds:             @[ipm_petlist_bounds]
+IPM_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_sec]
+    IPM
+  @
+::
Index: checkout/parm/nems.configure.med_atm_ocn_ice.IN
===================================================================
--- checkout/parm/nems.configure.med_atm_ocn_ice.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_atm_ocn_ice.IN	(revision 85747)
@@ -0,0 +1,68 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM OCN ICE
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 1
+  DumpFields = false
+  DumpRHs = false
+  coldstart = false
+  restart_interval = 0
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+  DumpFields = false
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+  DumpFields = false
+  restart_interval = 9999999
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = max
+  DumpFields = false
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    MED MedPhase_prep_ocn
+    MED -> OCN :remapMethod=redist
+    OCN
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_prep_ice
+      MED MedPhase_prep_atm
+      MED -> ATM :remapMethod=redist
+      MED -> ICE :remapMethod=redist
+      ATM
+      ICE
+      ATM -> MED :remapMethod=redist
+      ICE -> MED :remapMethod=redist
+      MED MedPhase_atm_ocn_flux
+      MED MedPhase_accum_fast
+    @
+    OCN -> MED :remapMethod=redist
+    MED MedPhase_write_restart
+  @
+::
Index: checkout/parm/nems.configure.med_atm_lnd_ice_ocn_hyd.IN
===================================================================
--- checkout/parm/nems.configure.med_atm_lnd_ice_ocn_hyd.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_atm_lnd_ice_ocn_hyd.IN	(revision 85747)
@@ -0,0 +1,83 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM LND ICE OCN HYD
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = max
+  DumpFields = true
+  DumpRHs = false
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# LND #
+LND_model:                      @[lnd_model]
+LND_petlist_bounds:             @[lnd_petlist_bounds]
+LND_attributes::
+  Verbosity = max
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = max
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+::
+
+# HYD #
+HYD_model:                      @[hyd_model]
+HYD_petlist_bounds:             @[hyd_petlist_bounds]
+HYD_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    OCN -> MED :remapMethod=redist
+    MED MedPhase_prep_ocn
+    MED -> OCN :remapMethod=redist
+    OCN
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_prep_atm
+      MED MedPhase_prep_ice
+      MED MedPhase_prep_lnd
+      MED MedPhase_prep_hyd
+      MED -> ATM :remapMethod=redist
+      MED -> ICE :remapMethod=redist
+      MED -> LND :remapMethod=redist
+      MED -> HYD :remapMethod=redist
+      ATM
+      ICE
+      LND
+      HYD
+      ATM -> MED :remapMethod=redist
+      ICE -> MED :remapMethod=redist
+      LND -> MED :remapMethod=redist
+      HYD -> MED :remapMethod=redist
+      MED MedPhase_atm_ocn_flux
+      MED MedPhase_accum_fast
+    @
+  @
+::
Index: checkout/parm/nems.configure.med_atm_ice_ocn_sbys_lnd_hyd.IN
===================================================================
--- checkout/parm/nems.configure.med_atm_ice_ocn_sbys_lnd_hyd.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_atm_ice_ocn_sbys_lnd_hyd.IN	(revision 85747)
@@ -0,0 +1,75 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM LND ICE OCN HYD
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 0
+  DumpFields = false
+  DumpRHs = false
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# LND #
+LND_model:                      @[lnd_model]
+LND_petlist_bounds:             @[lnd_petlist_bounds]
+LND_attributes::
+  Verbosity = max
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = max
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+::
+
+# HYD #
+HYD_model:                      @[hyd_model]
+HYD_petlist_bounds:             @[hyd_petlist_bounds]
+HYD_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    OCN -> MED :remapMethod=redist
+    MED MedPhase_slow
+    MED -> OCN :remapMethod=redist
+    OCN
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_fast_before
+      MED -> ATM :remapMethod=redist
+      MED -> ICE :remapMethod=redist
+      ATM
+      LND
+      HYD
+      ICE
+      ATM -> MED :remapMethod=redist
+      ICE -> MED :remapMethod=redist
+      MED MedPhase_fast_after
+    @
+  @
+::
Index: checkout/parm/nems.configure.med_atm_ice_ocn_hyd_sbys_lnd.IN
===================================================================
--- checkout/parm/nems.configure.med_atm_ice_ocn_hyd_sbys_lnd.IN	(nonexistent)
+++ checkout/parm/nems.configure.med_atm_ice_ocn_hyd_sbys_lnd.IN	(revision 85747)
@@ -0,0 +1,77 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM LND ICE OCN HYD
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 0
+  DumpFields = false
+  DumpRHs = false
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+::
+
+# LND #
+LND_model:                      @[lnd_model]
+LND_petlist_bounds:             @[lnd_petlist_bounds]
+LND_attributes::
+  Verbosity = max
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = max
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+::
+
+# HYD #
+HYD_model:                      @[hyd_model]
+HYD_petlist_bounds:             @[hyd_petlist_bounds]
+HYD_attributes::
+  Verbosity = max
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    OCN -> MED :remapMethod=redist
+    MED MedPhase_slow
+    MED -> OCN :remapMethod=redist
+    OCN
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_fast_before
+      MED -> ATM :remapMethod=redist
+      MED -> ICE :remapMethod=redist
+      MED -> HYD :remapMethod=redist
+      ATM
+      LND
+      HYD
+      ICE
+      ATM -> MED :remapMethod=redist
+      ICE -> MED :remapMethod=redist
+      HYD -> MED :remapMethod=redist
+      MED MedPhase_fast_after
+    @
+  @
+::
Index: checkout/parm/nems.configure.medcold_atm_ocn_ice.IN
===================================================================
--- checkout/parm/nems.configure.medcold_atm_ocn_ice.IN	(nonexistent)
+++ checkout/parm/nems.configure.medcold_atm_ocn_ice.IN	(revision 85747)
@@ -0,0 +1,65 @@
+#############################################
+####  NEMS Run-Time Configuration File  #####
+#############################################
+
+# EARTH #
+EARTH_component_list: MED ATM OCN ICE
+EARTH_attributes::
+  Verbosity = max
+::
+
+# MED #
+MED_model:                      @[med_model]
+MED_petlist_bounds:             @[med_petlist_bounds]
+MED_attributes::
+  Verbosity = 3
+  DumpFields = true
+  DumpRHs = false
+  coldstart = true
+::
+
+# ATM #
+ATM_model:                      @[atm_model]
+ATM_petlist_bounds:             @[atm_petlist_bounds]
+ATM_attributes::
+  Verbosity = max
+  DumpFields = true
+::
+
+# OCN #
+OCN_model:                      @[ocn_model]
+OCN_petlist_bounds:             @[ocn_petlist_bounds]
+OCN_attributes::
+  Verbosity = max
+  DumpFields = true
+::
+
+# ICE #
+ICE_model:                      @[ice_model]
+ICE_petlist_bounds:             @[ice_petlist_bounds]
+ICE_attributes::
+  Verbosity = max
+  DumpFields = true
+::
+
+# Run Sequence #
+runSeq::
+  @@[coupling_interval_slow_sec]
+    @@[coupling_interval_fast_sec]
+      MED MedPhase_prep_atm
+      MED -> ATM :remapMethod=redist
+      ATM
+      ATM -> MED :remapMethod=redist
+      MED MedPhase_prep_ice
+      MED -> ICE :remapMethod=redist
+      ICE
+      ICE -> MED :remapMethod=redist
+      MED MedPhase_atm_ocn_flux
+      MED MedPhase_accum_fast
+    @
+    MED MedPhase_prep_ocn
+    MED -> OCN :remapMethod=redist
+    OCN
+    OCN -> MED :remapMethod=redist
+  @
+::
Index: checkout/NMM-POST.appBuilder
===================================================================
--- checkout/NMM-POST.appBuilder	(revision 85621)
+++ checkout/NMM-POST.appBuilder	(revision 85747)
@@ -2,7 +2,7 @@
 #
 ## NEMS Application Builder file
 
-COMPONENTS=( NMM )
+COMPONENTS=( LegayNMMB )
 
 # Note lack of environment_* files to ensure the user does not
 # accidentally use the invalid modules listed in
@@ -13,3 +13,13 @@
 
 CONFOPT="nmmb_intel_${MACHINE_ID:?}"
 MAKEOPT=nmm_post
+
+
+case "$FULL_MACHINE_ID" in
+    yellowstone|gaea)
+        CHOSEN_MODULE=$FULL_MACHINE_ID/ESMF_NUOPC
+        ;;
+    wcoss*|theia)
+        CHOSEN_MODULE=$FULL_MACHINE_ID/ESMF_700_nmmb
+        ;;
+esac
Index: checkout/NMM-DEBUG.appBuilder
===================================================================
--- checkout/NMM-DEBUG.appBuilder	(revision 85621)
+++ checkout/NMM-DEBUG.appBuilder	(revision 85747)
@@ -2,7 +2,7 @@
 #
 ## NEMS Application Builder file
 
-COMPONENTS=( NMM )
+COMPONENTS=( LegacyNMMB )
 
 # Note lack of environment_* files to ensure the user does not
 # accidentally use the invalid modules listed in
@@ -13,3 +13,12 @@
 
 CONFOPT="nmmb_intel_${MACHINE_ID:?}"
 MAKEOPT='nmm DEBUG=on'
+
+case "$FULL_MACHINE_ID" in
+    yellowstone|gaea)
+        CHOSEN_MODULE=$FULL_MACHINE_ID/ESMF_NUOPC
+        ;;
+    wcoss*|theia)
+        CHOSEN_MODULE=$FULL_MACHINE_ID/ESMF_700_nmmb
+        ;;
+esac
Index: checkout/log/report-theia-log/rtreport.txt
===================================================================
--- checkout/log/report-theia-log/rtreport.txt	(nonexistent)
+++ checkout/log/report-theia-log/rtreport.txt	(revision 85747)
@@ -0,0 +1,555 @@
+WORKFLOW STARTED AT Tue Dec 20 14:46:11 2016 (+1482245171)
+BUILD nmm.x: SUCCEEDED
+BUILD nmm.debug.x: SUCCEEDED
+BUILD gsm.x: SUCCEEDED
+BUILD gsm_gocart.x: SUCCEEDED
+TEST #1: PASS
+  Test nmm_cntrl starting at Tue Dec 20 15:04:02 UTC 2016 (Compare NMMB-global results with previous trunk version)
+  Tue Dec 20 15:04:02 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:05:52 UTC 2016
+TEST #2: PASS
+  Test nmm_nemsio starting at Tue Dec 20 15:04:02 UTC 2016 (Test NMMB-global NEMSIO as input file)
+  Tue Dec 20 15:04:02 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:05:48 UTC 2016
+TEST #3: PASS
+  Test nmm_rest starting at Tue Dec 20 15:09:19 UTC 2016 (Test NMMB-global restart run)
+  Tue Dec 20 15:09:19 UTC 2016
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:10:20 UTC 2016
+TEST #4: PASS
+  Test nmm_rest_nio starting at Tue Dec 20 15:04:02 UTC 2016 (Test NMMB-global restart run from NEMSIO file)
+  Tue Dec 20 15:04:02 UTC 2016
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:05:02 UTC 2016
+TEST #5: PASS
+  Test nmm_decomp starting at Tue Dec 20 15:04:02 UTC 2016 (Test NMMB-global different decomposition)
+  Tue Dec 20 15:04:02 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:05:06 UTC 2016
+TEST #6: PASS
+  Test nmm_thread starting at Tue Dec 20 15:04:02 UTC 2016 (Test NMMB-global threading)
+  Tue Dec 20 15:04:02 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:05:49 UTC 2016
+TEST #7: PASS
+  Test nmm_reg_ctl starting at Tue Dec 20 15:04:02 UTC 2016 (Compare NMMB-regional results with previous trunk version)
+  Tue Dec 20 15:04:02 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  pcp.hr1.01.bin: bit-for-bit identical
+  pcp.hr2.01.bin: bit-for-bit identical
+  pcp.hr3.01.bin: bit-for-bit identical
+  pcp.hr4.01.bin: bit-for-bit identical
+  pcp.hr5.01.bin: bit-for-bit identical
+  pcp.hr6.01.bin: bit-for-bit identical
+  pcp.hr7.01.bin: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:07:05 UTC 2016
+TEST #8: PASS
+  Test nmm_reg_nemsio starting at Tue Dec 20 15:04:02 UTC 2016 (Test NMMB-regional NEMSIO as input file)
+  Tue Dec 20 15:04:02 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:05:08 UTC 2016
+TEST #9: PASS
+  Test nmm_reg_rst starting at Tue Dec 20 15:04:02 UTC 2016 (Test NMMB-regional restart run)
+  Tue Dec 20 15:04:02 UTC 2016
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:05:41 UTC 2016
+TEST #10: PASS
+  Test nmm_reg_rst_nio starting at Tue Dec 20 15:04:02 UTC 2016 (Test NMMB-regional restart run with NEMSIO file)
+  Tue Dec 20 15:04:02 UTC 2016
+  TEST PASSED AT Tue Dec 20 15:05:41 UTC 2016
+TEST #11: PASS
+  Test nmm_reg_decomp starting at Tue Dec 20 15:04:02 UTC 2016 (Test NMMB-regional different decomposition)
+  Tue Dec 20 15:04:02 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:05:03 UTC 2016
+TEST #12: PASS
+  Test nmm_reg_thread starting at Tue Dec 20 15:04:36 UTC 2016 (Test NMMB-regional threading)
+  Tue Dec 20 15:04:36 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:07:36 UTC 2016
+TEST #13: PASS
+  Test nmm_reg_sel_phy starting at Tue Dec 20 15:04:36 UTC 2016 (Test NMMB-regional with selected GFS physics schemes)
+  Tue Dec 20 15:04:36 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:06:28 UTC 2016
+TEST #14: PASS
+  Test nmm_reg_spec_adv starting at Tue Dec 20 15:04:36 UTC 2016 (Compare NMMB-regional results with previous trunk version)
+  Tue Dec 20 15:04:36 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:06:27 UTC 2016
+TEST #15: PASS
+  Test nmm_reg_spec_adv_rst starting at Tue Dec 20 15:04:36 UTC 2016 (Compare NMMB-regional results with previous trunk version)
+  Tue Dec 20 15:04:36 UTC 2016
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:05:46 UTC 2016
+TEST #16: PASS
+  Test nmm_reg_wsm6_gfdl starting at Tue Dec 20 15:04:36 UTC 2016 (Test NMMB-regional with physics schemes WSM6 and GFDL)
+  Tue Dec 20 15:04:36 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:07:33 UTC 2016
+TEST #17: PASS
+  Test nmm_reg_wsm6_rrtm starting at Tue Dec 20 15:04:36 UTC 2016 (Test NMMB-regional with physics schemes WSM6 and GFDL)
+  Tue Dec 20 15:04:36 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:08:29 UTC 2016
+TEST #18: PASS
+  Test nmm_reg_sas_zhao starting at Tue Dec 20 15:04:37 UTC 2016 (Test NMMB-regional with physics schemes SAS, ZHAO)
+  Tue Dec 20 15:04:37 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:06:25 UTC 2016
+TEST #19: PASS
+  Test nmm_reg_thomp starting at Tue Dec 20 15:04:37 UTC 2016 (Test NMMB-regional with THOMPSON microphysics scheme)
+  Tue Dec 20 15:04:37 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:07:00 UTC 2016
+TEST #20: PASS
+  Test nmm_reg_hur starting at Tue Dec 20 15:04:37 UTC 2016 (Test NMMB-regional with 2014 HWRF physics)
+  Tue Dec 20 15:04:37 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:05:59 UTC 2016
+TEST #21: PASS
+  Test nmm_reg_pcpadj starting at Tue Dec 20 15:09:19 UTC 2016 (Test NMMB-regional with precipitation adjustment on)
+  Tue Dec 20 15:09:19 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:10:29 UTC 2016
+TEST #22: PASS
+  Test nmm_reg_timesr starting at Tue Dec 20 15:04:37 UTC 2016 (Test NMMB-regional writing time series)
+  Tue Dec 20 15:04:37 UTC 2016
+  nmmb_hst_01_bin_0006h_00m_00.00s: bit-for-bit identical
+  ts_p01_d01.bin: bit-for-bit identical
+  ts_p02_d01.bin: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:05:18 UTC 2016
+TEST #23: PASS
+  Test nmm_nests starting at Tue Dec 20 15:05:50 UTC 2016 (Test NMMB-regional with static nests)
+  Tue Dec 20 15:05:50 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:20:46 UTC 2016
+TEST #24: PASS
+  Test nmm_nest_rest starting at Tue Dec 20 15:25:05 UTC 2016 (Test NMMB-regional static nests with restart)
+  Tue Dec 20 15:25:05 UTC 2016
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:39:12 UTC 2016
+TEST #25: PASS
+  Test nmm_reg_filt starting at Tue Dec 20 15:05:51 UTC 2016 (Test NMMB-regional digital filter with static nests)
+  Tue Dec 20 15:05:51 UTC 2016
+  nmmb_hst_01_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0003h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:09:30 UTC 2016
+TEST #26: PASS
+  Test nmm_reg_filt_zombie starting at Tue Dec 20 15:05:51 UTC 2016 (Test NMMB-regional digital filter with zombie grandchild)
+  Tue Dec 20 15:05:51 UTC 2016
+  nmmb_hst_01_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0003h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:09:22 UTC 2016
+TEST #27: PASS
+  Test nmm_mvg_nests starting at Tue Dec 20 15:05:51 UTC 2016 (Test NMMB-regional with 2-way moving nests)
+  Tue Dec 20 15:05:51 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:12:33 UTC 2016
+TEST #28: PASS
+  Test nmm_mvg_nests_restart starting at Tue Dec 20 15:14:22 UTC 2016 (Test NMMB-regional with moving nests - RESTART)
+  Tue Dec 20 15:14:22 UTC 2016
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:20:44 UTC 2016
+TEST #29: PASS
+  Test nmm_mvg_nests_gens starting at Tue Dec 20 15:05:51 UTC 2016 (Test NMMB-regional with 1-way moving nests and generational task assignments)
+  Tue Dec 20 15:05:51 UTC 2016
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:11:46 UTC 2016
+TEST #30: PASS
+  Test nmm_2way_nests starting at Tue Dec 20 15:05:51 UTC 2016 (Test NMMB-regional with 2-way moving nests)
+  Tue Dec 20 15:05:51 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:12:09 UTC 2016
+TEST #31: PASS
+  Test nmm_2way_nests_restart starting at Tue Dec 20 15:14:56 UTC 2016 (Test NMMB-regional with 2-way moving nests - RESTART)
+  Tue Dec 20 15:14:56 UTC 2016
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:20:58 UTC 2016
+TEST #32: PASS
+  Test nmm_reg_rst_nio_debug starting at Tue Dec 20 15:08:45 UTC 2016 (Test NMMB-regional restart run with NEMSIO file DEBUG)
+  Tue Dec 20 15:08:45 UTC 2016
+  TEST PASSED AT Tue Dec 20 15:11:23 UTC 2016
+TEST #33: PASS
+  Test nmm_reg_rst_debug starting at Tue Dec 20 15:08:45 UTC 2016 (Test NMMB-regional restart run DEBUG)
+  Tue Dec 20 15:08:45 UTC 2016
+  TEST PASSED AT Tue Dec 20 15:11:22 UTC 2016
+TEST #34: PASS
+  Test nmm_reg_ctl_debug starting at Tue Dec 20 15:08:45 UTC 2016 (Compare NMMB-regional results with previous trunk version DEBUG)
+  Tue Dec 20 15:08:45 UTC 2016
+  TEST PASSED AT Tue Dec 20 15:11:28 UTC 2016
+TEST #35: PASS
+  Test nmm_2way_nests_debug starting at Tue Dec 20 15:08:45 UTC 2016 (Test NMMB-regional with 2-way moving nests DEBUG)
+  Tue Dec 20 15:08:45 UTC 2016
+  TEST PASSED AT Tue Dec 20 15:09:52 UTC 2016
+TEST #36: PASS
+  Test gfs_eulerian starting at Tue Dec 20 15:17:44 UTC 2016 (GFS eulerian dycore,32 total proc (tasks), 1 thread, quilt, digital filter on reduced grid)
+  Tue Dec 20 15:17:44 UTC 2016
+  sfcf03: bit-for-bit identical
+  flxf03: bit-for-bit identical
+  sigf03: bit-for-bit identical
+  sfcf06: bit-for-bit identical
+  flxf06: bit-for-bit identical
+  sigf06: bit-for-bit identical
+  sfcf12: bit-for-bit identical
+  flxf12: bit-for-bit identical
+  sigf12: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf48: bit-for-bit identical
+  flxf48: bit-for-bit identical
+  sigf48: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:18:55 UTC 2016
+TEST #37: PASS
+  Test wam_gh_l150 starting at Tue Dec 20 15:18:17 UTC 2016 (WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting)
+  Tue Dec 20 15:18:17 UTC 2016
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf00: bit-for-bit identical
+  sfcf03: bit-for-bit identical
+  flxf03: bit-for-bit identical
+  sigf03: bit-for-bit identical
+  sfcf06: bit-for-bit identical
+  flxf06: bit-for-bit identical
+  sigf06: bit-for-bit identical
+  sfcf12: bit-for-bit identical
+  flxf12: bit-for-bit identical
+  sigf12: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:23:27 UTC 2016
+TEST #38: PASS
+  Test wam_gh_l150_nemsio starting at Tue Dec 20 15:18:17 UTC 2016 (WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O)
+  Tue Dec 20 15:18:17 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf03: bit-for-bit identical
+  sfcf03: bit-for-bit identical
+  flxf03: bit-for-bit identical
+  sigf06: bit-for-bit identical
+  sfcf06: bit-for-bit identical
+  flxf06: bit-for-bit identical
+  sigf12: bit-for-bit identical
+  sfcf12: bit-for-bit identical
+  flxf12: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  sigf48: bit-for-bit identical
+  sfcf48: bit-for-bit identical
+  flxf48: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:29:00 UTC 2016
+TEST #39: PASS
+  Test gfs_slg starting at Tue Dec 20 15:18:17 UTC 2016 (Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 15:18:17 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf01: bit-for-bit identical
+  sfcf01: bit-for-bit identical
+  flxf01: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:19:43 UTC 2016
+TEST #40: PASS
+  Test gfs_slg_48pe starting at Tue Dec 20 15:18:16 UTC 2016 (Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions, 48pe)
+  Tue Dec 20 15:18:16 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf06: bit-for-bit identical
+  sfcf06: bit-for-bit identical
+  flxf06: bit-for-bit identical
+  sigf12: bit-for-bit identical
+  sfcf12: bit-for-bit identical
+  flxf12: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:19:04 UTC 2016
+TEST #41: PASS
+  Test gfs_slg_adiabatic starting at Tue Dec 20 15:18:16 UTC 2016 (Run SLG adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 15:18:16 UTC 2016
+  sigf00: bit-for-bit identical
+  sigf06: bit-for-bit identical
+  sigf12: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:18:42 UTC 2016
+TEST #42: PASS
+  Test gfs_slg_land starting at Tue Dec 20 15:18:16 UTC 2016 (Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 15:18:16 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf01: bit-for-bit identical
+  sfcf01: bit-for-bit identical
+  flxf01: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:19:44 UTC 2016
+TEST #43: PASS
+  Test gfs_slg_nsst starting at Tue Dec 20 15:18:17 UTC 2016 (Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 15:18:17 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  nstf00: bit-for-bit identical
+  sigf01: bit-for-bit identical
+  sfcf01: bit-for-bit identical
+  flxf01: bit-for-bit identical
+  nstf01: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  nstf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:19:48 UTC 2016
+TEST #44: PASS
+  Test gfs_slg_rsthst starting at Tue Dec 20 15:22:38 UTC 2016 (Run SLG restart from history file non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 15:22:38 UTC 2016
+  sigf30: bit-for-bit identical
+  sfcf30: bit-for-bit identical
+  flxf30: bit-for-bit identical
+  sigf48: bit-for-bit identical
+  sfcf48: bit-for-bit identical
+  flxf48: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:23:33 UTC 2016
+TEST #45: PASS
+  Test gfs_slg_stochy starting at Tue Dec 20 15:18:19 UTC 2016 (Run SLG non-adiabatic test with NEMSIO and digital filter and stochastic physics from NEMSIO initial conditions)
+  Tue Dec 20 15:18:19 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf01: bit-for-bit identical
+  sfcf01: bit-for-bit identical
+  flxf01: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:19:50 UTC 2016
+TEST #46: PASS
+  Test gfs_slg_t574 starting at Tue Dec 20 15:18:16 UTC 2016 (Run T574 SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 15:18:16 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  SIG.F06: bit-for-bit identical
+  SFC.F06: bit-for-bit identical
+  FLX.F06: bit-for-bit identical
+  SIG.F12: bit-for-bit identical
+  SFC.F12: bit-for-bit identical
+  FLX.F12: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:28:43 UTC 2016
+TEST #47: PASS
+  Test gfs_gocart_nemsio starting at Tue Dec 20 15:36:05 UTC 2016 (GFS_GOCART with NEMSIO)
+  Tue Dec 20 15:36:05 UTC 2016
+  ngac.t00z.gfsanl: bit-for-bit identical
+  ngac.t00z.sfnanl: bit-for-bit identical
+  ngac.t00z.sigf00: bit-for-bit identical
+  ngac.t00z.sfcf00: bit-for-bit identical
+  ngac.t00z.aerf00: bit-for-bit identical
+  ngac.t00z.sigf03: bit-for-bit identical
+  ngac.t00z.sfcf03: bit-for-bit identical
+  ngac.t00z.aerf03: bit-for-bit identical
+  ngac.t00z.sigf06: bit-for-bit identical
+  ngac.t00z.sfcf06: bit-for-bit identical
+  ngac.t00z.aerf06: bit-for-bit identical
+  ngac.t00z.sigf12: bit-for-bit identical
+  ngac.t00z.sfcf12: bit-for-bit identical
+  ngac.t00z.aerf12: bit-for-bit identical
+  ngac.t00z.sigf24: bit-for-bit identical
+  ngac.t00z.sfcf24: bit-for-bit identical
+  ngac.t00z.aerf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 15:39:14 UTC 2016
+WORKFLOW REPORT AT Tue Dec 20 15:40:46 2016 (+1482248446)
+REGRESSION TEST WAS SUCCESSFUL
Index: checkout/log/report-theia-log/build_nmm.debug.x.log
===================================================================
--- checkout/log/report-theia-log/build_nmm.debug.x.log	(nonexistent)
+++ checkout/log/report-theia-log/build_nmm.debug.x.log	(revision 85747)
@@ -0,0 +1,1024 @@
+Start Prologue v3.2-ad-2016.04.05 Tue Dec 20 14:58:48 UTC 2016 on Mother Superior(head node): tfe01
+Node Access Status = SHARED
+Job 17300025.bqs3 started for user Samuel.Trahan in queue service
+End Prologue v3.1-ad-2016.04.05 Tue Dec 20 14:58:48 UTC 2016 
+_______________________________________________________________
+
+Welcome to Theia
+  This system is Cray CS400 Linux Cluster
+
+Update History:
+
+  Version: v3.3-ad-2016.04.08
+    -- Added cach clearing before streams check
+       to eliminate potential false positives
+
+  Version: v3.2-ad-2016.04.05
+    -- Implemented parallel version of stream
+
+  Version: v3.1-ad-2016.03.01
+    -- Added streams check in epilogue
+    -- Removed Zeus/lustre specific code
+
+type:
+  module avail
+  for various Available Modules
+
+_______________________________________________________
++ sh -c 'cd /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/src ; ./install.sh nmm.debug.x'
++ [[ nmm.debug.x == nmm.x ]]
++ [[ nmm.debug.x == nmm.debug.x ]]
++ rm -f /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_nmm_debug.x
++ OPTS=app=NMM-DEBUG
++ mkdir -p /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include
++ rm -f /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_nmm_debug.x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include/NEMS_nmm_debug.x.modules
++ cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3
++ ./NEMS/NEMSAppBuilder rebuild app=NMM-DEBUG
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+NOTE: APP from autoapp is NMM-DEBUG
+NOTE: Chosen app is NMM-DEBUG
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NMM-DEBUG.appBuilder COMPONENTS NMMB
+Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
+NOTE: CONFOPT=nmmb_intel_theia MAKEOPT=nmm DEBUG=on
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure nmmb_intel_theia
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ 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
++ CHOSEN_MODULE=theia/ESMF_700_nmmb
++ copy_diff_files ../../modulefiles/theia/ESMF_700_nmmb conf/modules.nems
++ [[ ! -f conf/modules.nems ]]
++ diff ../../modulefiles/theia/ESMF_700_nmmb conf/modules.nems
++ [[ '' != '' ]]
++ echo 'confirmed conf/modules.nems'
+confirmed conf/modules.nems
++ copy_diff_files ESMFVersionDefine_ESMF_NUOPC.h ESMFVersionDefine.h
++ [[ ! -f ESMFVersionDefine.h ]]
++ diff ESMFVersionDefine_ESMF_NUOPC.h ESMFVersionDefine.h
++ [[ '' != '' ]]
++ echo 'confirmed ESMFVersionDefine.h'
+confirmed ESMFVersionDefine.h
+NEMS/NMMB build on Theia using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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
+MSGBOX: make nmm DEBUG=on   \n\nProceed with <Enter>, exit with <Esc>.
+NOTE:  MATCH: rebuild from rebuild:yes for rebuild
+NOTE: QUESTION rebuild? YES: from rebuild:yes
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/mod3/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+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/mod3/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+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/mod3/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/mod3/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/log/appBuilder.NEMS.log.36733
++ pwd
+       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include
+cd atmos/share         && gmake 
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.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 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/mod3/NEMS/src/atmos/share'
+cd atmos/gsm/gsmphys          && gmake  gocart_stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c wv_saturation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldwat2m_micro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldmacro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c aer_cloud.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 m_micro_driver.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 -fixed -I../../share -r8 -c idea_composition.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 -fixed -I../../share -r8 -c co2hc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c date_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 -fixed -I../../share -r8 -c idea_solar_heating.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 -fixed -I../../share -r8 -c idea_tracer.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 -fixed -I../../share -r8 -c h2oc.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 -fixed -I../../share -r8 -c h2ohdc.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 -fixed -I../../share -r8 -c efield.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 -fixed -I../../share -r8 -c ideaca.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 -fixed -I../../share -r8 -c idea_co2.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 -fixed -I../../share -r8 -c idea_h2o.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 -fixed -I../../share -r8 -c idea_ion.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 -fixed -I../../share -r8 -c idea_o2_o3.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 -fixed -I../../share -r8 -c idea_dissipation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tracer_const_h.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 -fixed -I../../share -r8 -c idea_phys.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 -fixed -I../../share -r8 -c gocart_tracer_config_stub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c iounitdef.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozne_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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2o_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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progtm_module.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rascnvv2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mersenne_twister.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c namelist_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c module_bfmicrophysics.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gfs_phy_tracer_config.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_clouds.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_surface.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_astronomy.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_gases.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_aerosols.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c grrad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rad_initialize.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys_2015.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozinterp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ointerp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ophys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfcsub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gbphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.pre.rad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c set_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_drv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_land.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progt2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_sice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_cice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_ocean.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_nst.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diff.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diag.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sflx.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninshoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp1.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninq.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninedmf.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfpbl.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdps.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp_mesopause.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnvn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfdeepcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cnvc90.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tridi2t3.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv_opr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfshalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c lrgsclr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscond.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscondp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpdp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd_shoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadbtn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c get_prs.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gsmddrive.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 -r8  -c num_parthds.F
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM nuopc_physics.F90 > nuopc_physics.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/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/mod3/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake 
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/nmm'
+gmake -C nmmbphys 
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/atmos/nmm/nmmbphys'
+gmake libnmm.a 
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/nmm'
+cd atmos/gsm           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/gsm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/mod3/NEMS/src/atmos/gen'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.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/mod3/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_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 -I../share -c post_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_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 -I../share -c post_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_routines_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 -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/mod3/NEMS/src/atmos/post'
+cd atmos               && gmake 
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/atmos'
+cd ENS_Cpl             && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.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/mod3/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 14:59:03 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:59:03 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:59:03 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:59:03 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:59:03 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:59:03 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:59:03 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:59:03 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:59:03 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 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/mod3/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!
++ cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src
++ cp -fp ../exe/NEMS.x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_nmm_debug.x
++ cp -fp conf/modules.nems /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include/NEMS_nmm_debug.x.modules
++ unset OPTS
++ set -xe
++ set -xe
++ test -s /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_nmm_debug.x
++ test -x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_nmm_debug.x
+_______________________________________________________________
+Start Epilogue v3.4-ad-2016.08.08 Tue Dec 20 15:04:00 UTC 2016 
+Job 17300025.bqs3 finished for user Samuel.Trahan in queue service with exit code 0
+Node Access Status = SHARED
+No OOM errors or BUG(s) found. Node OK.
+Statistics  cput=00:04:35,energy_used=0,mem=673568kb,vmem=2002432kb,walltime=00:05:11
+End Epilogue v3.1-ad-2016.04.05 Tue Dec 20 15:04:00 UTC 2016
+_______________________________________________________________
Index: checkout/log/report-theia-log/build_gsm_gocart.x.log
===================================================================
--- checkout/log/report-theia-log/build_gsm_gocart.x.log	(nonexistent)
+++ checkout/log/report-theia-log/build_gsm_gocart.x.log	(revision 85747)
@@ -0,0 +1,2664 @@
+Start Prologue v3.2-ad-2016.04.05 Tue Dec 20 15:16:33 UTC 2016 on Mother Superior(head node): tfe01
+Node Access Status = SHARED
+Job 17300357.bqs3 started for user Samuel.Trahan in queue service
+End Prologue v3.1-ad-2016.04.05 Tue Dec 20 15:16:33 UTC 2016 
+_______________________________________________________________
+
+Welcome to Theia
+  This system is Cray CS400 Linux Cluster
+
+Update History:
+
+  Version: v3.3-ad-2016.04.08
+    -- Added cach clearing before streams check
+       to eliminate potential false positives
+
+  Version: v3.2-ad-2016.04.05
+    -- Implemented parallel version of stream
+
+  Version: v3.1-ad-2016.03.01
+    -- Added streams check in epilogue
+    -- Removed Zeus/lustre specific code
+
+type:
+  module avail
+  for various Available Modules
+
+_______________________________________________________
++ sh -c 'cd /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/src ; ./install.sh gsm_gocart.x'
++ [[ gsm_gocart.x == nmm.x ]]
++ [[ gsm_gocart.x == nmm.debug.x ]]
++ [[ gsm_gocart.x == gsm.x ]]
++ [[ gsm_gocart.x == gsm_gocart.x ]]
++ rm -f /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_gocart.x
++ OPTS=app=GSM-GOCART
++ mkdir -p /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include
++ rm -f /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_gocart.x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include/NEMS_gocart.x.modules
++ cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3
++ ./NEMS/NEMSAppBuilder rebuild app=GSM-GOCART
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+NOTE: APP from autoapp is GSM-GOCART
+NOTE: Chosen app is GSM-GOCART
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/GSM-GOCART.appBuilder COMPONENTS GSM
+Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
+NOTE: CONFOPT=gsm_intel_theia MAKEOPT=gsm GOCART_MODE=full
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure gsm_intel_theia
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ copy_diff_files ../../conf/configure.nems.Theia.intel_gsm conf/configure.nems
++ [[ ! -f conf/configure.nems ]]
++ diff ../../conf/configure.nems.Theia.intel_gsm conf/configure.nems
++ [[ '' != '' ]]
++ echo 'confirmed conf/configure.nems'
+confirmed conf/configure.nems
++ touch conf/externals.nems
++ CHOSEN_MODULE=theia/ESMF_700_gsm
++ copy_diff_files ../../modulefiles/theia/ESMF_700_gsm conf/modules.nems
++ [[ ! -f conf/modules.nems ]]
++ diff ../../modulefiles/theia/ESMF_700_gsm conf/modules.nems
++ [[ '' != '' ]]
++ echo 'confirmed conf/modules.nems'
+confirmed conf/modules.nems
++ copy_diff_files ESMFVersionDefine_ESMF_NUOPC.h ESMFVersionDefine.h
++ [[ ! -f ESMFVersionDefine.h ]]
++ diff ESMFVersionDefine_ESMF_NUOPC.h ESMFVersionDefine.h
++ [[ '' != '' ]]
++ echo 'confirmed ESMFVersionDefine.h'
+confirmed ESMFVersionDefine.h
+NEMS/GSM build on Theia using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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
+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
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/mod3/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/log/appBuilder.NEMS.log.126170
++ pwd
+cd chem/gocart/src     && gmake install GOCART_MODE=full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Config'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making install in $d	;\
+	      gmake -C $d -e install	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making install in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Config'
+GNUmakefile:35: - Node not know, disabling build environment check
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Config'
+Making install in GMAO_Shared
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+Building dependency file m_rGrADS.d
+Building dependency file m_ior4.d
+Building dependency file m_zeit.d
+Building dependency file m_stdio.d
+Building dependency file m_showDistrib.d
+Building dependency file m_realkinds.d
+Building dependency file m_rankMerge.d
+Building dependency file m_parDOT.d
+Building dependency file m_mpout.d
+Building dependency file m_mpif90.d
+Building dependency file m_mergedList.d
+Building dependency file m_mall.d
+Building dependency file m_ioutil.d
+Building dependency file m_intkinds.d
+Building dependency file m_inpak90.d
+Building dependency file m_flow.d
+Building dependency file m_dropdead.d
+Building dependency file m_die.d
+Building dependency file m_chars.d
+Building dependency file m_StrTemplate.d
+Building dependency file m_String.d
+Building dependency file m_SortingTools.d
+Building dependency file m_Permuter.d
+Building dependency file m_Group.d
+Building dependency file m_Filename.d
+Building dependency file m_MergeSorts.d
+Building dependency file m_List.d
+Building dependency file m_IndexBin_logical.d
+Building dependency file m_IndexBin_integer.d
+Building dependency file m_IndexBin_char.d
+Building dependency file m_datetime.d
+Building dependency file m_date.d
+Building dependency file m_FileResolv.d
+Building dependency file m_random.d
+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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+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_chars.F90
+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_flow.F90
+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_stdio.F90
+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_mpif90.F90
+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_intkinds.F90
+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_ioutil.F90
+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_dropdead.F90
+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_mpout.F90
+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_die.F90
+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_StrTemplate.F90
+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_FileResolv.f90
+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_date.F90
+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_datetime.F90
+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_mall.F90
+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_IndexBin_char.F90
+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_IndexBin_integer.F90
+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_IndexBin_logical.F90
+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_String.F90
+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_List.F90
+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_MergeSorts.F90
+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_Filename.F90
+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_Group.F90
+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_Permuter.F90
+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_rankMerge.F90
+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_SortingTools.F90
+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_inpak90.F90
+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_mergedList.F90
+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_parDOT.F90
+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_showDistrib.F90
+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_zeit.F90
+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_ior4.F90
+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_rGrADS.F90
+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_wGrADS.F90
+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_GrADS.F90
+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_fpe.F90
+gcc -c -DsysLinux -DESMA64   -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 -O  -fPIC get_zeits.c
+/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/mod3/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
+Building dependency file mpi0_copy.d
+Building dependency file mpi_reduce_scatter.d
+Building dependency file mpi_allreduce.d
+Building dependency file mpi_reduce.d
+Building dependency file mpi_alltoallv.d
+Building dependency file mpi_alltoall.d
+Building dependency file mpi_allgatherv.d
+Building dependency file mpi_allgather.d
+Building dependency file mpi_scatterv.d
+Building dependency file mpi_scatter.d
+Building dependency file mpi_gatherv.d
+Building dependency file mpi_gather.d
+Building dependency file mpi_bcast.d
+Building dependency file mpi_barrier.d
+Building dependency file mpi_wtime.d
+Building dependency file mpi_wtick.d
+Building dependency file mpi_waitall.d
+Building dependency file mpi_irecv.d
+Building dependency file mpi_recv.d
+Building dependency file mpi_sendrecv.d
+Building dependency file mpi_send.d
+Building dependency file mpi_isend.d
+Building dependency file mpi_initialized.d
+Building dependency file mpi_init.d
+Building dependency file mpi_finalize.d
+Building dependency file mpi_error_string.d
+Building dependency file mpi_comm_size.d
+Building dependency file mpi_comm_rank.d
+Building dependency file mpi_comm_free.d
+Building dependency file mpi_comm_dup.d
+Building dependency file mpi_abort.d
+m_SHMEM.F90:30:60: warning: missing terminating ' character
+m_SHMEM.F90:58:33: warning: missing terminating ' character
+Building dependency file m_SHMEM.d
+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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+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_dup.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_comm_free.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_comm_rank.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_comm_size.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_error_string.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_finalize.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_init.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_initialized.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_isend.F90
+mpi_isend.F90(12): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [REQUEST]
+         & comm, request, ierror)
+-----------------^
+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_send.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_sendrecv.F90
+mpi_sendrecv.F90(12): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [RBUF]
+    			     rbuf, rcount, rtype, srcs, rtag,	&
+-----------------------------^
+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_recv.F90
+mpi_recv.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [STATUS]
+    subroutine mpi_recv( buf, count, type, pe, tag, comm, status, ierror)
+----------------------------------------------------------^
+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_irecv.F90
+mpi_irecv.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [REQUEST]
+    subroutine mpi_irecv( buf, count, type, pe, tag, comm, request, ierror)
+-----------------------------------------------------------^
+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_waitall.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_wtick.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_wtime.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_barrier.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_bcast.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_gather.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_gatherv.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_scatter.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_scatterv.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_allgather.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_allgatherv.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_alltoall.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_alltoallv.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_reduce.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_allreduce.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_reduce_scatter.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 mpi0_copy.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_zzz.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_wait.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_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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Hh] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+Building dependency file gfioutil___.d
+Building dependency file timesubs.d
+Building dependency file getdate.d
+Building dependency file diffdate.d
+Building dependency file gfioCF.d
+gfio___.F:1015:23: warning: missing terminating ' character
+gfio___.F:1256:59: warning: missing terminating ' character
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+gfio___.F:2795:52: warning: missing terminating ' character
+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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+Building dependency file gfioutil___.d
+Building dependency file timesubs.d
+Building dependency file getdate.d
+Building dependency file diffdate.d
+Building dependency file gfioCF.d
+gfio___.F:1015:23: warning: missing terminating ' character
+gfio___.F:1256:59: warning: missing terminating ' character
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+gfio___.F:2795:52: warning: missing terminating ' character
+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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake local_install
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+No local install in here
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+Building dependency file ESMF_CFIOVarInfoMod.d
+Building dependency file ESMF_CFIOUtilMod.d
+Building dependency file ESMF_CFIOSdfMod.d
+Building dependency file ESMF_CFIOMod.d
+Building dependency file ESMF_CFIOGridMod.d
+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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+Building dependency file ESMF_CFIOVarInfoMod.d
+Building dependency file ESMF_CFIOUtilMod.d
+Building dependency file ESMF_CFIOSdfMod.d
+Building dependency file ESMF_CFIOMod.d
+Building dependency file ESMF_CFIOGridMod.d
+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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake local_install
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+No local install in here
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+Building dependency file MAPL_CFIOServer.d
+Building dependency file MAPL_LoadBalance.d
+Building dependency file MAPL_ShmemMod.d
+Building dependency file MAPL_NewArthParser.d
+Building dependency file MAPL_ExtDataGridCompMod.d
+MAPL_NominalOrbitsMod.F90:15:64: warning: missing terminating ' character
+Building dependency file MAPL_NominalOrbitsMod.d
+Building dependency file MAPL_OrbGridCompMod.d
+Building dependency file MAPL_SimpleBundleMod.d
+Building dependency file MAPL_MaxMinMod.d
+Building dependency file CubeToLatLon.d
+Building dependency file MAPL_Hash.d
+Building dependency file MAPL_MemUtils.d
+Building dependency file memuse.d
+Building dependency file c_mapl_locstream_F.d
+Building dependency file hash.d
+Building dependency file MAPL_Cap.d
+Building dependency file MAPL_HistoryGridComp.d
+Building dependency file MAPL_SatVapor.d
+Building dependency file MAPL_sun_uc.d
+Building dependency file MAPL_Generic.d
+Building dependency file MAPL_Sort.d
+Building dependency file MAPL_GenericCplComp.d
+Building dependency file sort.d
+Building dependency file MAPL_Profiler.d
+Building dependency file MAPL_Constants.d
+Building dependency file MAPL_Mod.d
+Building dependency file MAPL_LocStreamMod.d
+Building dependency file MAPL_Comms.d
+Building dependency file MAPL_HorzTransform.d
+Building dependency file MAPL_IO.d
+Building dependency file MAPL_CFIO.d
+Building dependency file hinterp.d
+Building dependency file MAPL_InterpMod.d
+Building dependency file MAPL_Base.d
+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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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)
+------------------------------------------------------^
+MAPL_stubs.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [DATA_CS]
+subroutine latlon2cube(npx, npy, nlon, nlat, data_ll, data_cs)
+------------------------------------------------------^
+MAPL_stubs.F90(21): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [INDEX]
+subroutine GetWeightsC2C(npx, npy, npxout, npyout, index, weight, &
+---------------------------------------------------^
+MAPL_stubs.F90(21): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [WEIGHT]
+subroutine GetWeightsC2C(npx, npy, npxout, npyout, index, weight, &
+----------------------------------------------------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE1]
+         ee1, ee2, ff1, ff2)
+---------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE2]
+         ee1, ee2, ff1, ff2)
+--------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF1]
+         ee1, ee2, ff1, ff2)
+-------------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF2]
+         ee1, ee2, ff1, ff2)
+------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [INDEX]
+    index, weight, id1, id2, jdc, l2c,     &
+----^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [WEIGHT]
+    index, weight, id1, id2, jdc, l2c,     &
+-----------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [ID1]
+    index, weight, id1, id2, jdc, l2c,     &
+-------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [ID2]
+    index, weight, id1, id2, jdc, l2c,     &
+------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [JDC]
+    index, weight, id1, id2, jdc, l2c,     &
+-----------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [L2C]
+    index, weight, id1, id2, jdc, l2c,     &
+----------------------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+----^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+---------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+--------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+-------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [GG1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+------------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [GG2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+-----------------------------^
+ar cr libMAPL_Base_stubs.a MAPL_stubs.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -pr *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -p *.pl                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin 
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+Building dependency file ctl_crst.d
+Building dependency file Chem_Aod3d.d
+Building dependency file Chem_Aod.d
+Building dependency file Chem_SimpleBundleMod.d
+Chem_AodMod.F90:446:1: error: unterminated argument list invoking macro "__raise__"
+gmake[3]: [Chem_AodMod.d] Error 1 (ignored)
+Building dependency file Chem_AodMod.d
+Building dependency file Chem_MieMod.d
+Building dependency file Chem_MieTableMod.d
+Building dependency file Chem_InitMod.d
+Building dependency file Chem_Mod.d
+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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a             /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p        *.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.mod           /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+Building dependency file ConvectionMod.d
+Building dependency file SulfateChemDriverMod.d
+Building dependency file SeasaltEmissionMod.d
+Building dependency file WetRemovalMod.d
+Building dependency file DustEmissionMod.d
+Building dependency file DryDepositionMod.d
+Building dependency file Chem_SettlingMod.d
+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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.a     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making install in Components
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+GOCART_GridCompMod.F90:966:37: error: SS_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:970:37: error: SU_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:974:37: error: BC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:978:37: error: OC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:982:37: error: CO_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:986:38: error: CO2_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:990:38: error: CFC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:994:37: error: Rn_ExportSpec___.h: No such file or directory
+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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+Building History Spec fragment file O3_History___.rc
+O3_GridCompMod.F90:36:18: error: mpif.h: No such file or directory
+O3_GridCompMod.F90:320:27: warning: missing terminating ' character
+O3_GridCompMod.F90:616:18: warning: missing terminating ' character
+O3_GridCompMod.F90:618:31: warning: missing terminating ' character
+O3_GridCompMod.F90:1296:42: warning: missing terminating ' character
+O3_GridCompMod.F90:1359:20: warning: missing terminating ' character
+O3_GridCompMod.F90:1374:57: warning: missing terminating ' character
+O3_GridCompMod.F90:1622:52: warning: missing terminating ' character
+O3_GridCompMod.F90:1623:67: warning: missing terminating ' character
+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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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)
+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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR    
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+Building History Spec fragment file CFC_History___.rc
+CFC_GridCompMod.F90:134:18: error: mpif.h: No such file or directory
+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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+Building History Spec fragment file SU_History___.rc
+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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_install
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+/bin/cp -f -p *.mod          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components'
+Making install in Applications
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Applications'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Applications'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+       CHEM_MODE -----------> compile
+       PHYS_MODE -----------> compile
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys
+cd atmos/share         && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -openmp -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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.f90
+mpiifort -g -openmp -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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.f90
+mpiifort -g -openmp -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/mod3/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm/gsmphys          && gmake gocart_full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 wv_saturation.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 cldwat2m_micro.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 cldmacro.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 aer_cloud.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 m_micro_driver.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 -r8 -c idea_composition.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 -r8 -c co2hc.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 date_def.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 -r8 -c idea_solar_heating.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 -r8 -c idea_tracer.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 -r8 -c h2oc.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 -r8 -c h2ohdc.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 -r8 -c efield.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 -r8 -c ideaca.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 -r8 -c idea_co2.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 -r8 -c idea_h2o.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 -r8 -c idea_ion.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 -r8 -c idea_o2_o3.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 -r8 -c idea_dissipation.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 tracer_const_h.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 -r8 -c idea_phys.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 iounitdef.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 ozne_def.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 h2o_def.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 progtm_module.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 rascnvv2.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 mersenne_twister.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 namelist_soilveg.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 module_bfmicrophysics.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 gfs_phy_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 -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 radlw_datatb.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 radlw_main.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 radsw_param.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 radiation_clouds.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 radiation_surface.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 radsw_datatb.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 radsw_main.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 radiation_astronomy.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 radiation_gases.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 radiation_aerosols.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 grrad.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 rad_initialize.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 ozphys_2015.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 ozphys.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 ozinterp.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 h2ointerp.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 h2ophys.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 sfcsub.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 gbphys.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 dcyc2.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 dcyc2.pre.rad.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 set_soilveg.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 sfc_drv.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 sfc_land.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 progt2.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 sfc_sice.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 sfc_cice.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 sfc_ocean.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 sfc_nst.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 sfc_diff.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 sfc_diag.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 sflx.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 moninshoc.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 moninp.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 moninp1.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 moninq.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 moninedmf.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 mfpbl.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 gwdps.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 gwdc.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 rayleigh_damp.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 rayleigh_damp_mesopause.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 sascnv.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 sascnvn.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 mfdeepcnv.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 cnvc90.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 tridi2t3.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 shalcv.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 shalcv_opr.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 shalcnv.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 mfshalcnv.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 lrgsclr.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 gscond.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 gscondp.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 precpd.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 precpdp.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 precpd_shoc.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 mstadb.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 mstadbtn.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 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/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/nmm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/mod3/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm           && gmake gocart_full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm'
+cd libutil && gmake gocart_full && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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.F90 > atmos_phy_chem_cpl_comp_mod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM atmos_chem_phy_cpl_comp_mod.F90 > atmos_chem_phy_cpl_comp_mod.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.f90 atmos_chem_phy_cpl_comp_mod.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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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_digital_filter_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_export_import_data.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 gfs_dyn_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_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/mod3/NEMS/src/atmos/gsm/libutil'
+cd io && gmake && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/mod3/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/io'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ffsync.F90 > ffsync.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 ffsync.f90
+/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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_io_mpi_def.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_WRITE.F90 > module_GFS_WRITE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_GRID_COMP_GFS.F90 > module_WRITE_GRID_COMP_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG_WRITE_GFS.F90 > module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_INTERNAL_STATE_GFS.F90 > module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_ROUTINES_GFS.F90 > module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_GRID_COMP_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 -I../../share -I../libutil  -c module_GFS_WRITE.f90
+ar -r libio.a ffsync.o 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/mod3/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/io'
+cd dyn && gmake gocart_full && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+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.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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+---------------------------^
+impadj_hyb.locl_gc.f90(138): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+---------------------------^
+filtereo.f90(65): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------------------^
+filter1eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------------------^
+filter2eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------------------^
+filtereo_noq.f90(62): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------------------^
+filter1eo_noq.f90(59): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------------------^
+filter2eo_noq.f90(60): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+---------------------------^
+grid_to_spect.f90(58): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------^
+grid_to_spect_slg.f90(49): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/mod3/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
+---------------------------^
+grid_to_spect_rqt.f90(57): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+---------------------------^
+sicdif_sig.f90(342): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/mod3/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
+---------------------------^
+sicdif_hyb.f90(330): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/mod3/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
+---------------------------^
+sicdif_hyb_gc.f90(336): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/mod3/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
+---------------------------^
+sicdif_hyb_gcdp.f90(396): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+--------------^
+get_topo_grid_grad.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,       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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+---------------------------^
+grid_to_spect_inp.f90(84): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------^
+grid_to_spect_inp_slg.f90(85): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/mod3/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/mod3/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/mod3/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+       CHEM_MODi------from GFS/phys-----> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+---------------------------^
+getcon_physics.f90(42): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/atmos/gsm'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.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/mod3/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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/mod3/NEMS/src/atmos/post'
+cd atmos               && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/atmos'
+cd ENS_Cpl             && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.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/mod3/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_bcst_global.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Sto_Per_Scheme_Step2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 DistributeForStep1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_CplState_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Run_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_GetParameterFromStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_CplComp_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Sto_Per_Scheme_Step1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 kinds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 peuc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 pran.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 prana.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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/mod3/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 15:16:47 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:16:47 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:16:47 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:16:47 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:16:47 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:16:47 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:16:47 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:16:47 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:16:47 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/Linux/lib/libGOCART_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libCO2_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libCFC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libO3_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libBC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libSU_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libChem_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libGMAO_gfio_r8.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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!
++ cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src
++ cp -fp ../exe/NEMS.x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_gocart.x
++ cp -fp conf/modules.nems /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include/NEMS_gocart.x.modules
++ unset OPTS
++ set -xe
++ set -xe
++ test -s /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_gocart.x
++ test -x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_gocart.x
+_______________________________________________________________
+Start Epilogue v3.4-ad-2016.08.08 Tue Dec 20 15:34:11 UTC 2016 
+Job 17300357.bqs3 finished for user Samuel.Trahan in queue service with exit code 0
+Node Access Status = SHARED
+No OOM errors or BUG(s) found. Node OK.
+Statistics  cput=00:16:04,energy_used=0,mem=429396kb,vmem=2339696kb,walltime=00:17:38
+End Epilogue v3.1-ad-2016.04.05 Tue Dec 20 15:34:12 UTC 2016
+_______________________________________________________________
Index: checkout/log/report-theia-log/build_gsm.x.log
===================================================================
--- checkout/log/report-theia-log/build_gsm.x.log	(nonexistent)
+++ checkout/log/report-theia-log/build_gsm.x.log	(revision 85747)
@@ -0,0 +1,1847 @@
+Start Prologue v3.2-ad-2016.04.05 Tue Dec 20 15:05:48 UTC 2016 on Mother Superior(head node): tfe01
+Node Access Status = SHARED
+Job 17300173.bqs3 started for user Samuel.Trahan in queue service
+End Prologue v3.1-ad-2016.04.05 Tue Dec 20 15:05:48 UTC 2016 
+_______________________________________________________________
+
+Welcome to Theia
+  This system is Cray CS400 Linux Cluster
+
+Update History:
+
+  Version: v3.3-ad-2016.04.08
+    -- Added cach clearing before streams check
+       to eliminate potential false positives
+
+  Version: v3.2-ad-2016.04.05
+    -- Implemented parallel version of stream
+
+  Version: v3.1-ad-2016.03.01
+    -- Added streams check in epilogue
+    -- Removed Zeus/lustre specific code
+
+type:
+  module avail
+  for various Available Modules
+
+_______________________________________________________
++ sh -c 'cd /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/src ; ./install.sh gsm.x'
++ [[ gsm.x == nmm.x ]]
++ [[ gsm.x == nmm.debug.x ]]
++ [[ gsm.x == gsm.x ]]
++ rm -f /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_gsm.x
++ OPTS=app=GSM
++ mkdir -p /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include
++ rm -f /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_gsm.x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include/NEMS_gsm.x.modules
++ cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3
++ ./NEMS/NEMSAppBuilder rebuild app=GSM
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+NOTE: APP from autoapp is GSM
+NOTE: Chosen app is GSM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/GSM.appBuilder COMPONENTS GSM
+Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
+NOTE: CONFOPT=gsm_intel_theia MAKEOPT=gsm
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure gsm_intel_theia
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ copy_diff_files ../../conf/configure.nems.Theia.intel_gsm conf/configure.nems
++ [[ ! -f conf/configure.nems ]]
++ diff ../../conf/configure.nems.Theia.intel_gsm conf/configure.nems
++ [[ $'17c17\n< \n---\n> #\n20,33c20\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< \n---\n> #\n37,43c24,25\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\n---\n> NETCDF_INC  = -I$(NETCDF)/include\n> NETCDF_LIB  = -L$(NETCDF)/lib -lnetcdff -lnetcdf\n45d26\n< BACIO_LIB   = ${BACIO_LIB4}\n46a28\n> BACIO_LIB   = ${BACIO_LIB4}\n48,54d29\n<  \n< EXTLIBS      = $(NEMSIO_LIB) \\\n<                $(W3_LIB)     \\\n<                $(BACIO_LIB)  \\\n<                $(SP_LIB)     \\\n<                $(NETCDF_LIB) \\\n<                $(ESMF_LIB)  \n56c31\n< ## for the post quilting option\n---\n> POSTDIR     = /scratch2/portfolios/NCEPDEV/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd\n62d36\n< XML_LIB     = ${XMLPARSE_LIB}\n66,67c40,48\n< EXTLIBS_POST = $(NEMSIO_LIB)  \\\n<                $(POST_LIB)    \\\n---\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) \\\n69,112c50,91\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\n---\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\n114,115c93,94\n< AR           = ar\n< ARFLAGS      = -r\n---\n> AR          = ar\n> ARFLAGS     = -r\n117c96\n< RM           = rm\n---\n> RM          = rm' != '' ]]
++ set -x
++ cp ../../conf/configure.nems.Theia.intel_gsm conf/configure.nems
++ cp ../../modulefiles/theia/ESMF_700_gsm conf/modules.nems
+confirmed ESMFVersionDefine.h
+NEMS/GSM build on Theia using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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
+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
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/mod3/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+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/mod3/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+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/mod3/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/mod3/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
++ make gsm
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/log/appBuilder.NEMS.log.57050
++ pwd
+       CHEM_MODE -----------> compile
+       PHYS_MODE -----------> compile
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys
+cd atmos/share         && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -openmp -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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.f90
+mpiifort -g -openmp -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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.f90
+mpiifort -g -openmp -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/mod3/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm/gsmphys          && gmake gocart_stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 wv_saturation.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 cldwat2m_micro.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 cldmacro.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 aer_cloud.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 m_micro_driver.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 -r8 -c idea_composition.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 -r8 -c co2hc.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 date_def.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 -r8 -c idea_solar_heating.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 -r8 -c idea_tracer.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 -r8 -c h2oc.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 -r8 -c h2ohdc.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 -r8 -c efield.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 -r8 -c ideaca.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 -r8 -c idea_co2.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 -r8 -c idea_h2o.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 -r8 -c idea_ion.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 -r8 -c idea_o2_o3.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 -r8 -c idea_dissipation.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 tracer_const_h.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 -r8 -c idea_phys.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 -r8 -c gocart_tracer_config_stub.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 iounitdef.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 ozne_def.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 h2o_def.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 progtm_module.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 rascnvv2.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 mersenne_twister.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 namelist_soilveg.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 module_bfmicrophysics.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 gfs_phy_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 -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 radlw_datatb.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 radlw_main.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 radsw_param.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 radiation_clouds.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 radiation_surface.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 radsw_datatb.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 radsw_main.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 radiation_astronomy.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 radiation_gases.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 radiation_aerosols.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 grrad.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 rad_initialize.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 ozphys_2015.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 ozphys.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 ozinterp.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 h2ointerp.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 h2ophys.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 sfcsub.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 gbphys.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 dcyc2.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 dcyc2.pre.rad.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 set_soilveg.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 sfc_drv.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 sfc_land.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 progt2.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 sfc_sice.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 sfc_cice.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 sfc_ocean.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 sfc_nst.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 sfc_diff.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 sfc_diag.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 sflx.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 moninshoc.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 moninp.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 moninp1.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 moninq.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 moninedmf.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 mfpbl.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 gwdps.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 gwdc.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 rayleigh_damp.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 rayleigh_damp_mesopause.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 sascnv.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 sascnvn.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 mfdeepcnv.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 cnvc90.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 tridi2t3.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 shalcv.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 shalcv_opr.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 shalcnv.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 mfshalcnv.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 lrgsclr.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 gscond.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 gscondp.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 precpd.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 precpdp.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 precpd_shoc.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 mstadb.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 mstadbtn.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 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 -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 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/mod3/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/nmm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/mod3/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm           && gmake gocart_stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm'
+cd libutil && gmake gocart_stub && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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_chem_phy_cpl_comp_mod_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 -O3 -r8 -free  -I../../share -c module_gfs_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 -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_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 -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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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_digital_filter_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_export_import_data.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 gfs_dyn_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_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/mod3/NEMS/src/atmos/gsm/libutil'
+cd io && gmake  && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/mod3/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/io'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ffsync.F90 > ffsync.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 ffsync.f90
+/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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_io_mpi_def.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_WRITE.F90 > module_GFS_WRITE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_GRID_COMP_GFS.F90 > module_WRITE_GRID_COMP_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG_WRITE_GFS.F90 > module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_INTERNAL_STATE_GFS.F90 > module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_ROUTINES_GFS.F90 > module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_GRID_COMP_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 -I../../share -I../libutil  -c module_GFS_WRITE.f90
+ar -r libio.a ffsync.o 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/mod3/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/io'
+cd dyn && gmake && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+---------------------------^
+impadj_hyb.locl_gc.f90(138): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+---------------------------^
+filtereo.f90(65): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------------------^
+filter1eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------------------^
+filter2eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------------------^
+filtereo_noq.f90(62): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------------------^
+filter1eo_noq.f90(59): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------------------^
+filter2eo_noq.f90(60): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+---------------------------^
+grid_to_spect.f90(58): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------^
+grid_to_spect_slg.f90(49): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/mod3/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
+---------------------------^
+grid_to_spect_rqt.f90(57): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+---------------------------^
+sicdif_sig.f90(342): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/mod3/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
+---------------------------^
+sicdif_hyb.f90(330): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/mod3/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
+---------------------------^
+sicdif_hyb_gc.f90(336): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/mod3/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
+---------------------------^
+sicdif_hyb_gcdp.f90(396): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+--------------^
+get_topo_grid_grad.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,       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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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
+---------------------------^
+grid_to_spect_inp.f90(84): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/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
+---------------^
+grid_to_spect_inp_slg.f90(85): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/mod3/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/mod3/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/mod3/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+       CHEM_MODi------from GFS/phys-----> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+---------------------------^
+getcon_physics.f90(42): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/atmos/gsm'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.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/mod3/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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/mod3/NEMS/src/atmos/post'
+cd atmos               && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/atmos'
+cd ENS_Cpl             && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.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/mod3/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_bcst_global.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Sto_Per_Scheme_Step2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 DistributeForStep1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_CplState_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Run_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_GetParameterFromStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_CplComp_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Sto_Per_Scheme_Step1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 kinds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 peuc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 pran.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 prana.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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/mod3/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 15:06:02 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:06:02 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:06:02 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:06:02 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:06:02 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:06:02 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:06:02 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:06:02 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 15:06:02 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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!
++ cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src
++ cp -fp ../exe/NEMS.x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_gsm.x
++ cp -fp conf/modules.nems /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include/NEMS_gsm.x.modules
++ unset OPTS
++ set -xe
++ set -xe
++ test -s /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_gsm.x
++ test -x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_gsm.x
+_______________________________________________________________
+Start Epilogue v3.4-ad-2016.08.08 Tue Dec 20 15:15:20 UTC 2016 
+Job 17300173.bqs3 finished for user Samuel.Trahan in queue service with exit code 0
+Node Access Status = SHARED
+No OOM errors or BUG(s) found. Node OK.
+Statistics  cput=00:08:40,energy_used=0,mem=731604kb,vmem=2263520kb,walltime=00:09:32
+End Epilogue v3.1-ad-2016.04.05 Tue Dec 20 15:15:20 UTC 2016
+_______________________________________________________________
Index: checkout/log/report-theia-log/build_nmm.x.log
===================================================================
--- checkout/log/report-theia-log/build_nmm.x.log	(nonexistent)
+++ checkout/log/report-theia-log/build_nmm.x.log	(revision 85747)
@@ -0,0 +1,1024 @@
+Start Prologue v3.2-ad-2016.04.05 Tue Dec 20 14:46:25 UTC 2016 on Mother Superior(head node): tfe01
+Node Access Status = SHARED
+Job 17299859.bqs3 started for user Samuel.Trahan in queue service
+End Prologue v3.1-ad-2016.04.05 Tue Dec 20 14:46:25 UTC 2016 
+_______________________________________________________________
+
+Welcome to Theia
+  This system is Cray CS400 Linux Cluster
+
+Update History:
+
+  Version: v3.3-ad-2016.04.08
+    -- Added cach clearing before streams check
+       to eliminate potential false positives
+
+  Version: v3.2-ad-2016.04.05
+    -- Implemented parallel version of stream
+
+  Version: v3.1-ad-2016.03.01
+    -- Added streams check in epilogue
+    -- Removed Zeus/lustre specific code
+
+type:
+  module avail
+  for various Available Modules
+
+_______________________________________________________
++ sh -c 'cd /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/src ; ./install.sh nmm.x'
++ [[ nmm.x == nmm.x ]]
++ rm -f /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_nmm.x
++ OPTS=app=NMM
++ mkdir -p /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include
++ rm -f /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_nmm.x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include/NEMS_nmm.x.modules
++ cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3
++ ./NEMS/NEMSAppBuilder rebuild app=NMM
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+NOTE: APP from autoapp is NMM
+NOTE: Chosen app is NMM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NMM.appBuilder COMPONENTS NMMB
+Ignoring command: $tool --backtitle NEMS Application Builder --title Info --infobox Determine platform... 6 25
+NOTE: CONFOPT=nmmb_intel_theia MAKEOPT=nmm
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure nmmb_intel_theia
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ 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
++ CHOSEN_MODULE=theia/ESMF_700_nmmb
++ copy_diff_files ../../modulefiles/theia/ESMF_700_nmmb conf/modules.nems
++ [[ ! -f conf/modules.nems ]]
++ diff ../../modulefiles/theia/ESMF_700_nmmb conf/modules.nems
++ [[ '' != '' ]]
++ echo 'confirmed conf/modules.nems'
+confirmed conf/modules.nems
++ copy_diff_files ESMFVersionDefine_ESMF_NUOPC.h ESMFVersionDefine.h
++ [[ ! -f ESMFVersionDefine.h ]]
++ diff ESMFVersionDefine_ESMF_NUOPC.h ESMFVersionDefine.h
++ [[ '' != '' ]]
++ echo 'confirmed ESMFVersionDefine.h'
+confirmed ESMFVersionDefine.h
+NEMS/NMMB build on Theia using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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
+MSGBOX: make nmm   \n\nProceed with <Enter>, exit with <Esc>.
+NOTE:  MATCH: rebuild from rebuild:yes for rebuild
+NOTE: QUESTION rebuild? YES: from rebuild:yes
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/mod3/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+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/mod3/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+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/mod3/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/mod3/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
++ make nmm
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/log/appBuilder.NEMS.log.13308
++ pwd
+       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/chem/gocart/Linux/include
+cd atmos/share         && gmake 
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.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 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/mod3/NEMS/src/atmos/share'
+cd atmos/gsm/gsmphys          && gmake  gocart_stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c wv_saturation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldwat2m_micro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldmacro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c aer_cloud.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 m_micro_driver.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 -fixed -I../../share -r8 -c idea_composition.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 -fixed -I../../share -r8 -c co2hc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c date_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 -fixed -I../../share -r8 -c idea_solar_heating.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 -fixed -I../../share -r8 -c idea_tracer.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 -fixed -I../../share -r8 -c h2oc.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 -fixed -I../../share -r8 -c h2ohdc.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 -fixed -I../../share -r8 -c efield.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 -fixed -I../../share -r8 -c ideaca.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 -fixed -I../../share -r8 -c idea_co2.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 -fixed -I../../share -r8 -c idea_h2o.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 -fixed -I../../share -r8 -c idea_ion.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 -fixed -I../../share -r8 -c idea_o2_o3.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 -fixed -I../../share -r8 -c idea_dissipation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tracer_const_h.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 -fixed -I../../share -r8 -c idea_phys.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 -fixed -I../../share -r8 -c gocart_tracer_config_stub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c iounitdef.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozne_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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2o_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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progtm_module.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rascnvv2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mersenne_twister.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c namelist_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c module_bfmicrophysics.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gfs_phy_tracer_config.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_clouds.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_surface.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_astronomy.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_gases.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_aerosols.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c grrad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rad_initialize.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys_2015.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozinterp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ointerp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ophys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfcsub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gbphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.pre.rad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c set_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_drv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_land.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progt2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_sice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_cice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_ocean.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_nst.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diff.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diag.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sflx.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninshoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp1.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninq.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninedmf.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfpbl.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdps.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp_mesopause.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnvn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfdeepcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cnvc90.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tridi2t3.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv_opr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfshalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c lrgsclr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscond.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscondp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpdp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd_shoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadbtn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c get_prs.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gsmddrive.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 -r8  -c num_parthds.F
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM nuopc_physics.F90 > nuopc_physics.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/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/mod3/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake 
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/nmm'
+gmake -C nmmbphys 
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/atmos/nmm/nmmbphys'
+gmake libnmm.a 
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src/atmos/nmm'
+cd atmos/gsm           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/NEMS/src/atmos/gsm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O3  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/mod3/NEMS/src/atmos/gen'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.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/mod3/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_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 -I../share -c post_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_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 -I../share -c post_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_routines_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 -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/mod3/NEMS/src/atmos/post'
+cd atmos               && gmake 
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/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/mod3/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/mod3/NEMS/src/atmos'
+cd ENS_Cpl             && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.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/mod3/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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/mod3/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 14:46:39 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:46:39 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:46:39 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:46:39 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:46:39 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:46:39 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:46:39 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:46:39 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 Dec 20 14:46:39 UTC 2016 r85636 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/mod3/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/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 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/mod3/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!
++ cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/mod3/NEMS/src
++ cp -fp ../exe/NEMS.x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_nmm.x
++ cp -fp conf/modules.nems /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/include/NEMS_nmm.x.modules
++ unset OPTS
++ set -xe
++ set -xe
++ test -s /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_nmm.x
++ test -x /scratch3/NCEPDEV/stmp2/Samuel.Trahan/rtgen.54298/exec/NEMS_nmm.x
+_______________________________________________________________
+Start Epilogue v3.4-ad-2016.08.08 Tue Dec 20 14:57:57 UTC 2016 
+Job 17299859.bqs3 finished for user Samuel.Trahan in queue service with exit code 0
+Node Access Status = SHARED
+No OOM errors or BUG(s) found. Node OK.
+Statistics  cput=00:10:58,energy_used=0,mem=535344kb,vmem=1865928kb,walltime=00:11:32
+End Epilogue v3.1-ad-2016.04.05 Tue Dec 20 14:57:57 UTC 2016
+_______________________________________________________________
Index: checkout/log/report-wcoss.phase1-log/rtreport.txt
===================================================================
--- checkout/log/report-wcoss.phase1-log/rtreport.txt	(nonexistent)
+++ checkout/log/report-wcoss.phase1-log/rtreport.txt	(revision 85747)
@@ -0,0 +1,568 @@
+WORKFLOW STARTED AT Tue Dec 20 16:26:39 2016 (+1482251199)
+BUILD nmm.x: SUCCEEDED
+BUILD nmm.debug.x: SUCCEEDED
+BUILD gsm.x: SUCCEEDED
+BUILD gsm_gocart.x: SUCCEEDED
+TEST #1: PASS
+  Test nmm_cntrl starting at Tue Dec 20 16:48:54 UTC 2016 (Compare NMMB-global results with previous trunk version)
+  Tue Dec 20 16:48:54 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:53:22 UTC 2016
+TEST #2: PASS
+  Test nmm_nemsio starting at Tue Dec 20 16:48:54 UTC 2016 (Test NMMB-global NEMSIO as input file)
+  Tue Dec 20 16:48:54 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:53:20 UTC 2016
+TEST #3: PASS
+  Test nmm_rest starting at Tue Dec 20 16:57:38 UTC 2016 (Test NMMB-global restart run)
+  Tue Dec 20 16:57:38 UTC 2016
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:59:56 UTC 2016
+TEST #4: PASS
+  Test nmm_rest_nio starting at Tue Dec 20 16:48:54 UTC 2016 (Test NMMB-global restart run from NEMSIO file)
+  Tue Dec 20 16:48:54 UTC 2016
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:51:13 UTC 2016
+TEST #5: PASS
+  Test nmm_decomp starting at Tue Dec 20 16:48:54 UTC 2016 (Test NMMB-global different decomposition)
+  Tue Dec 20 16:48:54 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:51:17 UTC 2016
+TEST #6: PASS
+  Test nmm_thread starting at Tue Dec 20 16:48:54 UTC 2016 (Test NMMB-global threading)
+  Tue Dec 20 16:48:54 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:53:26 UTC 2016
+TEST #7: PASS
+  Test nmm_reg_ctl starting at Tue Dec 20 16:48:54 UTC 2016 (Compare NMMB-regional results with previous trunk version)
+  Tue Dec 20 16:48:54 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  pcp.hr1.01.bin: bit-for-bit identical
+  pcp.hr2.01.bin: bit-for-bit identical
+  pcp.hr3.01.bin: bit-for-bit identical
+  pcp.hr4.01.bin: bit-for-bit identical
+  pcp.hr5.01.bin: bit-for-bit identical
+  pcp.hr6.01.bin: bit-for-bit identical
+  pcp.hr7.01.bin: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:57:47 UTC 2016
+TEST #8: PASS
+  Test nmm_reg_nemsio starting at Tue Dec 20 16:48:54 UTC 2016 (Test NMMB-regional NEMSIO as input file)
+  Tue Dec 20 16:48:54 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:51:17 UTC 2016
+TEST #9: PASS
+  Test nmm_reg_rst starting at Tue Dec 20 16:48:54 UTC 2016 (Test NMMB-regional restart run)
+  Tue Dec 20 16:48:54 UTC 2016
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:53:23 UTC 2016
+TEST #10: PASS
+  Test nmm_reg_rst_nio starting at Tue Dec 20 16:48:54 UTC 2016 (Test NMMB-regional restart run with NEMSIO file)
+  Tue Dec 20 16:48:54 UTC 2016
+  TEST PASSED AT Tue Dec 20 16:53:30 UTC 2016
+TEST #11: PASS
+  Test nmm_reg_decomp starting at Tue Dec 20 16:48:54 UTC 2016 (Test NMMB-regional different decomposition)
+  Tue Dec 20 16:48:54 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:51:15 UTC 2016
+TEST #12: PASS
+  Test nmm_reg_thread starting at Tue Dec 20 16:54:37 UTC 2016 (Test NMMB-regional threading)
+  Tue Dec 20 16:54:37 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0048h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:00:41 UTC 2016
+TEST #13: PASS
+  Test nmm_reg_sel_phy starting at Tue Dec 20 16:54:28 UTC 2016 (Test NMMB-regional with selected GFS physics schemes)
+  Tue Dec 20 16:54:28 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:59:32 UTC 2016
+TEST #14: PASS
+  Test nmm_reg_spec_adv starting at Tue Dec 20 16:54:28 UTC 2016 (Compare NMMB-regional results with previous trunk version)
+  Tue Dec 20 16:54:28 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:59:14 UTC 2016
+TEST #15: PASS
+  Test nmm_reg_spec_adv_rst starting at Tue Dec 20 16:54:27 UTC 2016 (Compare NMMB-regional results with previous trunk version)
+  Tue Dec 20 16:54:27 UTC 2016
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:57:06 UTC 2016
+TEST #16: PASS
+  Test nmm_reg_wsm6_gfdl starting at Tue Dec 20 16:54:41 UTC 2016 (Test NMMB-regional with physics schemes WSM6 and GFDL)
+  Tue Dec 20 16:54:41 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:02:32 UTC 2016
+TEST #17: PASS
+  Test nmm_reg_wsm6_rrtm starting at Tue Dec 20 16:54:41 UTC 2016 (Test NMMB-regional with physics schemes WSM6 and GFDL)
+  Tue Dec 20 16:54:41 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:05:34 UTC 2016
+TEST #18: PASS
+  Test nmm_reg_sas_zhao starting at Tue Dec 20 16:54:41 UTC 2016 (Test NMMB-regional with physics schemes SAS, ZHAO)
+  Tue Dec 20 16:54:41 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:59:35 UTC 2016
+TEST #19: PASS
+  Test nmm_reg_thomp starting at Tue Dec 20 16:54:45 UTC 2016 (Test NMMB-regional with THOMPSON microphysics scheme)
+  Tue Dec 20 16:54:45 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:00:58 UTC 2016
+TEST #20: PASS
+  Test nmm_reg_hur starting at Tue Dec 20 16:54:46 UTC 2016 (Test NMMB-regional with 2014 HWRF physics)
+  Tue Dec 20 16:54:46 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:57:51 UTC 2016
+TEST #21: PASS
+  Test nmm_reg_pcpadj starting at Tue Dec 20 17:10:07 UTC 2016 (Test NMMB-regional with precipitation adjustment on)
+  Tue Dec 20 17:10:07 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:12:34 UTC 2016
+TEST #22: PASS
+  Test nmm_reg_timesr starting at Tue Dec 20 16:54:46 UTC 2016 (Test NMMB-regional writing time series)
+  Tue Dec 20 16:54:46 UTC 2016
+  nmmb_hst_01_bin_0006h_00m_00.00s: bit-for-bit identical
+  ts_p01_d01.bin: bit-for-bit identical
+  ts_p02_d01.bin: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 16:56:08 UTC 2016
+TEST #23: PASS
+  Test nmm_nests starting at Tue Dec 20 16:57:38 UTC 2016 (Test NMMB-regional with static nests)
+  Tue Dec 20 16:57:38 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:25:47 UTC 2016
+TEST #24: PASS
+  Test nmm_nest_rest starting at Tue Dec 20 17:30:08 UTC 2016 (Test NMMB-regional static nests with restart)
+  Tue Dec 20 17:30:08 UTC 2016
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:57:56 UTC 2016
+TEST #25: PASS
+  Test nmm_reg_filt starting at Tue Dec 20 16:57:38 UTC 2016 (Test NMMB-regional digital filter with static nests)
+  Tue Dec 20 16:57:38 UTC 2016
+  nmmb_hst_01_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0003h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:04:31 UTC 2016
+TEST #26: PASS
+  Test nmm_reg_filt_zombie starting at Tue Dec 20 16:57:38 UTC 2016 (Test NMMB-regional digital filter with zombie grandchild)
+  Tue Dec 20 16:57:38 UTC 2016
+  nmmb_hst_01_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0003h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0003h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:04:17 UTC 2016
+TEST #27: PASS
+  Test nmm_mvg_nests starting at Tue Dec 20 16:57:38 UTC 2016 (Test NMMB-regional with 2-way moving nests)
+  Tue Dec 20 16:57:38 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:10:16 UTC 2016
+TEST #28: PASS
+  Test nmm_mvg_nests_restart starting at Tue Dec 20 17:26:04 UTC 2016 (Test NMMB-regional with moving nests - RESTART)
+  Tue Dec 20 17:26:05 UTC 2016
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:38:28 UTC 2016
+TEST #29: PASS
+  Test nmm_mvg_nests_gens starting at Tue Dec 20 16:57:38 UTC 2016 (Test NMMB-regional with 1-way moving nests and generational task assignments)
+  Tue Dec 20 16:57:38 UTC 2016
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:08:26 UTC 2016
+TEST #30: PASS
+  Test nmm_2way_nests starting at Tue Dec 20 16:57:38 UTC 2016 (Test NMMB-regional with 2-way moving nests)
+  Tue Dec 20 16:57:38 UTC 2016
+  nmmb_hst_01_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_01_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_02_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_03_nio_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0000h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_bin_0012h_00m_00.00s: bit-for-bit identical
+  nmmb_rst_04_nio_0012h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:08:44 UTC 2016
+TEST #31: PASS
+  Test nmm_2way_nests_restart starting at Tue Dec 20 17:26:04 UTC 2016 (Test NMMB-regional with 2-way moving nests - RESTART)
+  Tue Dec 20 17:26:04 UTC 2016
+  nmmb_hst_01_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_01_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_02_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_bin_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_03_nio_0024h_00m_00.00s: bit-for-bit identical
+  nmmb_hst_04_nio_0024h_00m_00.00s: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:36:56 UTC 2016
+TEST #32: PASS
+  Test nmm_reg_rst_nio_debug starting at Tue Dec 20 16:57:38 UTC 2016 (Test NMMB-regional restart run with NEMSIO file DEBUG)
+  Tue Dec 20 16:57:38 UTC 2016
+  TEST PASSED AT Tue Dec 20 17:08:55 UTC 2016
+TEST #33: PASS
+  Test nmm_reg_rst_debug starting at Tue Dec 20 16:57:38 UTC 2016 (Test NMMB-regional restart run DEBUG)
+  Tue Dec 20 16:57:38 UTC 2016
+  TEST PASSED AT Tue Dec 20 17:08:56 UTC 2016
+TEST #34: PASS
+  Test nmm_reg_ctl_debug starting at Tue Dec 20 16:57:38 UTC 2016 (Compare NMMB-regional results with previous trunk version DEBUG)
+  Tue Dec 20 16:57:38 UTC 2016
+  TEST PASSED AT Tue Dec 20 17:10:00 UTC 2016
+TEST #35: PASS
+  Test nmm_2way_nests_debug starting at Tue Dec 20 16:57:38 UTC 2016 (Test NMMB-regional with 2-way moving nests DEBUG)
+  Tue Dec 20 16:57:38 UTC 2016
+  TEST PASSED AT Tue Dec 20 16:59:32 UTC 2016
+TEST #36: PASS
+  Test gfs_eulerian starting at Tue Dec 20 17:26:05 UTC 2016 (GFS eulerian dycore,32 total proc (tasks), 1 thread, quilt, digital filter on reduced grid)
+  Tue Dec 20 17:26:05 UTC 2016
+  sfcf03: bit-for-bit identical
+  flxf03: bit-for-bit identical
+  sigf03: bit-for-bit identical
+  sfcf06: bit-for-bit identical
+  flxf06: bit-for-bit identical
+  sigf06: bit-for-bit identical
+  sfcf12: bit-for-bit identical
+  flxf12: bit-for-bit identical
+  sigf12: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf48: bit-for-bit identical
+  flxf48: bit-for-bit identical
+  sigf48: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:28:06 UTC 2016
+TEST #37: PASS
+  Test wam_gh_l150 starting at Tue Dec 20 17:26:05 UTC 2016 (WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting)
+  Tue Dec 20 17:26:05 UTC 2016
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf00: bit-for-bit identical
+  sfcf03: bit-for-bit identical
+  flxf03: bit-for-bit identical
+  sigf03: bit-for-bit identical
+  sfcf06: bit-for-bit identical
+  flxf06: bit-for-bit identical
+  sigf06: bit-for-bit identical
+  sfcf12: bit-for-bit identical
+  flxf12: bit-for-bit identical
+  sigf12: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:37:33 UTC 2016
+TEST #38: PASS
+  Test wam_gh_l150_nemsio starting at Tue Dec 20 17:26:05 UTC 2016 (WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O)
+  Tue Dec 20 17:26:05 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf03: bit-for-bit identical
+  sfcf03: bit-for-bit identical
+  flxf03: bit-for-bit identical
+  sigf06: bit-for-bit identical
+  sfcf06: bit-for-bit identical
+  flxf06: bit-for-bit identical
+  sigf12: bit-for-bit identical
+  sfcf12: bit-for-bit identical
+  flxf12: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  sigf48: bit-for-bit identical
+  sfcf48: bit-for-bit identical
+  flxf48: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:43:26 UTC 2016
+TEST #39: PASS
+  Test gfs_slg starting at Tue Dec 20 17:26:05 UTC 2016 (Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 17:26:05 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf01: bit-for-bit identical
+  sfcf01: bit-for-bit identical
+  flxf01: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:28:25 UTC 2016
+TEST #40: PASS
+  Test gfs_slg_2thread starting at Tue Dec 20 17:26:05 UTC 2016 (Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions (two threads))
+  Tue Dec 20 17:26:05 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  SIG.F06: bit-for-bit identical
+  SFC.F06: bit-for-bit identical
+  FLX.F06: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:26:50 UTC 2016
+TEST #41: PASS
+  Test gfs_slg_48pe starting at Tue Dec 20 17:26:05 UTC 2016 (Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions, 48pe)
+  Tue Dec 20 17:26:05 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf06: bit-for-bit identical
+  sfcf06: bit-for-bit identical
+  flxf06: bit-for-bit identical
+  sigf12: bit-for-bit identical
+  sfcf12: bit-for-bit identical
+  flxf12: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:27:15 UTC 2016
+TEST #42: PASS
+  Test gfs_slg_adiabatic starting at Tue Dec 20 17:26:05 UTC 2016 (Run SLG adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 17:26:05 UTC 2016
+  sigf00: bit-for-bit identical
+  sigf06: bit-for-bit identical
+  sigf12: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:26:41 UTC 2016
+TEST #43: PASS
+  Test gfs_slg_land starting at Tue Dec 20 17:26:05 UTC 2016 (Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 17:26:05 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf01: bit-for-bit identical
+  sfcf01: bit-for-bit identical
+  flxf01: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:28:27 UTC 2016
+TEST #44: PASS
+  Test gfs_slg_nsst starting at Tue Dec 20 17:26:05 UTC 2016 (Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 17:26:05 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  nstf00: bit-for-bit identical
+  sigf01: bit-for-bit identical
+  sfcf01: bit-for-bit identical
+  flxf01: bit-for-bit identical
+  nstf01: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  nstf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:28:29 UTC 2016
+TEST #45: PASS
+  Test gfs_slg_rsthst starting at Tue Dec 20 17:30:08 UTC 2016 (Run SLG restart from history file non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 17:30:08 UTC 2016
+  sigf30: bit-for-bit identical
+  sfcf30: bit-for-bit identical
+  flxf30: bit-for-bit identical
+  sigf48: bit-for-bit identical
+  sfcf48: bit-for-bit identical
+  flxf48: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:31:30 UTC 2016
+TEST #46: PASS
+  Test gfs_slg_stochy starting at Tue Dec 20 17:26:05 UTC 2016 (Run SLG non-adiabatic test with NEMSIO and digital filter and stochastic physics from NEMSIO initial conditions)
+  Tue Dec 20 17:26:05 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  sigf01: bit-for-bit identical
+  sfcf01: bit-for-bit identical
+  flxf01: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:28:32 UTC 2016
+TEST #47: PASS
+  Test gfs_slg_t574 starting at Tue Dec 20 17:26:06 UTC 2016 (Run T574 SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions)
+  Tue Dec 20 17:26:06 UTC 2016
+  sigf00: bit-for-bit identical
+  sfcf00: bit-for-bit identical
+  flxf00: bit-for-bit identical
+  SIG.F06: bit-for-bit identical
+  SFC.F06: bit-for-bit identical
+  FLX.F06: bit-for-bit identical
+  SIG.F12: bit-for-bit identical
+  SFC.F12: bit-for-bit identical
+  FLX.F12: bit-for-bit identical
+  sigf24: bit-for-bit identical
+  sfcf24: bit-for-bit identical
+  flxf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:37:52 UTC 2016
+TEST #48: PASS
+  Test gfs_gocart_nemsio starting at Tue Dec 20 17:47:52 UTC 2016 (GFS_GOCART with NEMSIO)
+  Tue Dec 20 17:47:52 UTC 2016
+  ngac.t00z.gfsanl: bit-for-bit identical
+  ngac.t00z.sfnanl: bit-for-bit identical
+  ngac.t00z.sigf00: bit-for-bit identical
+  ngac.t00z.sfcf00: bit-for-bit identical
+  ngac.t00z.aerf00: bit-for-bit identical
+  ngac.t00z.sigf03: bit-for-bit identical
+  ngac.t00z.sfcf03: bit-for-bit identical
+  ngac.t00z.aerf03: bit-for-bit identical
+  ngac.t00z.sigf06: bit-for-bit identical
+  ngac.t00z.sfcf06: bit-for-bit identical
+  ngac.t00z.aerf06: bit-for-bit identical
+  ngac.t00z.sigf12: bit-for-bit identical
+  ngac.t00z.sfcf12: bit-for-bit identical
+  ngac.t00z.aerf12: bit-for-bit identical
+  ngac.t00z.sigf24: bit-for-bit identical
+  ngac.t00z.sfcf24: bit-for-bit identical
+  ngac.t00z.aerf24: bit-for-bit identical
+  TEST PASSED AT Tue Dec 20 17:53:45 UTC 2016
+WORKFLOW REPORT AT Tue Dec 20 17:59:38 2016 (+1482256778)
+REGRESSION TEST WAS SUCCESSFUL
Index: checkout/log/report-wcoss.phase1-log/build_nmm.debug.x.log
===================================================================
--- checkout/log/report-wcoss.phase1-log/build_nmm.debug.x.log	(nonexistent)
+++ checkout/log/report-wcoss.phase1-log/build_nmm.debug.x.log	(revision 85747)
@@ -0,0 +1,1166 @@
++ sleep 1
++ echo top of script
+top of script
++ env
+MODULE_VERSION_STACK=3.2.10
+LAUNCH=/usrx/local/bin/launch
+MANPATH=/usrx/local/emc_rocoto/1.2.3/man:/usrx/local/lsf/9.1/man:/usr/share/man
+LSF_EAUTH_AUX_PASS=yes
+LSB_EXEC_CLUSTER=gyre
+HOSTNAME=g1c38f
+LSB_EFFECTIVE_RSRCREQ=select[((poe>0&&dhshr=0&&dmshr=0&&d2shr=0&&dh2shr=0&&dm2shr=0&&pshr=0&&pdshr=0&&ppshr=0&&p2shr=0&&pd2shr=0&&pp2shr=0&&indx>36&&indx<641)) && (type == local)] order[indx] rusage[mem=4096.00,dshr=1.00] affinity[core(1)*1] 
+LSF_LOGDIR=/gpfs/gp1/usrx/local/lsf/log/g1c38
+LSF_LIM_API_NTRIES=1
+SHELL=/bin/bash
+LSB_BATCH_JID=701948
+HISTSIZE=1000
+SSH_CLIENT=10.11.21.1 44546 22
+RM_CPUTASK1=8,24
+LIBRARY_PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib
+LSB_TRAPSIGS=trap # 15 10 12 2
+LS_JOBPID=31559
+LSB_MAX_NUM_PROCESSORS=1
+LSB_JOBRES_CALLBACK=57798 at g1c38f
+QTDIR=/usr/lib64/qt-3.3
+LSF_SERVERDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/etc
+LSB_JOBID=701948
+LSB_JOB_EXECUSER=Samuel.Trahan
+QTINC=/usr/lib64/qt-3.3/include
+LSB_JOBRES_PID=31559
+SSH_TTY=/dev/pts/1
+LSB_JOBNAME=rt_build_nmm.debug.x
+BSUB_BLOCK_EXEC_HOST=
+LSF_LIBDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib
+HISTFILESIZE=10000
+USER=Samuel.Trahan
+LD_LIBRARY_PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib:/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374/lib
+LSB_EXIT_IF_CWD_NOTEXIST=Y
+SBD_KRB5CCNAME_VAL=
+LSB_BATCH_NEW_SESSION=y
+LSB_EEXEC_REAL_UID=
+HOSTTYPE=X86_64
+LSF_INVOKE_CMD=bsub
+LSB_CG_MEMLIMIT=0x100000000
+LS_EXEC_T=START
+SITE=GYRE
+LSF_EAUTH_SERVER=mbatchd at gyre
+LSF_VERSION=29
+LS_SUBCWD=/ptmpp1/Samuel.Trahan/rtgen.22880/rocoto
+LSB_SUB_RES_REQ= rusage[mem=4096] affinity[core(1)]
+LSB_UNIXGROUP_INT=g01
+LSB_HOSTS=g1c38f
+LSB_JOBFILENAME=/u/Samuel.Trahan/.lsbatch/1482252358.701948
+PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/bin:/gpfs/gd2/emc/hwrf/noscrub/soft/emc-utils-1.0.0//bin:/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374/bin:/usrx/local/emc_rocoto/1.2.3/bin:/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/etc:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/ibutils/bin
+MAIL=/var/spool/mail/Samuel.Trahan
+MODULE_VERSION=3.2.10
+LSB_JOBINDEX=0
+LSB_EXIT_PRE_ABORT=99
+LSB_JOBEXIT_STAT=0
+PWD=/ptmpp1/Samuel.Trahan/rtgen.22880/rocoto
+_LMFILES_=/usrx/local/modulefiles/EnvVars/1.0.1:/usrx/local/modulefiles/lsf/9.1:/hwrf/noscrub/soft/modulefiles/rocoto/1.2.3:/hwrf/noscrub/soft/modulefiles/ruby/1.8.7:/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0
+YOU_ARE_AT=gyre
+LANG=en_US.UTF-8
+LSB_RES_GET_FANOUT_INFO=Y
+MODULEPATH=/hwrf/noscrub/soft/modulefiles:/usrx/local/Modules/versions:/usrx/local/Modules/$MODULE_VERSION/modulefiles:/usrx/local/modulefiles:/nwprod2/modulefiles:/nwprod2/lib/modulefiles:/nwprod/lib/modulefiles
+LSF_EAUTH_CLIENT=user
+LSB_CHKFILENAME=/u/Samuel.Trahan/.lsbatch/1482252358.701948
+LOADEDMODULES=EnvVars/1.0.1:lsf/9.1:rocoto/1.2.3:ruby/1.8.7:emc-utils/1.0.0
+LSB_DJOB_HOSTFILE=/u/Samuel.Trahan/.lsbatch/1482252358.701948.hostfile
+LSF_JOB_TIMESTAMP_VALUE=1482252362
+LSB_AFFINITY_HOSTFILE=/u/Samuel.Trahan/.lsbatch/1482252358.701948.hostAffinityFile
+RT_INSTALL_DIR=/ptmpp1/Samuel.Trahan/rtgen.22880
+LSF_BINDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/bin
+LSB_EXEC_HOSTTYPE=X86_64
+LSB_DJOB_NUMPROC=1
+HISTCONTROL=ignoredups
+SHLVL=7
+HOME=/u/Samuel.Trahan
+LSB_ACCT_FILE=/gpfs/gp1/usrx/local/lsf/log/g1c38/tmpdir/701948.tmpdir/.1482252358.701948.acct
+LSB_SUB_HOST=g14a1f
+LSFUSER=Samuel.Trahan
+LSB_SUB_USER=Samuel.Trahan
+__LSF_JOB_TMPDIR__=/gpfs/gp1/usrx/local/lsf/log/g1c38/tmpdir/701948.tmpdir
+LOGNAME=Samuel.Trahan
+LSB_OUTPUTFILE=/ptmpp1/Samuel.Trahan/rtgen.22880/tmp/log/build_nmm.debug.x.log
+LSB_MCPU_HOSTS=g1c38f 1 
+LSB_QUEUE=dev_shared
+CVS_RSH=ssh
+QTLIB=/usr/lib64/qt-3.3/lib
+SSH_CONNECTION=10.11.21.1 44546 10.11.14.1 22
+XLSF_UIDDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib/uid
+MODULESHOME=/usrx/local/Modules/3.2.10
+LSB_ECHKPNT_RSH_CMD=ssh -Y -o 'PasswordAuthentication no' -o 'StrictHostKeyChecking no'
+LESSOPEN=||/usr/bin/lesspipe.sh %s
+OMP_NUM_THREADS=1
+LSF_CGROUP_TOPDIR_KEY=gyre
+LSB_EEXEC_REAL_GID=
+LSB_BIND_CPU_LIST=8,24
+LSF_ENVDIR=/usrx/local/lsf/conf
+RUBYLIB=/gpfs/gd2/emc/hwrf/noscrub/soft/emc-utils-1.0.0//lib
+G_BROKEN_FILENAMES=1
+RUBY_LOC=/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374
+BASH_FUNC_module()=() {  eval `/usrx/local/Modules/$MODULE_VERSION/bin/modulecmd sh $*`
+}
+_=/bin/env
+++ dirname /usrx/local/emc_rocoto/1.2.3/sbin/lsfwrapper.sh
++ wfmdir=/usrx/local/emc_rocoto/1.2.3/sbin
++ [[ X != X ]]
++ sh -c 'cd /ptmpp1/Samuel.Trahan/rtgen.22880/src ; ./install.sh nmm.debug.x'
++ [[ nmm.debug.x == nmm.x ]]
++ [[ nmm.debug.x == nmm.debug.x ]]
++ rm -f /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_nmm_debug.x
++ OPTS=app=NMM-DEBUG
++ mkdir -p /ptmpp1/Samuel.Trahan/rtgen.22880/exec /ptmpp1/Samuel.Trahan/rtgen.22880/include
++ rm -f /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_nmm_debug.x /ptmpp1/Samuel.Trahan/rtgen.22880/include/NEMS_nmm_debug.x.modules
++ cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4
++ ./NEMS/NEMSAppBuilder rebuild app=NMM-DEBUG
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+radiolist=GSM NEMSLegacy application on GSM-GOCART NEMSLegacy application off NMM NEMSLegacy NMM application off NMM-DEBUG NEMSLegacy NMM application off NMM-POST NEMSLegacy NMM application off, appCounter=5
+NOTE: APP from autoapp is NMM-DEBUG
+logfile=/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/log/appBuilder.log.31589
+NOTE: Chosen app is NMM-DEBUG
+NOTE: FOUND APP FROM /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NMM-DEBUG.appBuilder COMPONENTS LegacyNMMB
+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
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure nmmb_intel_wcoss
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ 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
++ CHOSEN_MODULE=wcoss.phase1/ESMF_700_nmmb
++ copy_diff_files ../../modulefiles/wcoss.phase1/ESMF_700_nmmb conf/modules.nems
++ [[ ! -f conf/modules.nems ]]
++ diff ../../modulefiles/wcoss.phase1/ESMF_700_nmmb conf/modules.nems
++ [[ '' != '' ]]
++ echo 'confirmed conf/modules.nems'
+confirmed conf/modules.nems
++ copy_diff_files ESMFVersionDefine_ESMF_NUOPC.h ESMFVersionDefine.h
++ [[ ! -f ESMFVersionDefine.h ]]
++ diff ESMFVersionDefine_ESMF_NUOPC.h ESMFVersionDefine.h
++ [[ '' != '' ]]
++ echo 'confirmed ESMFVersionDefine.h'
+confirmed ESMFVersionDefine.h
+NEMS/NMMB build on Wcoss using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/conf/modules.nems
+NOTE: Loaded /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/conf/modules.nems
+COMP=,COMPDIRS=
+start to build TARGET=nmm,COMPOPT=,COMPDIRS=
+         with MAKEOPT=nmm DEBUG=on
+MSGBOX: make nmm DEBUG=on   \n\nProceed with <Enter>, exit with <Esc>.
+NOTE:  MATCH: rebuild from rebuild:yes for rebuild
+NOTE: QUESTION rebuild? YES: from rebuild:yes
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+/bin/ksh: svnversion: not found
+/bin/ksh: svn: not found
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+Cleaning nmmbphys ... 
+
+rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
+make[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/phys'
+rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
+(cd FIMsrc && ./makefim clean)
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake -C Config esma_install
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[5]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+/bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+/bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
+Passed clean loop.  Now start to build nems.x.
++ make nmm DEBUG=on
++ tee /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/log/appBuilder.NEMS.log.31589
++ pwd
+/bin/ksh: svnversion: not found
+/bin/ksh: svn: not found
+       CHEM_MODi-----------> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/share         && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INCLUDE.F90 > module_INCLUDE.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_INCLUDE.f90
+ifort: warning #10182: disabling optimization; runtime debug checks enabled
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.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_CPLFIELDS.f90
+ifort: warning #10182: disabling optimization; runtime debug checks enabled
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.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 check_esmf_pet.f90
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+cd atmos/gsm/gsmphys          && gmake  gocart_stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+mpiifort -g -traceback -openmp -mkl=sequential -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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c wv_saturation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldwat2m_micro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldmacro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c aer_cloud.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 m_micro_driver.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 -fixed -I../../share -r8 -c idea_composition.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 -fixed -I../../share -r8 -c co2hc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c date_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 -fixed -I../../share -r8 -c idea_solar_heating.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 -fixed -I../../share -r8 -c idea_tracer.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 -fixed -I../../share -r8 -c h2oc.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 -fixed -I../../share -r8 -c h2ohdc.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 -fixed -I../../share -r8 -c efield.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 -fixed -I../../share -r8 -c ideaca.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 -fixed -I../../share -r8 -c idea_co2.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 -fixed -I../../share -r8 -c idea_h2o.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 -fixed -I../../share -r8 -c idea_ion.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 -fixed -I../../share -r8 -c idea_o2_o3.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 -fixed -I../../share -r8 -c idea_dissipation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tracer_const_h.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 -fixed -I../../share -r8 -c idea_phys.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 -fixed -I../../share -r8 -c gocart_tracer_config_stub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c iounitdef.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozne_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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2o_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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progtm_module.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rascnvv2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mersenne_twister.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c namelist_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c module_bfmicrophysics.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gfs_phy_tracer_config.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_clouds.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_surface.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_astronomy.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_gases.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_aerosols.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c grrad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rad_initialize.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys_2015.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozinterp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ointerp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ophys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfcsub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gbphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.pre.rad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c set_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_drv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_land.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progt2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_sice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_cice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_ocean.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_nst.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diff.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diag.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sflx.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninshoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp1.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninq.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninedmf.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfpbl.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdps.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp_mesopause.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnvn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfdeepcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cnvc90.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tridi2t3.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv_opr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfshalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c lrgsclr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscond.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscondp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpdp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd_shoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadbtn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c get_prs.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gsmddrive.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 -r8  -c num_parthds.F
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM nuopc_physics.F90 > nuopc_physics.f90
+mpiifort -g -traceback -openmp -mkl=sequential -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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+gmake -C nmmbphys 
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+gmake libnmm.a 
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+cd atmos/gsm           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+mpiifort -g -traceback -openmp -mkl=sequential -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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gen'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.F90 > Srcfiles
+echo "." > Filepath
+../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_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 -I../share -c post_gfs_stub.f90
+ifort: warning #10182: disabling optimization; runtime debug checks enabled
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_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 -I../share -c post_nmm_stub.f90
+ifort: warning #10182: disabling optimization; runtime debug checks enabled
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_routines_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 -I../share -c post_nems_routines_stub.f90
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+cd atmos               && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.f90 > Srcfiles
+echo "." > Filepath
+../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 16:46:20 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:46:20 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:46:20 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:46:20 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:46:20 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:46:20 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:46:20 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:46:20 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:46:20 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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!
++ cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src
++ cp -fp ../exe/NEMS.x /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_nmm_debug.x
++ cp -fp conf/modules.nems /ptmpp1/Samuel.Trahan/rtgen.22880/include/NEMS_nmm_debug.x.modules
++ unset OPTS
++ set -xe
++ set -xe
++ test -s /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_nmm_debug.x
++ test -x /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_nmm_debug.x
++ error=0
++ '[' '' == poe ']'
++ exit 0
+
+------------------------------------------------------------
+Sender: LSF System <lsfadmin at g1c38f>
+Subject: Job 701948: <rt_build_nmm.debug.x> in cluster <gyre> Done
+
+Job <rt_build_nmm.debug.x> was submitted from host <g14a1f> by user <Samuel.Trahan> in cluster <gyre>.
+Job was executed on host(s) <g1c38f>, in queue <dev_shared>, as user <Samuel.Trahan> in cluster <gyre>.
+</u/Samuel.Trahan> was used as the home directory.
+</ptmpp1/Samuel.Trahan/rtgen.22880/rocoto> was used as the working directory.
+Started at Tue Dec 20 16:46:02 2016
+Results reported on Tue Dec 20 16:54:28 2016
+
+Your job looked like:
+
+------------------------------------------------------------
+# LSBATCH: User input
+/usrx/local/emc_rocoto/1.2.3/sbin/lsfwrapper.sh sh -c "cd /ptmpp1/Samuel.Trahan/rtgen.22880/src ; ./install.sh nmm.debug.x"
+------------------------------------------------------------
+
+Successfully completed.
+
+Resource usage summary:
+
+    CPU time :               505.70 sec.
+    Max Memory :             1355 MB
+    Average Memory :         133.00 MB
+    Total Requested Memory : 4096.00 MB
+    Delta Memory :           2741.00 MB
+    (Delta: the difference between Total Requested Memory and Max Memory.)
+    Max Processes :          15
+    Max Threads :            16
+
+The output (if any) is above this job summary.
+
+[Tue Dec 20 16:54:28 UTC 2016] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.701948 file not found or empty.  Job is not eligible for ecflow abort notification.
Index: checkout/log/report-wcoss.phase1-log/build_gsm_gocart.x.log
===================================================================
--- checkout/log/report-wcoss.phase1-log/build_gsm_gocart.x.log	(nonexistent)
+++ checkout/log/report-wcoss.phase1-log/build_gsm_gocart.x.log	(revision 85747)
@@ -0,0 +1,2796 @@
++ sleep 1
++ echo top of script
+top of script
++ env
+MODULE_VERSION_STACK=3.2.10
+LAUNCH=/usrx/local/bin/launch
+MANPATH=/usrx/local/emc_rocoto/1.2.3/man:/usrx/local/lsf/9.1/man:/usr/share/man
+LSF_EAUTH_AUX_PASS=yes
+LSB_EXEC_CLUSTER=gyre
+HOSTNAME=g1c38f
+LSB_EFFECTIVE_RSRCREQ=select[((poe>0&&dhshr=0&&dmshr=0&&d2shr=0&&dh2shr=0&&dm2shr=0&&pshr=0&&pdshr=0&&ppshr=0&&p2shr=0&&pd2shr=0&&pp2shr=0&&indx>36&&indx<641)) && (type == local)] order[indx] rusage[mem=4096.00,dshr=1.00] affinity[core(1)*1] 
+LSF_LOGDIR=/gpfs/gp1/usrx/local/lsf/log/g1c38
+LSF_LIM_API_NTRIES=1
+SHELL=/bin/bash
+LSB_BATCH_JID=703950
+HISTSIZE=1000
+SSH_CLIENT=10.11.21.1 44546 22
+RM_CPUTASK1=14,30
+LIBRARY_PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib
+LSB_TRAPSIGS=trap # 15 10 12 2
+LS_JOBPID=15373
+LSB_MAX_NUM_PROCESSORS=1
+LSB_JOBRES_CALLBACK=54153 at g1c38f
+QTDIR=/usr/lib64/qt-3.3
+LSF_SERVERDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/etc
+LSB_JOBID=703950
+LSB_JOB_EXECUSER=Samuel.Trahan
+QTINC=/usr/lib64/qt-3.3/include
+LSB_JOBRES_PID=15373
+SSH_TTY=/dev/pts/1
+LSB_JOBNAME=rt_build_gsm_gocart.x
+BSUB_BLOCK_EXEC_HOST=
+LSF_LIBDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib
+HISTFILESIZE=10000
+USER=Samuel.Trahan
+LD_LIBRARY_PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib:/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374/lib
+LSB_EXIT_IF_CWD_NOTEXIST=Y
+SBD_KRB5CCNAME_VAL=
+LSB_BATCH_NEW_SESSION=y
+LSB_EEXEC_REAL_UID=
+HOSTTYPE=X86_64
+LSF_INVOKE_CMD=bsub
+LSB_CG_MEMLIMIT=0x100000000
+LS_EXEC_T=START
+SITE=GYRE
+LSF_EAUTH_SERVER=mbatchd at gyre
+LSF_VERSION=29
+LS_SUBCWD=/ptmpp1/Samuel.Trahan/rtgen.22880/rocoto
+LSB_SUB_RES_REQ= rusage[mem=4096] affinity[core(1)]
+LSB_UNIXGROUP_INT=g01
+LSB_HOSTS=g1c38f
+LSB_JOBFILENAME=/u/Samuel.Trahan/.lsbatch/1482253939.703950
+PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/bin:/gpfs/gd2/emc/hwrf/noscrub/soft/emc-utils-1.0.0//bin:/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374/bin:/usrx/local/emc_rocoto/1.2.3/bin:/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/etc:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/ibutils/bin
+MAIL=/var/spool/mail/Samuel.Trahan
+MODULE_VERSION=3.2.10
+LSB_JOBINDEX=0
+LSB_EXIT_PRE_ABORT=99
+LSB_JOBEXIT_STAT=0
+PWD=/ptmpp1/Samuel.Trahan/rtgen.22880/rocoto
+_LMFILES_=/usrx/local/modulefiles/EnvVars/1.0.1:/usrx/local/modulefiles/lsf/9.1:/hwrf/noscrub/soft/modulefiles/rocoto/1.2.3:/hwrf/noscrub/soft/modulefiles/ruby/1.8.7:/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0
+YOU_ARE_AT=gyre
+LANG=en_US.UTF-8
+LSB_RES_GET_FANOUT_INFO=Y
+MODULEPATH=/hwrf/noscrub/soft/modulefiles:/usrx/local/Modules/versions:/usrx/local/Modules/$MODULE_VERSION/modulefiles:/usrx/local/modulefiles:/nwprod2/modulefiles:/nwprod2/lib/modulefiles:/nwprod/lib/modulefiles
+LSF_EAUTH_CLIENT=user
+LSB_CHKFILENAME=/u/Samuel.Trahan/.lsbatch/1482253939.703950
+LOADEDMODULES=EnvVars/1.0.1:lsf/9.1:rocoto/1.2.3:ruby/1.8.7:emc-utils/1.0.0
+LSB_DJOB_HOSTFILE=/u/Samuel.Trahan/.lsbatch/1482253939.703950.hostfile
+LSF_JOB_TIMESTAMP_VALUE=1482253942
+LSB_AFFINITY_HOSTFILE=/u/Samuel.Trahan/.lsbatch/1482253939.703950.hostAffinityFile
+RT_INSTALL_DIR=/ptmpp1/Samuel.Trahan/rtgen.22880
+LSF_BINDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/bin
+LSB_EXEC_HOSTTYPE=X86_64
+LSB_DJOB_NUMPROC=1
+HISTCONTROL=ignoredups
+SHLVL=7
+HOME=/u/Samuel.Trahan
+LSB_ACCT_FILE=/gpfs/gp1/usrx/local/lsf/log/g1c38/tmpdir/703950.tmpdir/.1482253939.703950.acct
+LSB_SUB_HOST=g14a1f
+LSFUSER=Samuel.Trahan
+LSB_SUB_USER=Samuel.Trahan
+__LSF_JOB_TMPDIR__=/gpfs/gp1/usrx/local/lsf/log/g1c38/tmpdir/703950.tmpdir
+LOGNAME=Samuel.Trahan
+LSB_OUTPUTFILE=/ptmpp1/Samuel.Trahan/rtgen.22880/tmp/log/build_gsm_gocart.x.log
+LSB_MCPU_HOSTS=g1c38f 1 
+LSB_QUEUE=dev_shared
+CVS_RSH=ssh
+QTLIB=/usr/lib64/qt-3.3/lib
+SSH_CONNECTION=10.11.21.1 44546 10.11.14.1 22
+XLSF_UIDDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib/uid
+MODULESHOME=/usrx/local/Modules/3.2.10
+LSB_ECHKPNT_RSH_CMD=ssh -Y -o 'PasswordAuthentication no' -o 'StrictHostKeyChecking no'
+LESSOPEN=||/usr/bin/lesspipe.sh %s
+OMP_NUM_THREADS=1
+LSF_CGROUP_TOPDIR_KEY=gyre
+LSB_EEXEC_REAL_GID=
+LSB_BIND_CPU_LIST=14,30
+LSF_ENVDIR=/usrx/local/lsf/conf
+RUBYLIB=/gpfs/gd2/emc/hwrf/noscrub/soft/emc-utils-1.0.0//lib
+G_BROKEN_FILENAMES=1
+RUBY_LOC=/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374
+BASH_FUNC_module()=() {  eval `/usrx/local/Modules/$MODULE_VERSION/bin/modulecmd sh $*`
+}
+_=/bin/env
+++ dirname /usrx/local/emc_rocoto/1.2.3/sbin/lsfwrapper.sh
++ wfmdir=/usrx/local/emc_rocoto/1.2.3/sbin
++ [[ X != X ]]
++ sh -c 'cd /ptmpp1/Samuel.Trahan/rtgen.22880/src ; ./install.sh gsm_gocart.x'
++ [[ gsm_gocart.x == nmm.x ]]
++ [[ gsm_gocart.x == nmm.debug.x ]]
++ [[ gsm_gocart.x == gsm.x ]]
++ [[ gsm_gocart.x == gsm_gocart.x ]]
++ rm -f /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_gocart.x
++ OPTS=app=GSM-GOCART
++ mkdir -p /ptmpp1/Samuel.Trahan/rtgen.22880/exec /ptmpp1/Samuel.Trahan/rtgen.22880/include
++ rm -f /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_gocart.x /ptmpp1/Samuel.Trahan/rtgen.22880/include/NEMS_gocart.x.modules
++ cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4
++ ./NEMS/NEMSAppBuilder rebuild app=GSM-GOCART
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+radiolist=GSM NEMSLegacy application on GSM-GOCART NEMSLegacy application off NMM NEMSLegacy NMM application off NMM-DEBUG NEMSLegacy NMM application off NMM-POST NEMSLegacy NMM application off, appCounter=5
+NOTE: APP from autoapp is GSM-GOCART
+logfile=/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/log/appBuilder.log.15385
+NOTE: Chosen app is GSM-GOCART
+NOTE: FOUND APP FROM /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/GSM-GOCART.appBuilder COMPONENTS LegacyGSM
+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
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure gsm_intel_wcoss
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ copy_diff_files ../../conf/configure.nems.Wcoss.intel_gsm conf/configure.nems
++ [[ ! -f conf/configure.nems ]]
++ diff ../../conf/configure.nems.Wcoss.intel_gsm conf/configure.nems
++ [[ '' != '' ]]
++ echo 'confirmed conf/configure.nems'
+confirmed conf/configure.nems
++ touch conf/externals.nems
++ CHOSEN_MODULE=wcoss.phase1/ESMF_700_gsm
++ copy_diff_files ../../modulefiles/wcoss.phase1/ESMF_700_gsm conf/modules.nems
++ [[ ! -f conf/modules.nems ]]
++ diff ../../modulefiles/wcoss.phase1/ESMF_700_gsm conf/modules.nems
++ [[ '' != '' ]]
++ echo 'confirmed conf/modules.nems'
+confirmed conf/modules.nems
++ copy_diff_files ESMFVersionDefine_ESMF_NUOPC.h ESMFVersionDefine.h
++ [[ ! -f ESMFVersionDefine.h ]]
++ diff ESMFVersionDefine_ESMF_NUOPC.h ESMFVersionDefine.h
++ [[ '' != '' ]]
++ echo 'confirmed ESMFVersionDefine.h'
+confirmed ESMFVersionDefine.h
+NEMS/GSM build on Wcoss using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/conf/modules.nems
+NOTE: Loaded /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/conf/modules.nems
+COMP=,COMPDIRS=
+start to build TARGET=gsm,COMPOPT=,COMPDIRS=
+         with MAKEOPT=gsm GOCART_MODE=full
+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
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+/bin/ksh: svnversion: not found
+/bin/ksh: svn: not found
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+Cleaning nmmbphys ... 
+
+rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
+make[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/phys'
+rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
+(cd FIMsrc && ./makefim clean)
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake -C Config esma_install
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[5]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+/bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+/bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
+Passed clean loop.  Now start to build nems.x.
++ make gsm GOCART_MODE=full
++ tee /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/log/appBuilder.NEMS.log.15385
++ pwd
+/bin/ksh: svnversion: not found
+/bin/ksh: svn: not found
+cd chem/gocart/src     && gmake install GOCART_MODE=full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake -C Config esma_install
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Config'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making install in $d	;\
+	      gmake -C $d -e install	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making install in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Config'
+GNUmakefile:35: - Node not know, disabling build environment check
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CVSTAG already exists and will not be overwritten.
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Config'
+Making install in GMAO_Shared
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building dependency file m_rGrADS.d
+Building dependency file m_ior4.d
+Building dependency file m_zeit.d
+Building dependency file m_stdio.d
+Building dependency file m_showDistrib.d
+Building dependency file m_realkinds.d
+Building dependency file m_rankMerge.d
+Building dependency file m_parDOT.d
+Building dependency file m_mpout.d
+Building dependency file m_mpif90.d
+Building dependency file m_mergedList.d
+Building dependency file m_mall.d
+Building dependency file m_ioutil.d
+Building dependency file m_intkinds.d
+Building dependency file m_inpak90.d
+Building dependency file m_flow.d
+Building dependency file m_dropdead.d
+Building dependency file m_die.d
+Building dependency file m_chars.d
+Building dependency file m_StrTemplate.d
+Building dependency file m_String.d
+Building dependency file m_SortingTools.d
+Building dependency file m_Permuter.d
+Building dependency file m_Group.d
+Building dependency file m_Filename.d
+Building dependency file m_MergeSorts.d
+Building dependency file m_List.d
+Building dependency file m_IndexBin_logical.d
+Building dependency file m_IndexBin_integer.d
+Building dependency file m_IndexBin_char.d
+Building dependency file m_datetime.d
+Building dependency file m_date.d
+Building dependency file m_FileResolv.d
+Building dependency file m_random.d
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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_chars.F90
+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_flow.F90
+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_stdio.F90
+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_mpif90.F90
+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_intkinds.F90
+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_ioutil.F90
+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_dropdead.F90
+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_mpout.F90
+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_die.F90
+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_StrTemplate.F90
+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_FileResolv.f90
+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_date.F90
+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_datetime.F90
+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_mall.F90
+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_IndexBin_char.F90
+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_IndexBin_integer.F90
+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_IndexBin_logical.F90
+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_String.F90
+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_List.F90
+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_MergeSorts.F90
+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_Filename.F90
+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_Group.F90
+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_Permuter.F90
+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_rankMerge.F90
+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_SortingTools.F90
+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_inpak90.F90
+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_mergedList.F90
+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_parDOT.F90
+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_showDistrib.F90
+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_zeit.F90
+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_ior4.F90
+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_rGrADS.F90
+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_wGrADS.F90
+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_GrADS.F90
+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_fpe.F90
+gcc -c -DsysLinux -DESMA64   -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  -O  -fPIC get_zeits.c
+/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/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building dependency file mpi0_copy.d
+Building dependency file mpi_reduce_scatter.d
+Building dependency file mpi_allreduce.d
+Building dependency file mpi_reduce.d
+Building dependency file mpi_alltoallv.d
+Building dependency file mpi_alltoall.d
+Building dependency file mpi_allgatherv.d
+Building dependency file mpi_allgather.d
+Building dependency file mpi_scatterv.d
+Building dependency file mpi_scatter.d
+Building dependency file mpi_gatherv.d
+Building dependency file mpi_gather.d
+Building dependency file mpi_bcast.d
+Building dependency file mpi_barrier.d
+Building dependency file mpi_wtime.d
+Building dependency file mpi_wtick.d
+Building dependency file mpi_waitall.d
+Building dependency file mpi_irecv.d
+Building dependency file mpi_recv.d
+Building dependency file mpi_sendrecv.d
+Building dependency file mpi_send.d
+Building dependency file mpi_isend.d
+Building dependency file mpi_initialized.d
+Building dependency file mpi_init.d
+Building dependency file mpi_finalize.d
+Building dependency file mpi_error_string.d
+Building dependency file mpi_comm_size.d
+Building dependency file mpi_comm_rank.d
+Building dependency file mpi_comm_free.d
+Building dependency file mpi_comm_dup.d
+Building dependency file mpi_abort.d
+m_SHMEM.F90:30:60: warning: missing terminating ' character
+m_SHMEM.F90:58:33: warning: missing terminating ' character
+Building dependency file m_SHMEM.d
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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_dup.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_comm_free.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_comm_rank.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_comm_size.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_error_string.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_finalize.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_init.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_initialized.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_isend.F90
+mpi_isend.F90(12): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [REQUEST]
+         & comm, request, ierror)
+-----------------^
+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_send.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_sendrecv.F90
+mpi_sendrecv.F90(12): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [RBUF]
+    			     rbuf, rcount, rtype, srcs, rtag,	&
+-----------------------------^
+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_recv.F90
+mpi_recv.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [STATUS]
+    subroutine mpi_recv( buf, count, type, pe, tag, comm, status, ierror)
+----------------------------------------------------------^
+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_irecv.F90
+mpi_irecv.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [REQUEST]
+    subroutine mpi_irecv( buf, count, type, pe, tag, comm, request, ierror)
+-----------------------------------------------------------^
+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_waitall.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_wtick.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_wtime.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_barrier.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_bcast.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_gather.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_gatherv.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_scatter.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_scatterv.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_allgather.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_allgatherv.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_alltoall.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_alltoallv.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_reduce.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_allreduce.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_reduce_scatter.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 mpi0_copy.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_zzz.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_wait.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_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/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Hh] /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+/bin/cp -f -p *.[Mm][Oo][Dd] /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building dependency file gfioutil___.d
+Building dependency file timesubs.d
+Building dependency file getdate.d
+Building dependency file diffdate.d
+Building dependency file gfioCF.d
+gfio___.F:1015:23: warning: missing terminating ' character
+gfio___.F:1256:59: warning: missing terminating ' character
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+gfio___.F:2795:52: warning: missing terminating ' character
+gfio___.F:2807:23: warning: missing terminating ' character
+Building dependency file gfio___.d
+rm gfio___.F gfioutil___.F
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r4.x GFIO_mean.o \
+	      libGMAO_gfio_r4.a /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building dependency file gfioutil___.d
+Building dependency file timesubs.d
+Building dependency file getdate.d
+Building dependency file diffdate.d
+Building dependency file gfioCF.d
+gfio___.F:1015:23: warning: missing terminating ' character
+gfio___.F:1256:59: warning: missing terminating ' character
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+gfio___.F:2795:52: warning: missing terminating ' character
+gfio___.F:2807:23: warning: missing terminating ' character
+Building dependency file gfio___.d
+rm gfio___.F gfioutil___.F
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r8.x GFIO_mean.o \
+	      libGMAO_gfio_r8.a /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio
+cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
+cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./GMAO_gfio_r8 GMAO_gfio
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake local_install
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+No local install in here
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building dependency file ESMF_CFIOVarInfoMod.d
+Building dependency file ESMF_CFIOUtilMod.d
+Building dependency file ESMF_CFIOSdfMod.d
+Building dependency file ESMF_CFIOMod.d
+Building dependency file ESMF_CFIOGridMod.d
+Building dependency file ESMF_CFIOGrADSMod.d
+Building dependency file ESMF_CFIOFileMod.d
+Building dependency file ESMF_CFIOBaseMod.d
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building dependency file ESMF_CFIOVarInfoMod.d
+Building dependency file ESMF_CFIOUtilMod.d
+Building dependency file ESMF_CFIOSdfMod.d
+Building dependency file ESMF_CFIOMod.d
+Building dependency file ESMF_CFIOGridMod.d
+Building dependency file ESMF_CFIOGrADSMod.d
+Building dependency file ESMF_CFIOFileMod.d
+Building dependency file ESMF_CFIOBaseMod.d
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio
+cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
+cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./MAPL_cfio_r8 MAPL_cfio
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake local_install
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+No local install in here
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building dependency file MAPL_CFIOServer.d
+Building dependency file MAPL_LoadBalance.d
+Building dependency file MAPL_ShmemMod.d
+Building dependency file MAPL_NewArthParser.d
+Building dependency file MAPL_ExtDataGridCompMod.d
+MAPL_NominalOrbitsMod.F90:15:64: warning: missing terminating ' character
+Building dependency file MAPL_NominalOrbitsMod.d
+Building dependency file MAPL_OrbGridCompMod.d
+Building dependency file MAPL_SimpleBundleMod.d
+Building dependency file MAPL_MaxMinMod.d
+Building dependency file CubeToLatLon.d
+Building dependency file MAPL_Hash.d
+Building dependency file MAPL_MemUtils.d
+Building dependency file memuse.d
+Building dependency file c_mapl_locstream_F.d
+Building dependency file hash.d
+Building dependency file MAPL_Cap.d
+Building dependency file MAPL_HistoryGridComp.d
+Building dependency file MAPL_SatVapor.d
+Building dependency file MAPL_sun_uc.d
+Building dependency file MAPL_Generic.d
+Building dependency file MAPL_Sort.d
+Building dependency file MAPL_GenericCplComp.d
+Building dependency file sort.d
+Building dependency file MAPL_Profiler.d
+Building dependency file MAPL_Constants.d
+Building dependency file MAPL_Mod.d
+Building dependency file MAPL_LocStreamMod.d
+Building dependency file MAPL_Comms.d
+Building dependency file MAPL_HorzTransform.d
+Building dependency file MAPL_IO.d
+Building dependency file MAPL_CFIO.d
+Building dependency file hinterp.d
+Building dependency file MAPL_InterpMod.d
+Building dependency file MAPL_Base.d
+Building dependency file MAPL_VarSpecMod.d
+Building dependency file MAPL_HeapMod.d
+Building dependency file ESMFL_Mod.d
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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)
+------------------------------------------------------^
+MAPL_stubs.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [DATA_CS]
+subroutine latlon2cube(npx, npy, nlon, nlat, data_ll, data_cs)
+------------------------------------------------------^
+MAPL_stubs.F90(21): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [INDEX]
+subroutine GetWeightsC2C(npx, npy, npxout, npyout, index, weight, &
+---------------------------------------------------^
+MAPL_stubs.F90(21): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [WEIGHT]
+subroutine GetWeightsC2C(npx, npy, npxout, npyout, index, weight, &
+----------------------------------------------------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE1]
+         ee1, ee2, ff1, ff2)
+---------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE2]
+         ee1, ee2, ff1, ff2)
+--------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF1]
+         ee1, ee2, ff1, ff2)
+-------------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF2]
+         ee1, ee2, ff1, ff2)
+------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [INDEX]
+    index, weight, id1, id2, jdc, l2c,     &
+----^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [WEIGHT]
+    index, weight, id1, id2, jdc, l2c,     &
+-----------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [ID1]
+    index, weight, id1, id2, jdc, l2c,     &
+-------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [ID2]
+    index, weight, id1, id2, jdc, l2c,     &
+------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [JDC]
+    index, weight, id1, id2, jdc, l2c,     &
+-----------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [L2C]
+    index, weight, id1, id2, jdc, l2c,     &
+----------------------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+----^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+---------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+--------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+-------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [GG1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+------------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [GG2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+-----------------------------^
+ar cr libMAPL_Base_stubs.a MAPL_stubs.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -pr *.a    /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -p *.pl                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin 
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building dependency file ctl_crst.d
+Building dependency file Chem_Aod3d.d
+Building dependency file Chem_Aod.d
+Building dependency file Chem_SimpleBundleMod.d
+Chem_AodMod.F90:446:1: error: unterminated argument list invoking macro "__raise__"
+gmake[3]: [Chem_AodMod.d] Error 1 (ignored)
+Building dependency file Chem_AodMod.d
+Building dependency file Chem_MieMod.d
+Building dependency file Chem_MieTableMod.d
+Building dependency file Chem_InitMod.d
+Building dependency file Chem_Mod.d
+Building dependency file Chem_BundleMod.d
+Building dependency file Chem_ArrayMod.d
+Building dependency file Chem_RegistryMod.d
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a             /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p        *.rc     /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc     /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc     /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc     /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc     /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.mod           /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building dependency file ConvectionMod.d
+Building dependency file SulfateChemDriverMod.d
+Building dependency file SeasaltEmissionMod.d
+Building dependency file WetRemovalMod.d
+Building dependency file DustEmissionMod.d
+Building dependency file DryDepositionMod.d
+Building dependency file Chem_SettlingMod.d
+Building dependency file Chem_ConstMod.d
+Building dependency file diaglist.d
+Building dependency file mod_diag.d
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.a     /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making install in Components
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+GOCART_GridCompMod.F90:966:37: error: SS_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:970:37: error: SU_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:974:37: error: BC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:978:37: error: OC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:982:37: error: CO_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:986:38: error: CO2_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:990:38: error: CFC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:994:37: error: Rn_ExportSpec___.h: No such file or directory
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building History Spec fragment file O3_History___.rc
+In file included from O3_GridCompMod.F90:36:
+/usrx/local/intel/impi/4.0.3.008/include/mpif.h:11:37: warning: missing terminating ' character
+O3_GridCompMod.F90:320:27: warning: missing terminating ' character
+O3_GridCompMod.F90:616:18: warning: missing terminating ' character
+O3_GridCompMod.F90:618:31: warning: missing terminating ' character
+O3_GridCompMod.F90:1296:42: warning: missing terminating ' character
+O3_GridCompMod.F90:1359:20: warning: missing terminating ' character
+O3_GridCompMod.F90:1374:57: warning: missing terminating ' character
+O3_GridCompMod.F90:1622:52: warning: missing terminating ' character
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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)
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR    
+/bin/cp -f -p   PIESA/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building History Spec fragment file CFC_History___.rc
+In file included from CFC_GridCompMod.F90:134:
+/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+Building History Spec fragment file SU_History___.rc
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_install
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib/libGOCART_GridComp.a GOCART_GridCompMod.o Aero_GridCompMod.o 
+/bin/mkdir -p -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+/bin/cp -f -p *.mod          /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components'
+Making install in Applications
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Applications'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Applications'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+       CHEM_MODE -----------> compile
+       PHYS_MODE -----------> compile
+       PHYS_INC----------->/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys
+cd atmos/share         && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.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 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm/gsmphys          && gmake gocart_full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 wv_saturation.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 cldwat2m_micro.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 cldmacro.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 aer_cloud.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 m_micro_driver.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 -r8 -c idea_composition.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 -r8 -c co2hc.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 date_def.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 -r8 -c idea_solar_heating.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 -r8 -c idea_tracer.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 -r8 -c h2oc.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 -r8 -c h2ohdc.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 -r8 -c efield.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 -r8 -c ideaca.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 -r8 -c idea_co2.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 -r8 -c idea_h2o.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 -r8 -c idea_ion.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 -r8 -c idea_o2_o3.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 -r8 -c idea_dissipation.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 tracer_const_h.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 -r8 -c idea_phys.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 iounitdef.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 ozne_def.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 h2o_def.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 progtm_module.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 rascnvv2.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 mersenne_twister.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 namelist_soilveg.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 module_bfmicrophysics.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 gfs_phy_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 -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 radlw_datatb.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 radlw_main.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 radsw_param.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 radiation_clouds.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 radiation_surface.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 radsw_datatb.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 radsw_main.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 radiation_astronomy.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 radiation_gases.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 radiation_aerosols.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 grrad.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 rad_initialize.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 ozphys_2015.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 ozphys.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 ozinterp.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 h2ointerp.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 h2ophys.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 sfcsub.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 gbphys.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 dcyc2.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 dcyc2.pre.rad.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 set_soilveg.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 sfc_drv.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 sfc_land.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 progt2.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 sfc_sice.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 sfc_cice.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 sfc_ocean.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 sfc_nst.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 sfc_diff.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 sfc_diag.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 sflx.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 moninshoc.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 moninp.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 moninp1.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 moninq.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 moninedmf.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 mfpbl.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 gwdps.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 gwdc.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 rayleigh_damp.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 rayleigh_damp_mesopause.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 sascnv.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 sascnvn.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 mfdeepcnv.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 cnvc90.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 tridi2t3.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 shalcv.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 shalcv_opr.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 shalcnv.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 mfshalcnv.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 lrgsclr.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 gscond.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 gscondp.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 precpd.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 precpdp.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 precpd_shoc.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 mstadb.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 mstadbtn.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 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm           && gmake gocart_full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd libutil && gmake gocart_full && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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.F90 > atmos_phy_chem_cpl_comp_mod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM atmos_chem_phy_cpl_comp_mod.F90 > atmos_chem_phy_cpl_comp_mod.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.f90 atmos_chem_phy_cpl_comp_mod.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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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_digital_filter_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_export_import_data.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 gfs_dyn_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_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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ffsync.F90 > ffsync.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 ffsync.f90
+/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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_io_mpi_def.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_WRITE.F90 > module_GFS_WRITE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_GRID_COMP_GFS.F90 > module_WRITE_GRID_COMP_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG_WRITE_GFS.F90 > module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_INTERNAL_STATE_GFS.F90 > module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_ROUTINES_GFS.F90 > module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_GRID_COMP_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 -I../../share -I../libutil  -c module_GFS_WRITE.f90
+ar -r libio.a ffsync.o 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake gocart_full && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+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.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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+impadj_hyb.locl_gc.f90(138): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filtereo.f90(65): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filter1eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filter2eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filtereo_noq.f90(62): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filter1eo_noq.f90(59): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filter2eo_noq.f90(60): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+grid_to_spect.f90(58): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------^
+grid_to_spect_slg.f90(49): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+grid_to_spect_rqt.f90(57): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+sicdif_sig.f90(342): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+sicdif_hyb.f90(330): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+sicdif_hyb_gc.f90(336): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+sicdif_hyb_gcdp.f90(396): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+--------------^
+get_topo_grid_grad.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,       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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+grid_to_spect_inp.f90(84): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------^
+grid_to_spect_inp_slg.f90(85): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+       CHEM_MODi------from GFS/phys-----> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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)
+----------------------------------------^
+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)
+-------------------------------------------------^
+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)
+----------------------------------------------------------------^
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+getcon_physics.f90(42): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.F90 > Srcfiles
+echo "." > Filepath
+../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_stub.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 -I../share -c post_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_stub.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 -I../share -c post_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_routines_stub.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 -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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+cd atmos               && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.f90 > Srcfiles
+echo "." > Filepath
+../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_bcst_global.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Sto_Per_Scheme_Step2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 DistributeForStep1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_CplState_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Run_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_GetParameterFromStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_CplComp_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Sto_Per_Scheme_Step1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 kinds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 peuc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 pran.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 prana.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 17:12:36 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 17:12:36 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 17:12:36 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 17:12:36 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 17:12:36 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 17:12:36 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 17:12:36 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 17:12:36 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 17:12:36 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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----------->/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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   /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libGOCART_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libCO2_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libCFC_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libO3_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libBC_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libSU_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libChem_Base.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libGMAO_gfio_r8.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/2015/composer_xe_2015.3.187/compiler/lib/intel64 -L/usrx/local/intel/2015/composerxe/lib/intel64 -L/usrx/local/intel/2015/ipp/lib/intel64 -L/usrx/local/intel/2015/mkl/lib/intel64 -L/usrx/local/intel/2015/tbb/lib/intel64/gcc4.4 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/gpfs/gp1/usrx/local/intel/2015/composer_xe_2015.3.187/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/2015/composerxe/lib/intel64/ -L/usrx/local/intel/2015/ipp/lib/intel64/ -L/usrx/local/intel/2015/mkl/lib/intel64/ -L/usrx/local/intel/2015/tbb/lib/intel64/gcc4.4/ -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 -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -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!
++ cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src
++ cp -fp ../exe/NEMS.x /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_gocart.x
++ cp -fp conf/modules.nems /ptmpp1/Samuel.Trahan/rtgen.22880/include/NEMS_gocart.x.modules
++ unset OPTS
++ set -xe
++ set -xe
++ test -s /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_gocart.x
++ test -x /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_gocart.x
++ error=0
++ '[' '' == poe ']'
++ exit 0
+
+------------------------------------------------------------
+Sender: LSF System <lsfadmin at g1c38f>
+Subject: Job 703950: <rt_build_gsm_gocart.x> in cluster <gyre> Done
+
+Job <rt_build_gsm_gocart.x> was submitted from host <g14a1f> by user <Samuel.Trahan> in cluster <gyre>.
+Job was executed on host(s) <g1c38f>, in queue <dev_shared>, as user <Samuel.Trahan> in cluster <gyre>.
+</u/Samuel.Trahan> was used as the home directory.
+</ptmpp1/Samuel.Trahan/rtgen.22880/rocoto> was used as the working directory.
+Started at Tue Dec 20 17:12:22 2016
+Results reported on Tue Dec 20 17:39:38 2016
+
+Your job looked like:
+
+------------------------------------------------------------
+# LSBATCH: User input
+/usrx/local/emc_rocoto/1.2.3/sbin/lsfwrapper.sh sh -c "cd /ptmpp1/Samuel.Trahan/rtgen.22880/src ; ./install.sh gsm_gocart.x"
+------------------------------------------------------------
+
+Successfully completed.
+
+Resource usage summary:
+
+    CPU time :               1621.57 sec.
+    Max Memory :             837 MB
+    Average Memory :         136.91 MB
+    Total Requested Memory : 4096.00 MB
+    Delta Memory :           3259.00 MB
+    (Delta: the difference between Total Requested Memory and Max Memory.)
+    Max Processes :          22
+    Max Threads :            23
+
+The output (if any) is above this job summary.
+
+[Tue Dec 20 17:39:38 UTC 2016] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.703950 file not found or empty.  Job is not eligible for ecflow abort notification.
Index: checkout/log/report-wcoss.phase1-log/build_gsm.x.log
===================================================================
--- checkout/log/report-wcoss.phase1-log/build_gsm.x.log	(nonexistent)
+++ checkout/log/report-wcoss.phase1-log/build_gsm.x.log	(revision 85747)
@@ -0,0 +1,1979 @@
++ sleep 1
++ echo top of script
+top of script
++ env
+MODULE_VERSION_STACK=3.2.10
+LAUNCH=/usrx/local/bin/launch
+MANPATH=/usrx/local/emc_rocoto/1.2.3/man:/usrx/local/lsf/9.1/man:/usr/share/man
+LSF_EAUTH_AUX_PASS=yes
+LSB_EXEC_CLUSTER=gyre
+HOSTNAME=g1c38f
+LSB_EFFECTIVE_RSRCREQ=select[((poe>0&&dhshr=0&&dmshr=0&&d2shr=0&&dh2shr=0&&dm2shr=0&&pshr=0&&pdshr=0&&ppshr=0&&p2shr=0&&pd2shr=0&&pp2shr=0&&indx>36&&indx<641)) && (type == local)] order[indx] rusage[mem=4096.00,dshr=1.00] affinity[core(1)*1] 
+LSF_LOGDIR=/gpfs/gp1/usrx/local/lsf/log/g1c38
+LSF_LIM_API_NTRIES=1
+SHELL=/bin/bash
+LSB_BATCH_JID=702632
+HISTSIZE=1000
+SSH_CLIENT=10.11.21.1 44546 22
+RM_CPUTASK1=1,17
+LIBRARY_PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib
+LSB_TRAPSIGS=trap # 15 10 12 2
+LS_JOBPID=2621
+LSB_MAX_NUM_PROCESSORS=1
+LSB_JOBRES_CALLBACK=54294 at g1c38f
+QTDIR=/usr/lib64/qt-3.3
+LSF_SERVERDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/etc
+LSB_JOBID=702632
+LSB_JOB_EXECUSER=Samuel.Trahan
+QTINC=/usr/lib64/qt-3.3/include
+LSB_JOBRES_PID=2621
+SSH_TTY=/dev/pts/1
+LSB_JOBNAME=rt_build_gsm.x
+BSUB_BLOCK_EXEC_HOST=
+LSF_LIBDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib
+HISTFILESIZE=10000
+USER=Samuel.Trahan
+LD_LIBRARY_PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib:/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374/lib
+LSB_EXIT_IF_CWD_NOTEXIST=Y
+SBD_KRB5CCNAME_VAL=
+LSB_BATCH_NEW_SESSION=y
+LSB_EEXEC_REAL_UID=
+HOSTTYPE=X86_64
+LSF_INVOKE_CMD=bsub
+LSB_CG_MEMLIMIT=0x100000000
+LS_EXEC_T=START
+SITE=GYRE
+LSF_EAUTH_SERVER=mbatchd at gyre
+LSF_VERSION=29
+LS_SUBCWD=/ptmpp1/Samuel.Trahan/rtgen.22880/rocoto
+LSB_SUB_RES_REQ= rusage[mem=4096] affinity[core(1)]
+LSB_UNIXGROUP_INT=g01
+LSB_HOSTS=g1c38f
+LSB_JOBFILENAME=/u/Samuel.Trahan/.lsbatch/1482252886.702632
+PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/bin:/gpfs/gd2/emc/hwrf/noscrub/soft/emc-utils-1.0.0//bin:/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374/bin:/usrx/local/emc_rocoto/1.2.3/bin:/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/etc:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/ibutils/bin
+MAIL=/var/spool/mail/Samuel.Trahan
+MODULE_VERSION=3.2.10
+LSB_JOBINDEX=0
+LSB_EXIT_PRE_ABORT=99
+LSB_JOBEXIT_STAT=0
+PWD=/ptmpp1/Samuel.Trahan/rtgen.22880/rocoto
+_LMFILES_=/usrx/local/modulefiles/EnvVars/1.0.1:/usrx/local/modulefiles/lsf/9.1:/hwrf/noscrub/soft/modulefiles/rocoto/1.2.3:/hwrf/noscrub/soft/modulefiles/ruby/1.8.7:/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0
+YOU_ARE_AT=gyre
+LANG=en_US.UTF-8
+LSB_RES_GET_FANOUT_INFO=Y
+MODULEPATH=/hwrf/noscrub/soft/modulefiles:/usrx/local/Modules/versions:/usrx/local/Modules/$MODULE_VERSION/modulefiles:/usrx/local/modulefiles:/nwprod2/modulefiles:/nwprod2/lib/modulefiles:/nwprod/lib/modulefiles
+LSF_EAUTH_CLIENT=user
+LSB_CHKFILENAME=/u/Samuel.Trahan/.lsbatch/1482252886.702632
+LOADEDMODULES=EnvVars/1.0.1:lsf/9.1:rocoto/1.2.3:ruby/1.8.7:emc-utils/1.0.0
+LSB_DJOB_HOSTFILE=/u/Samuel.Trahan/.lsbatch/1482252886.702632.hostfile
+LSF_JOB_TIMESTAMP_VALUE=1482252890
+LSB_AFFINITY_HOSTFILE=/u/Samuel.Trahan/.lsbatch/1482252886.702632.hostAffinityFile
+RT_INSTALL_DIR=/ptmpp1/Samuel.Trahan/rtgen.22880
+LSF_BINDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/bin
+LSB_EXEC_HOSTTYPE=X86_64
+LSB_DJOB_NUMPROC=1
+HISTCONTROL=ignoredups
+SHLVL=7
+HOME=/u/Samuel.Trahan
+LSB_ACCT_FILE=/gpfs/gp1/usrx/local/lsf/log/g1c38/tmpdir/702632.tmpdir/.1482252886.702632.acct
+LSB_SUB_HOST=g14a1f
+LSFUSER=Samuel.Trahan
+LSB_SUB_USER=Samuel.Trahan
+__LSF_JOB_TMPDIR__=/gpfs/gp1/usrx/local/lsf/log/g1c38/tmpdir/702632.tmpdir
+LOGNAME=Samuel.Trahan
+LSB_OUTPUTFILE=/ptmpp1/Samuel.Trahan/rtgen.22880/tmp/log/build_gsm.x.log
+LSB_MCPU_HOSTS=g1c38f 1 
+LSB_QUEUE=dev_shared
+CVS_RSH=ssh
+QTLIB=/usr/lib64/qt-3.3/lib
+SSH_CONNECTION=10.11.21.1 44546 10.11.14.1 22
+XLSF_UIDDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib/uid
+MODULESHOME=/usrx/local/Modules/3.2.10
+LSB_ECHKPNT_RSH_CMD=ssh -Y -o 'PasswordAuthentication no' -o 'StrictHostKeyChecking no'
+LESSOPEN=||/usr/bin/lesspipe.sh %s
+OMP_NUM_THREADS=1
+LSF_CGROUP_TOPDIR_KEY=gyre
+LSB_EEXEC_REAL_GID=
+LSB_BIND_CPU_LIST=1,17
+LSF_ENVDIR=/usrx/local/lsf/conf
+RUBYLIB=/gpfs/gd2/emc/hwrf/noscrub/soft/emc-utils-1.0.0//lib
+G_BROKEN_FILENAMES=1
+RUBY_LOC=/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374
+BASH_FUNC_module()=() {  eval `/usrx/local/Modules/$MODULE_VERSION/bin/modulecmd sh $*`
+}
+_=/bin/env
+++ dirname /usrx/local/emc_rocoto/1.2.3/sbin/lsfwrapper.sh
++ wfmdir=/usrx/local/emc_rocoto/1.2.3/sbin
++ [[ X != X ]]
++ sh -c 'cd /ptmpp1/Samuel.Trahan/rtgen.22880/src ; ./install.sh gsm.x'
++ [[ gsm.x == nmm.x ]]
++ [[ gsm.x == nmm.debug.x ]]
++ [[ gsm.x == gsm.x ]]
++ rm -f /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_gsm.x
++ OPTS=app=GSM
++ mkdir -p /ptmpp1/Samuel.Trahan/rtgen.22880/exec /ptmpp1/Samuel.Trahan/rtgen.22880/include
++ rm -f /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_gsm.x /ptmpp1/Samuel.Trahan/rtgen.22880/include/NEMS_gsm.x.modules
++ cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4
++ ./NEMS/NEMSAppBuilder rebuild app=GSM
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+radiolist=GSM NEMSLegacy application on GSM-GOCART NEMSLegacy application off NMM NEMSLegacy NMM application off NMM-DEBUG NEMSLegacy NMM application off NMM-POST NEMSLegacy NMM application off, appCounter=5
+NOTE: APP from autoapp is GSM
+logfile=/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/log/appBuilder.log.2647
+NOTE: Chosen app is GSM
+NOTE: FOUND APP FROM /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/GSM.appBuilder COMPONENTS LegacyGSM
+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
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure gsm_intel_wcoss
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ copy_diff_files ../../conf/configure.nems.Wcoss.intel_gsm conf/configure.nems
++ [[ ! -f conf/configure.nems ]]
++ diff ../../conf/configure.nems.Wcoss.intel_gsm conf/configure.nems
++ [[ $'13c13\n< #\n---\n> \n16,27d15\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\n29d16\n< #\n32,34c19,20\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}\n---\n> NETCDF_INC  = $(NETCDF_INCLUDE)\n> NETCDF_LIB  = $(NETCDF_LDFLAGS)\n40c26,36\n< #POSTDIR     = /global/save/Shrinivas.Moorthi/nceppost_moorthi_redmem_merge/sorc/ncep_post.fd\n---\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\n46d41\n< XML_LIB     = ${XMLPARSE_LIB}\n51,55c46,50\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)\n57,59c52,53\n< \n< EXTLIBS_POST = $(POST_LIB)    \\\n<                $(NEMSIO_LIB)  \\\n---\n> EXTLIBS_POST = $(POST_LIB) \\\n>                $(NEMSIO_LIB) \\\n61,70c55,64\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)\n---\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\n72,74d65\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\n79,91c70,86\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\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     =\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\n98a94\n> FPP         = -fpp' != '' ]]
++ set -x
++ cp ../../conf/configure.nems.Wcoss.intel_gsm conf/configure.nems
++ cp ../../modulefiles/wcoss.phase1/ESMF_700_gsm conf/modules.nems
+confirmed ESMFVersionDefine.h
+NEMS/GSM build on Wcoss using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/conf/modules.nems
+NOTE: Loaded /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/conf/modules.nems
+COMP=,COMPDIRS=
+start to build TARGET=gsm,COMPOPT=,COMPDIRS=
+         with MAKEOPT=gsm
+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
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+/bin/ksh: svnversion: not found
+/bin/ksh: svn: not found
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+Cleaning nmmbphys ... 
+
+rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
+make[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/phys'
+rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
+(cd FIMsrc && ./makefim clean)
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake -C Config esma_install
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[5]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+/bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+/bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
+Passed clean loop.  Now start to build nems.x.
++ make gsm
++ tee /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/log/appBuilder.NEMS.log.2647
++ pwd
+/bin/ksh: svnversion: not found
+/bin/ksh: svn: not found
+       CHEM_MODE -----------> compile
+       PHYS_MODE -----------> compile
+       PHYS_INC----------->/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys
+cd atmos/share         && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.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 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm/gsmphys          && gmake gocart_stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 wv_saturation.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 cldwat2m_micro.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 cldmacro.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 aer_cloud.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 m_micro_driver.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 -r8 -c idea_composition.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 -r8 -c co2hc.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 date_def.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 -r8 -c idea_solar_heating.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 -r8 -c idea_tracer.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 -r8 -c h2oc.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 -r8 -c h2ohdc.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 -r8 -c efield.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 -r8 -c ideaca.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 -r8 -c idea_co2.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 -r8 -c idea_h2o.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 -r8 -c idea_ion.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 -r8 -c idea_o2_o3.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 -r8 -c idea_dissipation.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 tracer_const_h.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 -r8 -c idea_phys.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 -r8 -c gocart_tracer_config_stub.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 iounitdef.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 ozne_def.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 h2o_def.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 progtm_module.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 rascnvv2.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 mersenne_twister.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 namelist_soilveg.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 module_bfmicrophysics.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 gfs_phy_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 -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 radlw_datatb.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 radlw_main.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 radsw_param.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 radiation_clouds.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 radiation_surface.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 radsw_datatb.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 radsw_main.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 radiation_astronomy.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 radiation_gases.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 radiation_aerosols.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 grrad.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 rad_initialize.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 ozphys_2015.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 ozphys.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 ozinterp.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 h2ointerp.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 h2ophys.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 sfcsub.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 gbphys.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 dcyc2.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 dcyc2.pre.rad.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 set_soilveg.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 sfc_drv.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 sfc_land.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 progt2.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 sfc_sice.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 sfc_cice.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 sfc_ocean.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 sfc_nst.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 sfc_diff.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 sfc_diag.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 sflx.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 moninshoc.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 moninp.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 moninp1.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 moninq.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 moninedmf.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 mfpbl.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 gwdps.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 gwdc.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 rayleigh_damp.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 rayleigh_damp_mesopause.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 sascnv.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 sascnvn.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 mfdeepcnv.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 cnvc90.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 tridi2t3.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 shalcv.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 shalcv_opr.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 shalcnv.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 mfshalcnv.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 lrgsclr.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 gscond.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 gscondp.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 precpd.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 precpdp.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 precpd_shoc.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 mstadb.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 mstadbtn.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 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 -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 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm           && gmake gocart_stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd libutil && gmake gocart_stub && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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_chem_phy_cpl_comp_mod_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 -O3 -r8 -free  -I../../share -c module_gfs_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 -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_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 -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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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_digital_filter_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_export_import_data.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 gfs_dyn_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_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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake  && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ffsync.F90 > ffsync.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 ffsync.f90
+/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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_io_mpi_def.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_WRITE.F90 > module_GFS_WRITE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_GRID_COMP_GFS.F90 > module_WRITE_GRID_COMP_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG_WRITE_GFS.F90 > module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_INTERNAL_STATE_GFS.F90 > module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_ROUTINES_GFS.F90 > module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_GRID_COMP_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 -I../../share -I../libutil  -c module_GFS_WRITE.f90
+ar -r libio.a ffsync.o 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+impadj_hyb.locl_gc.f90(138): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filtereo.f90(65): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filter1eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filter2eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filtereo_noq.f90(62): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filter1eo_noq.f90(59): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+filter2eo_noq.f90(60): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+grid_to_spect.f90(58): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------^
+grid_to_spect_slg.f90(49): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+grid_to_spect_rqt.f90(57): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+sicdif_sig.f90(342): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+sicdif_hyb.f90(330): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+sicdif_hyb_gc.f90(336): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+sicdif_hyb_gcdp.f90(396): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+--------------^
+get_topo_grid_grad.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,       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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+grid_to_spect_inp.f90(84): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------^
+grid_to_spect_inp_slg.f90(85): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+       CHEM_MODi------from GFS/phys-----> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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)
+----------------------------------------^
+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)
+-------------------------------------------------^
+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)
+----------------------------------------------------------------^
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+---------------------------^
+getcon_physics.f90(42): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.F90 > Srcfiles
+echo "." > Filepath
+../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_stub.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 -I../share -c post_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_stub.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 -I../share -c post_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_routines_stub.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 -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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+cd atmos               && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.f90 > Srcfiles
+echo "." > Filepath
+../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_bcst_global.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Sto_Per_Scheme_Step2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 DistributeForStep1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_CplState_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Run_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_GetParameterFromStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_CplComp_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Sto_Per_Scheme_Step1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 kinds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 peuc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 pran.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 prana.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 16:55:07 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:55:07 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:55:07 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:55:07 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:55:07 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:55:07 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:55:07 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:55:07 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:55:07 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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----------->/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/2015/composer_xe_2015.3.187/compiler/lib/intel64 -L/usrx/local/intel/2015/composerxe/lib/intel64 -L/usrx/local/intel/2015/ipp/lib/intel64 -L/usrx/local/intel/2015/mkl/lib/intel64 -L/usrx/local/intel/2015/tbb/lib/intel64/gcc4.4 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/gpfs/gp1/usrx/local/intel/2015/composer_xe_2015.3.187/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/2015/composerxe/lib/intel64/ -L/usrx/local/intel/2015/ipp/lib/intel64/ -L/usrx/local/intel/2015/mkl/lib/intel64/ -L/usrx/local/intel/2015/tbb/lib/intel64/gcc4.4/ -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 -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -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!
++ cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src
++ cp -fp ../exe/NEMS.x /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_gsm.x
++ cp -fp conf/modules.nems /ptmpp1/Samuel.Trahan/rtgen.22880/include/NEMS_gsm.x.modules
++ unset OPTS
++ set -xe
++ set -xe
++ test -s /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_gsm.x
++ test -x /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_gsm.x
++ error=0
++ '[' '' == poe ']'
++ exit 0
+
+------------------------------------------------------------
+Sender: LSF System <lsfadmin at g1c38f>
+Subject: Job 702632: <rt_build_gsm.x> in cluster <gyre> Done
+
+Job <rt_build_gsm.x> was submitted from host <g14a1f> by user <Samuel.Trahan> in cluster <gyre>.
+Job was executed on host(s) <g1c38f>, in queue <dev_shared>, as user <Samuel.Trahan> in cluster <gyre>.
+</u/Samuel.Trahan> was used as the home directory.
+</ptmpp1/Samuel.Trahan/rtgen.22880/rocoto> was used as the working directory.
+Started at Tue Dec 20 16:54:50 2016
+Results reported on Tue Dec 20 17:11:25 2016
+
+Your job looked like:
+
+------------------------------------------------------------
+# LSBATCH: User input
+/usrx/local/emc_rocoto/1.2.3/sbin/lsfwrapper.sh sh -c "cd /ptmpp1/Samuel.Trahan/rtgen.22880/src ; ./install.sh gsm.x"
+------------------------------------------------------------
+
+Successfully completed.
+
+Resource usage summary:
+
+    CPU time :               989.89 sec.
+    Max Memory :             838 MB
+    Average Memory :         133.63 MB
+    Total Requested Memory : 4096.00 MB
+    Delta Memory :           3258.00 MB
+    (Delta: the difference between Total Requested Memory and Max Memory.)
+    Max Processes :          22
+    Max Threads :            23
+
+The output (if any) is above this job summary.
+
+[Tue Dec 20 17:11:25 UTC 2016] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.702632 file not found or empty.  Job is not eligible for ecflow abort notification.
Index: checkout/log/report-wcoss.phase1-log/build_nmm.x.log
===================================================================
--- checkout/log/report-wcoss.phase1-log/build_nmm.x.log	(nonexistent)
+++ checkout/log/report-wcoss.phase1-log/build_nmm.x.log	(revision 85747)
@@ -0,0 +1,1210 @@
++ sleep 1
++ echo top of script
+top of script
++ env
+MODULE_VERSION_STACK=3.2.10
+LAUNCH=/usrx/local/bin/launch
+MANPATH=/usrx/local/emc_rocoto/1.2.3/man:/usrx/local/lsf/9.1/man:/usr/share/man
+LSF_EAUTH_AUX_PASS=yes
+LSB_EXEC_CLUSTER=gyre
+HOSTNAME=g1c38f
+LSB_EFFECTIVE_RSRCREQ=select[((poe>0&&dhshr=0&&dmshr=0&&d2shr=0&&dh2shr=0&&dm2shr=0&&pshr=0&&pdshr=0&&ppshr=0&&p2shr=0&&pd2shr=0&&pp2shr=0&&indx>36&&indx<641)) && (type == local)] order[indx] rusage[mem=4096.00,dshr=1.00] affinity[core(1)*1] 
+LSF_LOGDIR=/gpfs/gp1/usrx/local/lsf/log/g1c38
+LSF_LIM_API_NTRIES=1
+SHELL=/bin/bash
+LSB_BATCH_JID=700418
+HISTSIZE=1000
+SSH_CLIENT=10.11.21.1 44546 22
+RM_CPUTASK1=0,16
+LIBRARY_PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib
+LSB_TRAPSIGS=trap # 15 10 12 2
+LS_JOBPID=1677
+LSB_MAX_NUM_PROCESSORS=1
+LSB_JOBRES_CALLBACK=46882 at g1c38f
+QTDIR=/usr/lib64/qt-3.3
+LSF_SERVERDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/etc
+LSB_JOBID=700418
+LSB_JOB_EXECUSER=Samuel.Trahan
+QTINC=/usr/lib64/qt-3.3/include
+LSB_JOBRES_PID=1677
+SSH_TTY=/dev/pts/1
+LSB_JOBNAME=rt_build_nmm.x
+BSUB_BLOCK_EXEC_HOST=
+LSF_LIBDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib
+HISTFILESIZE=10000
+USER=Samuel.Trahan
+LD_LIBRARY_PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib:/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374/lib
+LSB_EXIT_IF_CWD_NOTEXIST=Y
+SBD_KRB5CCNAME_VAL=
+LSB_BATCH_NEW_SESSION=y
+LSB_EEXEC_REAL_UID=
+HOSTTYPE=X86_64
+LSF_INVOKE_CMD=bsub
+LSB_CG_MEMLIMIT=0x100000000
+LS_EXEC_T=START
+SITE=GYRE
+LSF_EAUTH_SERVER=mbatchd at gyre
+LSF_VERSION=29
+LS_SUBCWD=/ptmpp1/Samuel.Trahan/rtgen.22880/rocoto
+LSB_SUB_RES_REQ= rusage[mem=4096] affinity[core(1)]
+LSB_UNIXGROUP_INT=g01
+LSB_HOSTS=g1c38f
+LSB_JOBFILENAME=/u/Samuel.Trahan/.lsbatch/1482251202.700418
+PATH=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/bin:/gpfs/gd2/emc/hwrf/noscrub/soft/emc-utils-1.0.0//bin:/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374/bin:/usrx/local/emc_rocoto/1.2.3/bin:/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/etc:/usr/lib64/qt-3.3/bin:/usr/local/bin:/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/sbin:/opt/ibutils/bin
+MAIL=/var/spool/mail/Samuel.Trahan
+MODULE_VERSION=3.2.10
+LSB_JOBINDEX=0
+LSB_EXIT_PRE_ABORT=99
+LSB_JOBEXIT_STAT=0
+PWD=/ptmpp1/Samuel.Trahan/rtgen.22880/rocoto
+_LMFILES_=/usrx/local/modulefiles/EnvVars/1.0.1:/usrx/local/modulefiles/lsf/9.1:/hwrf/noscrub/soft/modulefiles/rocoto/1.2.3:/hwrf/noscrub/soft/modulefiles/ruby/1.8.7:/hwrf/noscrub/soft/modulefiles/emc-utils/1.0.0
+YOU_ARE_AT=gyre
+LANG=en_US.UTF-8
+LSB_RES_GET_FANOUT_INFO=Y
+MODULEPATH=/hwrf/noscrub/soft/modulefiles:/usrx/local/Modules/versions:/usrx/local/Modules/$MODULE_VERSION/modulefiles:/usrx/local/modulefiles:/nwprod2/modulefiles:/nwprod2/lib/modulefiles:/nwprod/lib/modulefiles
+LSF_EAUTH_CLIENT=user
+LSB_CHKFILENAME=/u/Samuel.Trahan/.lsbatch/1482251202.700418
+LOADEDMODULES=EnvVars/1.0.1:lsf/9.1:rocoto/1.2.3:ruby/1.8.7:emc-utils/1.0.0
+LSB_DJOB_HOSTFILE=/u/Samuel.Trahan/.lsbatch/1482251202.700418.hostfile
+LSF_JOB_TIMESTAMP_VALUE=1482251204
+LSB_AFFINITY_HOSTFILE=/u/Samuel.Trahan/.lsbatch/1482251202.700418.hostAffinityFile
+RT_INSTALL_DIR=/ptmpp1/Samuel.Trahan/rtgen.22880
+LSF_BINDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/bin
+LSB_EXEC_HOSTTYPE=X86_64
+LSB_DJOB_NUMPROC=1
+HISTCONTROL=ignoredups
+SHLVL=7
+HOME=/u/Samuel.Trahan
+LSB_ACCT_FILE=/gpfs/gp1/usrx/local/lsf/log/g1c38/tmpdir/700418.tmpdir/.1482251202.700418.acct
+LSB_SUB_HOST=g14a1f
+LSFUSER=Samuel.Trahan
+LSB_SUB_USER=Samuel.Trahan
+__LSF_JOB_TMPDIR__=/gpfs/gp1/usrx/local/lsf/log/g1c38/tmpdir/700418.tmpdir
+LOGNAME=Samuel.Trahan
+LSB_OUTPUTFILE=/ptmpp1/Samuel.Trahan/rtgen.22880/tmp/log/build_nmm.x.log
+LSB_MCPU_HOSTS=g1c38f 1 
+LSB_QUEUE=dev_shared
+CVS_RSH=ssh
+QTLIB=/usr/lib64/qt-3.3/lib
+SSH_CONNECTION=10.11.21.1 44546 10.11.14.1 22
+XLSF_UIDDIR=/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib/uid
+MODULESHOME=/usrx/local/Modules/3.2.10
+LSB_ECHKPNT_RSH_CMD=ssh -Y -o 'PasswordAuthentication no' -o 'StrictHostKeyChecking no'
+LESSOPEN=||/usr/bin/lesspipe.sh %s
+OMP_NUM_THREADS=1
+LSF_CGROUP_TOPDIR_KEY=gyre
+LSB_EEXEC_REAL_GID=
+LSB_BIND_CPU_LIST=0,16
+LSF_ENVDIR=/usrx/local/lsf/conf
+RUBYLIB=/gpfs/gd2/emc/hwrf/noscrub/soft/emc-utils-1.0.0//lib
+G_BROKEN_FILENAMES=1
+RUBY_LOC=/gpfs/gd2/emc/hwrf/noscrub/soft/ruby-1.8.7-p374
+BASH_FUNC_module()=() {  eval `/usrx/local/Modules/$MODULE_VERSION/bin/modulecmd sh $*`
+}
+_=/bin/env
+++ dirname /usrx/local/emc_rocoto/1.2.3/sbin/lsfwrapper.sh
++ wfmdir=/usrx/local/emc_rocoto/1.2.3/sbin
++ [[ X != X ]]
++ sh -c 'cd /ptmpp1/Samuel.Trahan/rtgen.22880/src ; ./install.sh nmm.x'
++ [[ nmm.x == nmm.x ]]
++ rm -f /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_nmm.x
++ OPTS=app=NMM
++ mkdir -p /ptmpp1/Samuel.Trahan/rtgen.22880/exec /ptmpp1/Samuel.Trahan/rtgen.22880/include
++ rm -f /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_nmm.x /ptmpp1/Samuel.Trahan/rtgen.22880/include/NEMS_nmm.x.modules
++ cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4
++ ./NEMS/NEMSAppBuilder rebuild app=NMM
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+radiolist=GSM NEMSLegacy application on GSM-GOCART NEMSLegacy application off NMM NEMSLegacy NMM application off NMM-DEBUG NEMSLegacy NMM application off NMM-POST NEMSLegacy NMM application off, appCounter=5
+NOTE: APP from autoapp is NMM
+logfile=/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/log/appBuilder.log.1689
+NOTE: Chosen app is NMM
+NOTE: FOUND APP FROM /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NMM.appBuilder COMPONENTS LegacyNMMB
+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
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure nmmb_intel_wcoss
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ copy_diff_files ../../conf/configure.nems.Wcoss.intel_nmmb conf/configure.nems
++ [[ ! -f conf/configure.nems ]]
++ set -x
++ cp ../../conf/configure.nems.Wcoss.intel_nmmb conf/configure.nems
++ cp ../../modulefiles/wcoss.phase1/ESMF_700_nmmb conf/modules.nems
++ cp ESMFVersionDefine_ESMF_NUOPC.h ESMFVersionDefine.h
+NEMS/NMMB build on Wcoss using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/conf/modules.nems
+NOTE: Loaded /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/conf/modules.nems
+COMP=,COMPDIRS=
+start to build TARGET=nmm,COMPOPT=,COMPDIRS=
+         with MAKEOPT=nmm
+MSGBOX: make nmm   \n\nProceed with <Enter>, exit with <Esc>.
+NOTE:  MATCH: rebuild from rebuild:yes for rebuild
+NOTE: QUESTION rebuild? YES: from rebuild:yes
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+/bin/ksh: svnversion: not found
+/bin/ksh: svn: not found
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+Cleaning nmmbphys ... 
+
+rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
+make[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/phys'
+rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
+(cd FIMsrc && ./makefim clean)
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.F90 > Srcfiles
+echo "." > Filepath
+../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.f90 > Srcfiles
+echo "." > Filepath
+../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake -C Config esma_install
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[5]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+/bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+/bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
+Passed clean loop.  Now start to build nems.x.
++ make nmm
++ tee /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/log/appBuilder.NEMS.log.1689
++ pwd
+/bin/ksh: svnversion: not found
+/bin/ksh: svn: not found
+       CHEM_MODi-----------> /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/share         && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.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 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/share'
+cd atmos/gsm/gsmphys          && gmake  gocart_stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c wv_saturation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldwat2m_micro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldmacro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c aer_cloud.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 m_micro_driver.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 -fixed -I../../share -r8 -c idea_composition.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 -fixed -I../../share -r8 -c co2hc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c date_def.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 -fixed -I../../share -r8 -c idea_solar_heating.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 -fixed -I../../share -r8 -c idea_tracer.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 -fixed -I../../share -r8 -c h2oc.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 -fixed -I../../share -r8 -c h2ohdc.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 -fixed -I../../share -r8 -c efield.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 -fixed -I../../share -r8 -c ideaca.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 -fixed -I../../share -r8 -c idea_co2.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 -fixed -I../../share -r8 -c idea_h2o.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 -fixed -I../../share -r8 -c idea_ion.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 -fixed -I../../share -r8 -c idea_o2_o3.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 -fixed -I../../share -r8 -c idea_dissipation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tracer_const_h.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 -fixed -I../../share -r8 -c idea_phys.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 -fixed -I../../share -r8 -c gocart_tracer_config_stub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c iounitdef.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozne_def.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2o_def.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progtm_module.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rascnvv2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mersenne_twister.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c namelist_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c module_bfmicrophysics.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gfs_phy_tracer_config.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_clouds.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_surface.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_astronomy.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_gases.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_aerosols.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c grrad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rad_initialize.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys_2015.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozinterp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ointerp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ophys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfcsub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gbphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.pre.rad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c set_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_drv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_land.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progt2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_sice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_cice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_ocean.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_nst.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diff.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diag.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sflx.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninshoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp1.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninq.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninedmf.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfpbl.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdps.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp_mesopause.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnvn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfdeepcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cnvc90.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tridi2t3.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv_opr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfshalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c lrgsclr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscond.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscondp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpdp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd_shoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadbtn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c get_prs.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gsmddrive.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 -r8  -c num_parthds.F
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM nuopc_physics.F90 > nuopc_physics.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 -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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+gmake -C nmmbphys 
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm/nmmbphys'
+gmake libnmm.a 
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/nmm'
+cd atmos/gsm           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gsm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/gen'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.F90 > Srcfiles
+echo "." > Filepath
+../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_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 -I../share -c post_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_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 -I../share -c post_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_routines_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 -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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos/post'
+cd atmos               && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.f90 > Srcfiles
+echo "." > Filepath
+../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 16:27:05 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:27:05 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:27:05 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:27:05 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:27:05 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:27:05 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:27:05 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:27:05 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 Dec 20 16:27:05 UTC 2016 r "' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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 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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/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!
++ cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/mod4/NEMS/src
++ cp -fp ../exe/NEMS.x /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_nmm.x
++ cp -fp conf/modules.nems /ptmpp1/Samuel.Trahan/rtgen.22880/include/NEMS_nmm.x.modules
++ unset OPTS
++ set -xe
++ set -xe
++ test -s /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_nmm.x
++ test -x /ptmpp1/Samuel.Trahan/rtgen.22880/exec/NEMS_nmm.x
++ error=0
++ '[' '' == poe ']'
++ exit 0
+
+------------------------------------------------------------
+Sender: LSF System <lsfadmin at g1c38f>
+Subject: Job 700418: <rt_build_nmm.x> in cluster <gyre> Done
+
+Job <rt_build_nmm.x> was submitted from host <g14a1f> by user <Samuel.Trahan> in cluster <gyre>.
+Job was executed on host(s) <g1c38f>, in queue <dev_shared>, as user <Samuel.Trahan> in cluster <gyre>.
+</u/Samuel.Trahan> was used as the home directory.
+</ptmpp1/Samuel.Trahan/rtgen.22880/rocoto> was used as the working directory.
+Started at Tue Dec 20 16:26:44 2016
+Results reported on Tue Dec 20 16:44:53 2016
+
+Your job looked like:
+
+------------------------------------------------------------
+# LSBATCH: User input
+/usrx/local/emc_rocoto/1.2.3/sbin/lsfwrapper.sh sh -c "cd /ptmpp1/Samuel.Trahan/rtgen.22880/src ; ./install.sh nmm.x"
+------------------------------------------------------------
+
+Successfully completed.
+
+Resource usage summary:
+
+    CPU time :               1092.84 sec.
+    Max Memory :             761 MB
+    Average Memory :         236.26 MB
+    Total Requested Memory : 4096.00 MB
+    Delta Memory :           3335.00 MB
+    (Delta: the difference between Total Requested Memory and Max Memory.)
+    Max Processes :          15
+    Max Threads :            16
+
+The output (if any) is above this job summary.
+
+[Tue Dec 20 16:44:53 UTC 2016] /usrx/local/lsf/conf/scripts/ncep_post_exec_shared_ecflow.ksh: /var/lsf/ecflow_post_in.700418 file not found or empty.  Job is not eligible for ecflow abort notification.
Index: checkout/oldtests/nems.configure.med_atm_ocn_ice.prof.IN
===================================================================
--- checkout/oldtests/nems.configure.med_atm_ocn_ice.prof.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_atm_ocn_ice.prof.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_atm_ocn_ice.prof.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_atm_ocn_ice.prof.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.medcold_atm_ocn_ice.prof.IN
===================================================================
--- checkout/oldtests/nems.configure.medcold_atm_ocn_ice.prof.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.medcold_atm_ocn_ice.prof.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.medcold_atm_ocn_ice.prof.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.medcold_atm_ocn_ice.prof.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.atm_ocn_ice.IN
===================================================================
--- checkout/oldtests/nems.configure.atm_ocn_ice.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.atm_ocn_ice.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.atm_ocn_ice.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.atm_ocn_ice.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.med_atm_ocn_ice_wav.IN
===================================================================
--- checkout/oldtests/nems.configure.med_atm_ocn_ice_wav.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_atm_ocn_ice_wav.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_atm_ocn_ice_wav.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_atm_ocn_ice_wav.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/default_vars.sh
===================================================================
--- checkout/oldtests/default_vars.sh	(nonexistent)
+++ checkout/oldtests/default_vars.sh	(revision 85747)
@@ -0,0 +1,109 @@
+set -x
+###############################################################################
+#
+# Export variables to the default values
+#  - first common variables, then model specific ones
+#  - different machines, different defaults:
+#
+###############################################################################
+
+if [ $MACHINE_ID = wcoss ]; then
+
+  TASKS_dflt=32  ; TPN_dflt=16 ; INPES_dflt=05 ; JNPES_dflt=06 ; WTPG_dflt=2
+  TASKS_thrd=16  ; TPN_thrd=08 ; INPES_thrd=03 ; JNPES_thrd=05 ; WTPG_thrd=1
+  TASKS_nest=96  ; TPN_nest=16 ; INPES_nest=02 ; JNPES_nest=02 ; WTPG_nest=1
+  TASKS_fltr=64  ; TPN_fltr=16 ; INPES_fltr=02 ; JNPES_fltr=02 ; WTPG_fltr=1
+  TASKS_mvg1=96  ; TPN_mvg1=16 ; INPES_mvg1=05 ; JNPES_mvg1=07 ; WTPG_mvg1=1
+  TASKS_mvg2=96  ; TPN_mvg2=16 ; INPES_mvg2=05 ; JNPES_mvg2=18 ; WTPG_mvg2=2
+
+elif [ $MACHINE_ID = gaea -o $MACHINE_ID = theia ]; then
+
+  TASKS_dflt=48  ; TPN_dflt=   ; INPES_dflt=05 ; JNPES_dflt=09 ; WTPG_dflt=3
+  TASKS_thrd=48  ; TPN_thrd=   ; INPES_thrd=05 ; JNPES_thrd=09 ; WTPG_thrd=3
+  TASKS_nest=96  ; TPN_nest=   ; INPES_nest=02 ; JNPES_nest=02 ; WTPG_nest=1
+  TASKS_fltr=64  ; TPN_fltr=   ; INPES_fltr=02 ; JNPES_fltr=02 ; WTPG_fltr=1
+  TASKS_mvg1=96  ; TPN_mvg1=   ; INPES_mvg1=05 ; JNPES_mvg1=07 ; WTPG_mvg1=1
+  TASKS_mvg2=96  ; TPN_mvg2=   ; INPES_mvg2=05 ; JNPES_mvg2=18 ; WTPG_mvg2=2
+
+fi
+
+export_common ()
+{
+
+# Bug fix: do not let GFS test scripts load the wrong modulefiles:
+export LOADICS=NO
+export LOADIOBUF=NO
+
+export THRD=1
+export WTPG=$WTPG_dflt
+export WLCLK=15
+export GEFS_ENSEMBLE=0
+export GEN_ENSEMBLE=0
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION='grib1'
+
+# Bug fix: disable overriding of QUEUE:
+export QUEUE=${QUEUE:-debug}
+}
+
+export_nmm ()
+{
+export_common
+export INPES=$INPES_dflt ; export JNPES=$JNPES_dflt ; export WTPG=$WTPG_dflt
+export TASKS=$TASKS_dflt ; export TPN=$TPN_dflt
+export GBRG=reg          ; export NEMSI=false       ; export RSTRT=false
+export AFFN=core         ; export NODE=1
+export NCHILD=0          ; export MODE=1-way        ; export WGT=0.0
+export FCSTL=48
+export PCPFLG=false      ; export WPREC=false
+export TS=false
+export RADTN=rrtm        ; export CONVC=bmj         ; export TURBL=myj
+export NP3D=3            ; export CLDFRACTION=default
+export SFC_LAYER=myj     ; export LAND_SURFACE=noah
+export MICRO=fer_hires   ; export gfsP=false        ; export SPEC_ADV=false
+}
+
+export_gsm ()
+{
+export_common
+if [ ${pex:-1} -eq 2 ] ; then
+ export TASKS=48  ; export PE1=48       ; export NSOUT=0       ; export QUILT=.false.
+else
+ export TASKS=32  ; export PE1=32       ; export NSOUT=0       ; export QUILT=.false.
+fi
+export NDAYS=2   ; export CP2=.false.  ;  export FHRES=180
+export WRTGP=1   ; export FDFI=0       ; export ADIABATIC=.false. ; export REDUCEDGRID=.true.
+export FHZER=6
+export wave=62   ; export THRD=1
+export lm=64     ; export lsoil=4         ; export MEMBER_NAMES=c00
+export IDVC=2    ; export THERMODYN_ID=1  ; export SFCPRESS_ID=1 ; export SPECTRALLOOP=2
+export NEMSIOIN=.false.  ; export NEMSIOOUT=.false. ; export rungfstest=.true.
+export SIGIOIN=.true.    ; export SIGIOOUT=.true.   ; export SFCIOOUT=.true.
+export FHSWR=3600        ;  export FHLWR=3600       ; LDFI_SPECT=.true.
+export CDATE=2012010100
+export GOCART_AER2POST=.false.
+export NST_FCST=0  ; export NDSLFV=.false.  ; export IDEA=.false.
+export SLG=.false.
+export A2OI_OUT=.false. ; export NGRID_A2OI=48
+}
+
+export_fim ()
+{
+export_common
+export FIM_USE_NEMS=true
+}
+
+export_nems ()
+{
+export atm_model=none
+export atm_petlist_bounds="-1 -1"
+export ocn_model=none
+export ocn_petlist_bounds="-1 -1"
+export ice_model=none
+export ice_petlist_bounds="-1 -1"
+export med_model=nems
+export med_petlist_bounds="-1 -1"
+export med_atm_coupling_interval_sec=-1
+export med_ocn_coupling_interval_sec=-1
+}
+

Property changes on: checkout/oldtests/default_vars.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nmmb_cntrl.parm
===================================================================
--- checkout/oldtests/nmmb_cntrl.parm	(nonexistent)
+++ checkout/oldtests/nmmb_cntrl.parm	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nmmb_cntrl.parm
\ No newline at end of file

Property changes on: checkout/oldtests/nmmb_cntrl.parm
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/RT.small.compsetRun
===================================================================
--- checkout/oldtests/RT.small.compsetRun	(nonexistent)
+++ checkout/oldtests/RT.small.compsetRun	(revision 85747)
@@ -0,0 +1,6 @@
+### List of all compsets for the small regression test ###
+##########################################################
+
+2009_blocked_xatm_xocn
+2009_sbys_gsm
+20150401short_nems_gsm_cice_mom5
Index: checkout/oldtests/nems.configure.blocked_lnd_hyd.IN
===================================================================
--- checkout/oldtests/nems.configure.blocked_lnd_hyd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.blocked_lnd_hyd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.blocked_lnd_hyd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.blocked_lnd_hyd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nmm_conf
===================================================================
--- checkout/oldtests/nmm_conf	(nonexistent)
+++ checkout/oldtests/nmm_conf	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nmm_conf
\ No newline at end of file

Property changes on: checkout/oldtests/nmm_conf
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.med_lnd_hyd.IN
===================================================================
--- checkout/oldtests/nems.configure.med_lnd_hyd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_lnd_hyd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_lnd_hyd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_lnd_hyd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/atmos.configure_gen
===================================================================
--- checkout/oldtests/atmos.configure_gen	(nonexistent)
+++ checkout/oldtests/atmos.configure_gen	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/atmos.configure_gen
\ No newline at end of file

Property changes on: checkout/oldtests/atmos.configure_gen
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.blocked_atm_hyd.IN
===================================================================
--- checkout/oldtests/nems.configure.blocked_atm_hyd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.blocked_atm_hyd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.blocked_atm_hyd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.blocked_atm_hyd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.atm_nostep.IN
===================================================================
--- checkout/oldtests/nems.configure.atm_nostep.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.atm_nostep.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.atm_nostep.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.atm_nostep.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.med_atm_ipm.IN
===================================================================
--- checkout/oldtests/nems.configure.med_atm_ipm.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_atm_ipm.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_atm_ipm.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_atm_ipm.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.atm_step.IN
===================================================================
--- checkout/oldtests/nems.configure.atm_step.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.atm_step.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.atm_step.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.atm_step.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.atm_lnd.IN
===================================================================
--- checkout/oldtests/nems.configure.atm_lnd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.atm_lnd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.atm_lnd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.atm_lnd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/gen_msub.IN
===================================================================
--- checkout/oldtests/gen_msub.IN	(nonexistent)
+++ checkout/oldtests/gen_msub.IN	(revision 85747)
@@ -0,0 +1,25 @@
+#!/bin/sh
+
+# Moab options used on Gaea
+
+#MSUB -S /bin/sh
+#MSUB -o out
+#MSUB -e err
+#MSUB -N @[JBNME]
+#MSUB -l partition=c1ms
+#MSUB -l size=@[TPN]
+#MSUB -l walltime=00:@[WLCLK]:00
+
+set -aeux
+
+echo "Model started:  " `date`
+
+export TASKSIZE=@[TPN]
+export SCHEDULER=moab
+export MACHINE_ID=gaea
+
+./gen_fcst_run
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/oldtests/detect_machine.sh
===================================================================
--- checkout/oldtests/detect_machine.sh	(nonexistent)
+++ checkout/oldtests/detect_machine.sh	(revision 85747)
@@ -0,0 +1,106 @@
+#!/bin/bash
+
+HOSTNAME='hostname -f'
+export ACCNR=${ACCNR:-nems}
+
+MACHINE_ID=linux_gnu  ## default
+
+case `$HOSTNAME` in
+
+  g10a1.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=1;; ### gyre 1
+  g10a2.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=1;; ### gyre 2
+  g14a1.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=1;; ### gyre 3
+  g14a2.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=1;; ### gyre 4
+
+  t10a1.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=1;; ### tide 1
+  t10a2.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=1;; ### tide 2
+  t14a1.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=1;; ### tide 3
+  t14a2.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=1;; ### tide 4
+
+  g20a1.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### gyre phase2
+  g20a2.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### gyre phase2
+  g20a3.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### gyre phase2
+  g21a1.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### gyre phase2
+  g21a2.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### gyre phase2
+  g21a3.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### gyre phase2
+
+  t20a1.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### tide phase2
+  t20a2.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### tide phase2
+  t20a3.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### tide phase2
+  t21a1.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### tide phase2
+  t21a2.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### tide phase2
+  t21a3.ncep.noaa.gov)               MACHINE_ID=wcoss ; export pex=2;; ### tide phase2
+
+  gaea1.ncrc.gov)                    MACHINE_ID=gaea ;; ### gaea1
+  gaea2.ncrc.gov)                    MACHINE_ID=gaea ;; ### gaea2
+  gaea3.ncrc.gov)                    MACHINE_ID=gaea ;; ### gaea3
+  gaea4.ncrc.gov)                    MACHINE_ID=gaea ;; ### gaea4
+  gaea5.ncrc.gov)                    MACHINE_ID=gaea ;; ### gaea5
+  gaea6.ncrc.gov)                    MACHINE_ID=gaea ;; ### gaea6
+  gaea7.ncrc.gov)                    MACHINE_ID=gaea ;; ### gaea7
+  gaea8.ncrc.gov)                    MACHINE_ID=gaea ;; ### gaea8
+  gaea9.ncrc.gov)                    MACHINE_ID=gaea ;; ### gaea9
+  gaea10.ncrc.gov)                   MACHINE_ID=gaea ;; ### gaea10
+
+  tfe01) MACHINE_ID=theia ;; ### theia01
+  tfe02) MACHINE_ID=theia ;; ### theia02
+  tfe03) MACHINE_ID=theia ;; ### theia03
+  tfe04) MACHINE_ID=theia ;; ### theia04
+  tfe05) MACHINE_ID=theia ;; ### theia05
+  tfe06) MACHINE_ID=theia ;; ### theia06
+  tfe07) MACHINE_ID=theia ;; ### theia07
+  tfe08) MACHINE_ID=theia ;; ### theia08
+  tfe09) MACHINE_ID=theia ;; ### theia09
+  tfe10) MACHINE_ID=theia ;; ### theia10
+
+  yslogin1)                          MACHINE_ID=yellowstone ;;
+  yslogin2)                          MACHINE_ID=yellowstone ;; 
+  yslogin3)                          MACHINE_ID=yellowstone ;;
+  yslogin4)                          MACHINE_ID=yellowstone ;;
+  yslogin5)                          MACHINE_ID=yellowstone ;;
+  yslogin6)                          MACHINE_ID=yellowstone ;;
+  yslogin7)                          MACHINE_ID=yellowstone ;;
+  yslogin8)                          MACHINE_ID=yellowstone ;;
+  yslogin9)                          MACHINE_ID=yellowstone ;;
+  yslogin10)                         MACHINE_ID=yellowstone ;;
+
+esac
+
+echo "Machine: " $MACHINE_ID "    Account: " $ACCNR
+
+#return 2>/dev/null || exit 1
+
+# --- for Theia, find available account ID
+if [[ $1"" != "machineonly" ]] ; then
+  AP=account_params          # Account info
+if [ ${MACHINE_ID} = theia ]; then
+if [ ${ACCNR:-null} = null ]; then
+
+  ac=`$AP 2>&1 | grep '^\s*Allocation: [0-9]' | awk '$4>100{print $3}'| head -1`
+  nr=`echo $ac|wc -w`
+
+  if [ $nr -eq 1 ]; then
+    ACCNR=$ac
+    echo "Found a valid account: using $ac"
+  else
+    ac=`$AP 2>&1 | grep '^\s*Allocation: [0-9]' | awk '{print $3}'| head -1`
+    nr=`echo $ac|wc -w`
+    if [ $nr -eq 1 ]; then
+      ACCNR=$ac
+      echo "Could not an find account with positive balance: using $ac"
+      echo "NOTE: Will run in windfall; longer wait times, be patient!"
+    else
+      echo "Check your account ID; No compute allocations found"
+    fi
+  fi
+else
+  cphr=`$AP 2>&1 | grep '^\s*Allocation: [0-9]' | grep $ACCNR | awk '{print $4}'`
+  nr=`echo $cphr|wc -w`
+  if [ $nr -eq 0 ]; then 
+    echo 'Wrong account choice: ' $ACCNR
+  else
+    echo "Account: " $ACCNR", available: " $cphr " CPU hrs"
+  fi
+fi
+fi
+fi
Index: checkout/oldtests/nems.configure.lnd_hyd.IN
===================================================================
--- checkout/oldtests/nems.configure.lnd_hyd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.lnd_hyd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.lnd_hyd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.lnd_hyd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/gen_fcst_run_GEN_m1.IN
===================================================================
--- checkout/oldtests/gen_fcst_run_GEN_m1.IN	(nonexistent)
+++ checkout/oldtests/gen_fcst_run_GEN_m1.IN	(revision 85747)
@@ -0,0 +1,79 @@
+# #!/bin/ksh
+#
+set -x
+#
+ echo "Start to run gen_fcst_run_GEN"
+
+ export CDATE=2008082500
+
+#
+#  This script is NOT complete for running multiple ensemble members
+#
+ export ENS_NUM=1
+ export ENS_SPS=.false.
+#
+
+c=1
+while [ $c -le $ENS_NUM ] ; do
+ eval export PE$c=\${PE$c:-0}
+ c=$((c+1))
+done
+
+export MP_STDOUTMODE=ordered
+export MP_LABELIO=yes
+export MP_SHARED_MEMORY=yes
+export MEMORY_AFFINITY=MCM
+##export BIND_TASKS=yes
+export NTHREADS=1
+export XLSMPOPTS="parthds=$NTHREADS:spins=0:yields=0:stack=512000000"
+export SPINLOOPTIME=500
+export YIELDLOOPTIME=500
+export AIXTHREAD_SCOPE=S
+export MALLOCMULTIHEAP=true
+#
+#    Set up experiment and directory names
+#
+ export NSCDIR=/global/noscrub
+ export TOPDIR=/global/save
+ export DUMPDIR=/global/shared/dump
+# export MP_COREFILE_FORMAT=lite 
+
+ export fcst_begin=${fcst_begin:-YES}
+#
+ NCP=cp
+ export NCP=${NCP:-/u/wx20mi/bin/ncp}
+#
+#
+#
+#    nhourb is the beginig hour.  If nhourb=0, then initial condition
+#    needs to be specified. ndays is the Length of #orecast in days
+#    begining from nhourb
+#
+#
+export MEMBER_NAMES="p01 p02 p03 c00"
+# export MEMBER_NAMES="p01 p02 p03 p04 p05 p06 p07 p08 p09 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 c00"
+
+export nsout=${nsout:-0}
+export lsm=${lsm:-1}
+
+ export SCHEDULER=@[SCHEDULER]
+echo 'SCHEDULER=' $SCHEDULER
+ export FCSTSCRIPT=@[SRCDIR]/oldtests/gen_fcst.sh.sms_nems
+echo 'FCSTSCRIPT=' $FCSTSCRIPT
+ export FCSTEXEC=@[SRCDIR]/exe/NEMS.x
+echo 'FCSTEXEC=' $FCSTEXEC
+#
+ export MACHINE_ID=${MACHINE_ID:-wcoss}
+
+#
+#
+# ***************************************************************
+#    Below here no change needed most of the time
+#    ____________________________________________
+#
+
+cd @[RUNDIR]
+ export COMOUT=@[RUNDIR]
+#
+  $FCSTSCRIPT > gen_fcst.sh.sms_nems.out 2>&1 || exit
+#
Index: checkout/oldtests/gen_qsub.IN
===================================================================
--- checkout/oldtests/gen_qsub.IN	(nonexistent)
+++ checkout/oldtests/gen_qsub.IN	(revision 85747)
@@ -0,0 +1,38 @@
+#! /bin/sh -l
+
+#PBS -o out
+#PBS -e err
+#PBS -N @[JBNME]
+#PBS -A @[ACCNR]
+#PBS -l procs=@[TASKS]
+#PBS -l walltime=00:@[WLCLK]:00
+
+if [[ -e  @[PATHTR]/src/conf/modules.nems ]]; then
+  source @[PATHTR]/src/conf/modules.nems
+  module list
+fi
+
+set -aeux
+export MPI_GROUP_MAX=96
+# ulimit -n 16000
+
+export SCHEDULER=@[SCHED]
+if [ ${SCHEDULER} = pbs ]; then
+  export MACHINE_ID=theia
+fi
+
+cd @[RUND]
+
+echo "Model started:  " `date`
+
+# module load intel
+# module load mpt
+# module load adaptive
+
+export TASKSIZE=@[TASKS]
+
+@[RUND]/gen_fcst_run
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/oldtests/nests.txt
===================================================================
--- checkout/oldtests/nests.txt	(nonexistent)
+++ checkout/oldtests/nests.txt	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nests.txt
\ No newline at end of file

Property changes on: checkout/oldtests/nests.txt
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.atm_hyd.IN
===================================================================
--- checkout/oldtests/nems.configure.atm_hyd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.atm_hyd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.atm_hyd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.atm_hyd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/atparse.bash
===================================================================
--- checkout/oldtests/atparse.bash	(nonexistent)
+++ checkout/oldtests/atparse.bash	(revision 85747)
@@ -0,0 +1,54 @@
+#! /usr/bin/env bash
+function atparse {
+    # Use __ in names to avoid clashing with variables in {var} blocks.
+    local __text __before __after __during
+    for __text in "$@" ; do
+        if [[ $__text =~ ^([a-zA-Z][a-zA-Z0-9_]*)=(.*)$ ]] ; then
+            eval "local ${BASH_REMATCH[1]}"
+            eval "${BASH_REMATCH[1]}="'"${BASH_REMATCH[2]}"'
+        else
+            echo "ERROR: Ignoring invalid argument $__text\n" 1>&2
+        fi
+    done
+    while IFS= read -r __text ; do
+        while [[ "$__text" =~ ^([^@]*)(@\[[a-zA-Z_][a-zA-Z_0-9]*\]|@\[\'[^\']*\'\]|@\[@\]|@)(.*) ]] ; do
+            __before="${BASH_REMATCH[1]}"
+            __during="${BASH_REMATCH[2]}"
+            __after="${BASH_REMATCH[3]}"
+#            printf 'PARSE[%s|%s|%s]\n' "$__before" "$__during" "$__after"
+            printf %s "$__before"
+            if [[ "$__during" =~ ^@\[\'(.*)\'\]$ ]] ; then
+                printf %s "${BASH_REMATCH[1]}"
+            elif [[ "$__during" == '@[@]' ]] ; then
+                printf @
+            elif [[ "$__during" =~ ^@\[([a-zA-Z_][a-zA-Z_0-9]*)\] ]] ; then
+                eval 'printf %s "$'"${BASH_REMATCH[1]}"'"'
+            else
+                printf '%s' "$__during"
+            fi
+            if [[ "$__after" == "$__text" ]] ; then
+                break
+            fi
+            __text="$__after"
+        done
+        printf '%s\n' "$__text"
+    done
+}
+
+function test_atparse {
+    # Note that these cannot be local since they will be invisible
+    # to atparse:
+    testvar='[testvar]'
+    var1='[var1]'
+    var2='[var2]'
+    cat<<\EOF | atparse var3='**'
+Nothing special here. = @['Nothing special here.']
+[testvar] = @[testvar]
+[var1] [var2] = @[var1] @[var2]
+** = @[var3]
+@ = @[@] = @['@']
+-n
+ eval "export PE$c=\${PE$c:-0}" = @[' eval "export PE$c=\${PE$c:-0}"']
+EOF
+    echo "After block, \$var3 = \"$var3\" should be empty"
+}
Index: checkout/oldtests/nems.configure.med_atm_lnd_ice_ocn_sbys_hyd.IN
===================================================================
--- checkout/oldtests/nems.configure.med_atm_lnd_ice_ocn_sbys_hyd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_atm_lnd_ice_ocn_sbys_hyd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_atm_lnd_ice_ocn_sbys_hyd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_atm_lnd_ice_ocn_sbys_hyd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.atm_ipm.IN
===================================================================
--- checkout/oldtests/nems.configure.atm_ipm.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.atm_ipm.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.atm_ipm.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.atm_ipm.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/gfs_bsub.IN_wcoss
===================================================================
--- checkout/oldtests/gfs_bsub.IN_wcoss	(nonexistent)
+++ checkout/oldtests/gfs_bsub.IN_wcoss	(revision 85747)
@@ -0,0 +1,56 @@
+#!/bin/ksh
+#BSUB -a poe
+#BSUB -e @[RUND]/fcst.@[CDATE].out.%J
+#BSUB -o @[RUND]/fcst.@[CDATE].out.%J
+#BSUB -J @[JBNME]
+#BSUB -network type=sn_all:mode=US
+#BSUB -q "@[QUEUE]"
+#BSUB -P GFS-T2O
+#BSUB -n @[TASKS]
+#BSUB -R span[ptile=@[TPN]]
+#BSUB -R affinity[core(@[THRDS])]
+#BSUB -x
+#BSUB -W 00:@[WLCLK]
+set -x
+ulimit -s unlimited
+ulimit -c unlimited
+
+export OMP_NUM_THREADS=@[THRDS]
+export MP_EUILIB=us
+export MP_MPILIB=mpich2
+
+#export MP_EUIDEVICE=sn_all
+#if [ $OMP_NUM_THREADS -gt 1 ] ; then
+#  export MP_TASK_AFFINITY=cpu:@[THRDS]
+#else
+#  export MP_TASK_AFFINITY=core
+#fi
+export MP_EUIDEVELOP=min    # opt: trace, debug, min=run mode checking is bypasses
+export KMP_STACKSIZE=1024m
+#export MP_EAGER_LIMIT=65536
+#export F_UFMTENDIAN=big
+#export MPICH_ALLTOALL_THROTTLE=0
+#export MP_SINGLE_THREAD=yes
+#export MP_USE_BULK_XFER=yes
+#export MP_COLLECTIVE_OFFLOAD=yes
+#export MP_SHARED_MEMORY=no
+export MP_LABELIO=yes
+export MP_STDOUTMODE=unordered
+
+export SCHEDULER=@[SCHED]
+if [ ${SCHEDULER} = lsf ]; then
+  export MACHINE_ID=wcoss
+fi
+
+cd @[RUND]
+
+echo "Model started:  " `date`
+
+#export TASKSIZE=@[TASKS]
+
+env
+@[RUND]/gfs_fcst_run
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/oldtests/nems.configure.med_nmm_ocn_ice.IN
===================================================================
--- checkout/oldtests/nems.configure.med_nmm_ocn_ice.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_nmm_ocn_ice.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_nmm_ocn_ice.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_nmm_ocn_ice.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/Compile_theia.log
===================================================================
--- checkout/oldtests/Compile_theia.log	(nonexistent)
+++ checkout/oldtests/Compile_theia.log	(revision 85747)
@@ -0,0 +1,5397 @@
+Tue Dec 20 18:53:29 UTC 2016
+Start Regression test
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=NMM-DEBUG 
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+radiolist=GSM NEMSLegacy application on GSM-GOCART NEMSLegacy application off NMM NEMSLegacy NMM application off NMM-DEBUG NEMSLegacy NMM application off NMM-POST NEMSLegacy NMM application off, appCounter=5
+NOTE: APP from autoapp is NMM-DEBUG
+logfile=/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.log.6572
+NOTE: Chosen app is NMM-DEBUG
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NMM-DEBUG.appBuilder COMPONENTS LegacyNMMB
+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
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure nmmb_intel_theia
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ 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
++ CHOSEN_MODULE=theia/ESMF_700_nmmb
++ copy_diff_files ../../modulefiles/theia/ESMF_700_nmmb conf/modules.nems
++ [[ ! -f conf/modules.nems ]]
++ set -x
++ cp ../../modulefiles/theia/ESMF_700_nmmb conf/modules.nems
+confirmed ESMFVersionDefine.h
+NEMS/NMMB build on Theia using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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/oldmod4/NEMS/src/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/conf/modules.nems
+COMP=,COMPDIRS=
+start to build TARGET=nmm,COMPOPT=,COMPDIRS=
+         with MAKEOPT=nmm DEBUG=on
+MSGBOX: make nmm DEBUG=on   \n\nProceed with <Enter>, exit with <Esc>.
+NOTE:  MATCH: rebuild from rebuild:yes for rebuild
+NOTE: QUESTION rebuild? YES: from rebuild:yes
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+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/oldmod4/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+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/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/oldmod4/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
+Passed clean loop.  Now start to build nems.x.
++ make nmm DEBUG=on
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.NEMS.log.6572
++ pwd
+       CHEM_MODi-----------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/share         && gmake 
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.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 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/oldmod4/NEMS/src/atmos/share'
+cd atmos/gsm/gsmphys          && gmake  gocart_stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c wv_saturation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldwat2m_micro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldmacro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c aer_cloud.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 m_micro_driver.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 -fixed -I../../share -r8 -c idea_composition.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 -fixed -I../../share -r8 -c co2hc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c date_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 -fixed -I../../share -r8 -c idea_solar_heating.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 -fixed -I../../share -r8 -c idea_tracer.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 -fixed -I../../share -r8 -c h2oc.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 -fixed -I../../share -r8 -c h2ohdc.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 -fixed -I../../share -r8 -c efield.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 -fixed -I../../share -r8 -c ideaca.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 -fixed -I../../share -r8 -c idea_co2.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 -fixed -I../../share -r8 -c idea_h2o.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 -fixed -I../../share -r8 -c idea_ion.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 -fixed -I../../share -r8 -c idea_o2_o3.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 -fixed -I../../share -r8 -c idea_dissipation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tracer_const_h.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 -fixed -I../../share -r8 -c idea_phys.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 -fixed -I../../share -r8 -c gocart_tracer_config_stub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c iounitdef.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozne_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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2o_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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progtm_module.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rascnvv2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mersenne_twister.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c namelist_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c module_bfmicrophysics.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gfs_phy_tracer_config.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_clouds.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_surface.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_astronomy.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_gases.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_aerosols.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c grrad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rad_initialize.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys_2015.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozinterp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ointerp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ophys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfcsub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gbphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.pre.rad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c set_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_drv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_land.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progt2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_sice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_cice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_ocean.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_nst.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diff.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diag.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sflx.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninshoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp1.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninq.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninedmf.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfpbl.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdps.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp_mesopause.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnvn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfdeepcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cnvc90.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tridi2t3.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv_opr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfshalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c lrgsclr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscond.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscondp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpdp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd_shoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadbtn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c get_prs.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gsmddrive.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 -r8  -c num_parthds.F
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM nuopc_physics.F90 > nuopc_physics.f90
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/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/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake 
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+gmake -C nmmbphys 
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+gmake libnmm.a 
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+cd atmos/gsm           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/gsm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors -O0 -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-intel/include -I/scratch3/NCEPDEV/nwprod/lib/nemsio/v2.2.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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/oldmod4/NEMS/src/atmos/gen'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.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/oldmod4/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_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 -I../share -c post_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_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 -I../share -c post_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_routines_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 -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/oldmod4/NEMS/src/atmos/post'
+cd atmos               && gmake 
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.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/oldmod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 21:21:51 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:21:51 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:21:51 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:21:51 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:21:51 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:21:51 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:21:51 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:21:51 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:21:51 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 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/oldmod4/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!
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=GSM 
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+radiolist=GSM NEMSLegacy application on GSM-GOCART NEMSLegacy application off NMM NEMSLegacy NMM application off NMM-DEBUG NEMSLegacy NMM application off NMM-POST NEMSLegacy NMM application off, appCounter=5
+NOTE: APP from autoapp is GSM
+logfile=/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.log.83260
+NOTE: Chosen app is GSM
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/GSM.appBuilder COMPONENTS LegacyGSM
+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
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure gsm_intel_theia
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ copy_diff_files ../../conf/configure.nems.Theia.intel_gsm conf/configure.nems
++ [[ ! -f conf/configure.nems ]]
++ diff ../../conf/configure.nems.Theia.intel_gsm conf/configure.nems
++ [[ $'17c17\n< \n---\n> #\n20,33c20\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< \n---\n> #\n37,43c24,25\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\n---\n> NETCDF_INC  = -I$(NETCDF)/include\n> NETCDF_LIB  = -L$(NETCDF)/lib -lnetcdff -lnetcdf\n45d26\n< BACIO_LIB   = ${BACIO_LIB4}\n46a28\n> BACIO_LIB   = ${BACIO_LIB4}\n48,54d29\n<  \n< EXTLIBS      = $(NEMSIO_LIB) \\\n<                $(W3_LIB)     \\\n<                $(BACIO_LIB)  \\\n<                $(SP_LIB)     \\\n<                $(NETCDF_LIB) \\\n<                $(ESMF_LIB)  \n56c31\n< ## for the post quilting option\n---\n> POSTDIR     = /scratch2/portfolios/NCEPDEV/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd\n62d36\n< XML_LIB     = ${XMLPARSE_LIB}\n66,67c40,48\n< EXTLIBS_POST = $(NEMSIO_LIB)  \\\n<                $(POST_LIB)    \\\n---\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) \\\n69,112c50,91\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\n---\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\n114,115c93,94\n< AR           = ar\n< ARFLAGS      = -r\n---\n> AR          = ar\n> ARFLAGS     = -r\n117c96\n< RM           = rm\n---\n> RM          = rm' != '' ]]
++ set -x
++ cp ../../conf/configure.nems.Theia.intel_gsm conf/configure.nems
++ cp ../../modulefiles/theia/ESMF_700_gsm conf/modules.nems
+confirmed ESMFVersionDefine.h
+NEMS/GSM build on Theia using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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/oldmod4/NEMS/src/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/conf/modules.nems
+COMP=,COMPDIRS=
+start to build TARGET=gsm,COMPOPT=,COMPDIRS=
+         with MAKEOPT=gsm
+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
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+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/oldmod4/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+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/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/oldmod4/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
+Passed clean loop.  Now start to build nems.x.
++ make gsm
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.NEMS.log.83260
++ pwd
+       CHEM_MODE -----------> compile
+       PHYS_MODE -----------> compile
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys
+cd atmos/share         && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.f90
+mpiifort -g -openmp -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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.f90
+mpiifort -g -openmp -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/oldmod4/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm/gsmphys          && gmake gocart_stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 wv_saturation.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 cldwat2m_micro.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 cldmacro.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 aer_cloud.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 m_micro_driver.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 -r8 -c idea_composition.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 -r8 -c co2hc.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 date_def.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 -r8 -c idea_solar_heating.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 -r8 -c idea_tracer.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 -r8 -c h2oc.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 -r8 -c h2ohdc.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 -r8 -c efield.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 -r8 -c ideaca.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 -r8 -c idea_co2.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 -r8 -c idea_h2o.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 -r8 -c idea_ion.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 -r8 -c idea_o2_o3.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 -r8 -c idea_dissipation.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 tracer_const_h.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 -r8 -c idea_phys.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 -r8 -c gocart_tracer_config_stub.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 iounitdef.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 ozne_def.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 h2o_def.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 progtm_module.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 rascnvv2.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 mersenne_twister.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 namelist_soilveg.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 module_bfmicrophysics.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 gfs_phy_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 -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 radlw_datatb.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 radlw_main.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 radsw_param.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 radiation_clouds.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 radiation_surface.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 radsw_datatb.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 radsw_main.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 radiation_astronomy.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 radiation_gases.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 radiation_aerosols.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 grrad.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 rad_initialize.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 ozphys_2015.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 ozphys.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 ozinterp.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 h2ointerp.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 h2ophys.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 sfcsub.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 gbphys.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 dcyc2.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 dcyc2.pre.rad.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 set_soilveg.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 sfc_drv.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 sfc_land.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 progt2.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 sfc_sice.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 sfc_cice.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 sfc_ocean.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 sfc_nst.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 sfc_diff.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 sfc_diag.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 sflx.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 moninshoc.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 moninp.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 moninp1.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 moninq.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 moninedmf.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 mfpbl.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 gwdps.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 gwdc.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 rayleigh_damp.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 rayleigh_damp_mesopause.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 sascnv.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 sascnvn.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 mfdeepcnv.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 cnvc90.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 tridi2t3.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 shalcv.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 shalcv_opr.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 shalcnv.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 mfshalcnv.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 lrgsclr.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 gscond.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 gscondp.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 precpd.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 precpdp.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 precpd_shoc.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 mstadb.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 mstadbtn.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 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 -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 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/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/nmm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/oldmod4/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm           && gmake gocart_stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd libutil && gmake gocart_stub && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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_chem_phy_cpl_comp_mod_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 -O3 -r8 -free  -I../../share -c module_gfs_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 -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_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 -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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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_digital_filter_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_export_import_data.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 gfs_dyn_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_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/oldmod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake  && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ffsync.F90 > ffsync.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 ffsync.f90
+/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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_io_mpi_def.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_WRITE.F90 > module_GFS_WRITE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_GRID_COMP_GFS.F90 > module_WRITE_GRID_COMP_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG_WRITE_GFS.F90 > module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_INTERNAL_STATE_GFS.F90 > module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_ROUTINES_GFS.F90 > module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_GRID_COMP_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 -I../../share -I../libutil  -c module_GFS_WRITE.f90
+ar -r libio.a ffsync.o 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/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+---------------------------^
+impadj_hyb.locl_gc.f90(138): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+---------------------------^
+filtereo.f90(65): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------------------^
+filter1eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------------------^
+filter2eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------------------^
+filtereo_noq.f90(62): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------------------^
+filter1eo_noq.f90(59): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------------------^
+filter2eo_noq.f90(60): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+---------------------------^
+grid_to_spect.f90(58): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------^
+grid_to_spect_slg.f90(49): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/oldmod4/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
+---------------------------^
+grid_to_spect_rqt.f90(57): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+---------------------------^
+sicdif_sig.f90(342): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/oldmod4/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
+---------------------------^
+sicdif_hyb.f90(330): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/oldmod4/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
+---------------------------^
+sicdif_hyb_gc.f90(336): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/oldmod4/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
+---------------------------^
+sicdif_hyb_gcdp.f90(396): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+--------------^
+get_topo_grid_grad.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,       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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+---------------------------^
+grid_to_spect_inp.f90(84): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------^
+grid_to_spect_inp_slg.f90(85): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+       CHEM_MODi------from GFS/phys-----> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+getcon_physics.f90(42): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/gsm'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.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/oldmod4/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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/oldmod4/NEMS/src/atmos/post'
+cd atmos               && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.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/oldmod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_bcst_global.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Sto_Per_Scheme_Step2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 DistributeForStep1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_CplState_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Run_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_GetParameterFromStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_CplComp_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Sto_Per_Scheme_Step1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 kinds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 peuc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 pran.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 prana.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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/oldmod4/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 21:50:53 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:50:53 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:50:53 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:50:53 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:50:53 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:50:53 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:50:53 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:50:53 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:50:53 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/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!
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=GSM-GOCART 
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+radiolist=GSM NEMSLegacy application on GSM-GOCART NEMSLegacy application off NMM NEMSLegacy NMM application off NMM-DEBUG NEMSLegacy NMM application off NMM-POST NEMSLegacy NMM application off, appCounter=5
+NOTE: APP from autoapp is GSM-GOCART
+logfile=/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.log.61990
+NOTE: Chosen app is GSM-GOCART
+NOTE: FOUND APP FROM /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/GSM-GOCART.appBuilder COMPONENTS LegacyGSM
+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
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure gsm_intel_theia
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ copy_diff_files ../../conf/configure.nems.Theia.intel_gsm conf/configure.nems
++ [[ ! -f conf/configure.nems ]]
++ diff ../../conf/configure.nems.Theia.intel_gsm conf/configure.nems
++ [[ '' != '' ]]
++ echo 'confirmed conf/configure.nems'
+confirmed conf/configure.nems
++ touch conf/externals.nems
++ CHOSEN_MODULE=theia/ESMF_700_gsm
++ copy_diff_files ../../modulefiles/theia/ESMF_700_gsm conf/modules.nems
++ [[ ! -f conf/modules.nems ]]
++ set -x
++ cp ../../modulefiles/theia/ESMF_700_gsm conf/modules.nems
+confirmed ESMFVersionDefine.h
+NEMS/GSM build on Theia using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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/oldmod4/NEMS/src/conf/modules.nems
+NOTE: Loaded /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/conf/modules.nems
+COMP=,COMPDIRS=
+start to build TARGET=gsm,COMPOPT=,COMPDIRS=
+         with MAKEOPT=gsm GOCART_MODE=full
+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
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/oldmod4/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
+Passed clean loop.  Now start to build nems.x.
++ make gsm GOCART_MODE=full
++ tee /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.NEMS.log.61990
++ pwd
+cd chem/gocart/src     && gmake install GOCART_MODE=full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making install in $d	;\
+	      gmake -C $d -e install	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making install in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+GNUmakefile:35: - Node not know, disabling build environment check
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/doc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/Assert.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+Making install in GMAO_Shared
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file m_rGrADS.d
+Building dependency file m_ior4.d
+Building dependency file m_zeit.d
+Building dependency file m_stdio.d
+Building dependency file m_showDistrib.d
+Building dependency file m_realkinds.d
+Building dependency file m_rankMerge.d
+Building dependency file m_parDOT.d
+Building dependency file m_mpout.d
+Building dependency file m_mpif90.d
+Building dependency file m_mergedList.d
+Building dependency file m_mall.d
+Building dependency file m_ioutil.d
+Building dependency file m_intkinds.d
+Building dependency file m_inpak90.d
+Building dependency file m_flow.d
+Building dependency file m_dropdead.d
+Building dependency file m_die.d
+Building dependency file m_chars.d
+Building dependency file m_StrTemplate.d
+Building dependency file m_String.d
+Building dependency file m_SortingTools.d
+Building dependency file m_Permuter.d
+Building dependency file m_Group.d
+Building dependency file m_Filename.d
+Building dependency file m_MergeSorts.d
+Building dependency file m_List.d
+Building dependency file m_IndexBin_logical.d
+Building dependency file m_IndexBin_integer.d
+Building dependency file m_IndexBin_char.d
+Building dependency file m_datetime.d
+Building dependency file m_date.d
+Building dependency file m_FileResolv.d
+Building dependency file m_random.d
+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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+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_chars.F90
+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_flow.F90
+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_stdio.F90
+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_mpif90.F90
+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_intkinds.F90
+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_ioutil.F90
+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_dropdead.F90
+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_mpout.F90
+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_die.F90
+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_StrTemplate.F90
+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_FileResolv.f90
+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_date.F90
+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_datetime.F90
+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_mall.F90
+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_IndexBin_char.F90
+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_IndexBin_integer.F90
+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_IndexBin_logical.F90
+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_String.F90
+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_List.F90
+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_MergeSorts.F90
+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_Filename.F90
+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_Group.F90
+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_Permuter.F90
+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_rankMerge.F90
+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_SortingTools.F90
+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_inpak90.F90
+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_mergedList.F90
+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_parDOT.F90
+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_showDistrib.F90
+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_zeit.F90
+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_ior4.F90
+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_rGrADS.F90
+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_wGrADS.F90
+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_GrADS.F90
+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_fpe.F90
+gcc -c -DsysLinux -DESMA64   -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 -O  -fPIC get_zeits.c
+/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/oldmod4/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
+Building dependency file mpi0_copy.d
+Building dependency file mpi_reduce_scatter.d
+Building dependency file mpi_allreduce.d
+Building dependency file mpi_reduce.d
+Building dependency file mpi_alltoallv.d
+Building dependency file mpi_alltoall.d
+Building dependency file mpi_allgatherv.d
+Building dependency file mpi_allgather.d
+Building dependency file mpi_scatterv.d
+Building dependency file mpi_scatter.d
+Building dependency file mpi_gatherv.d
+Building dependency file mpi_gather.d
+Building dependency file mpi_bcast.d
+Building dependency file mpi_barrier.d
+Building dependency file mpi_wtime.d
+Building dependency file mpi_wtick.d
+Building dependency file mpi_waitall.d
+Building dependency file mpi_irecv.d
+Building dependency file mpi_recv.d
+Building dependency file mpi_sendrecv.d
+Building dependency file mpi_send.d
+Building dependency file mpi_isend.d
+Building dependency file mpi_initialized.d
+Building dependency file mpi_init.d
+Building dependency file mpi_finalize.d
+Building dependency file mpi_error_string.d
+Building dependency file mpi_comm_size.d
+Building dependency file mpi_comm_rank.d
+Building dependency file mpi_comm_free.d
+Building dependency file mpi_comm_dup.d
+Building dependency file mpi_abort.d
+m_SHMEM.F90:30:60: warning: missing terminating ' character
+m_SHMEM.F90:58:33: warning: missing terminating ' character
+Building dependency file m_SHMEM.d
+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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+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_dup.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_comm_free.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_comm_rank.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_comm_size.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_error_string.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_finalize.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_init.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_initialized.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_isend.F90
+mpi_isend.F90(12): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [REQUEST]
+         & comm, request, ierror)
+-----------------^
+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_send.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_sendrecv.F90
+mpi_sendrecv.F90(12): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [RBUF]
+    			     rbuf, rcount, rtype, srcs, rtag,	&
+-----------------------------^
+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_recv.F90
+mpi_recv.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [STATUS]
+    subroutine mpi_recv( buf, count, type, pe, tag, comm, status, ierror)
+----------------------------------------------------------^
+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_irecv.F90
+mpi_irecv.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [REQUEST]
+    subroutine mpi_irecv( buf, count, type, pe, tag, comm, request, ierror)
+-----------------------------------------------------------^
+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_waitall.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_wtick.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_wtime.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_barrier.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_bcast.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_gather.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_gatherv.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_scatter.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_scatterv.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_allgather.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_allgatherv.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_alltoall.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_alltoallv.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_reduce.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_allreduce.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_reduce_scatter.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 mpi0_copy.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_zzz.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_wait.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_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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Hh] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file gfioutil___.d
+Building dependency file timesubs.d
+Building dependency file getdate.d
+Building dependency file diffdate.d
+Building dependency file gfioCF.d
+gfio___.F:1015:23: warning: missing terminating ' character
+gfio___.F:1256:59: warning: missing terminating ' character
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+gfio___.F:2795:52: warning: missing terminating ' character
+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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file gfioutil___.d
+Building dependency file timesubs.d
+Building dependency file getdate.d
+Building dependency file diffdate.d
+Building dependency file gfioCF.d
+gfio___.F:1015:23: warning: missing terminating ' character
+gfio___.F:1256:59: warning: missing terminating ' character
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+gfio___.F:2795:52: warning: missing terminating ' character
+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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake local_install
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+No local install in here
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file ESMF_CFIOVarInfoMod.d
+Building dependency file ESMF_CFIOUtilMod.d
+Building dependency file ESMF_CFIOSdfMod.d
+Building dependency file ESMF_CFIOMod.d
+Building dependency file ESMF_CFIOGridMod.d
+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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file ESMF_CFIOVarInfoMod.d
+Building dependency file ESMF_CFIOUtilMod.d
+Building dependency file ESMF_CFIOSdfMod.d
+Building dependency file ESMF_CFIOMod.d
+Building dependency file ESMF_CFIOGridMod.d
+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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu  -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
+/bin/rm -f -r /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
+cd /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake local_install
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+No local install in here
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file MAPL_CFIOServer.d
+Building dependency file MAPL_LoadBalance.d
+Building dependency file MAPL_ShmemMod.d
+Building dependency file MAPL_NewArthParser.d
+Building dependency file MAPL_ExtDataGridCompMod.d
+MAPL_NominalOrbitsMod.F90:15:64: warning: missing terminating ' character
+Building dependency file MAPL_NominalOrbitsMod.d
+Building dependency file MAPL_OrbGridCompMod.d
+Building dependency file MAPL_SimpleBundleMod.d
+Building dependency file MAPL_MaxMinMod.d
+Building dependency file CubeToLatLon.d
+Building dependency file MAPL_Hash.d
+Building dependency file MAPL_MemUtils.d
+Building dependency file memuse.d
+Building dependency file c_mapl_locstream_F.d
+Building dependency file hash.d
+Building dependency file MAPL_Cap.d
+Building dependency file MAPL_HistoryGridComp.d
+Building dependency file MAPL_SatVapor.d
+Building dependency file MAPL_sun_uc.d
+Building dependency file MAPL_Generic.d
+Building dependency file MAPL_Sort.d
+Building dependency file MAPL_GenericCplComp.d
+Building dependency file sort.d
+Building dependency file MAPL_Profiler.d
+Building dependency file MAPL_Constants.d
+Building dependency file MAPL_Mod.d
+Building dependency file MAPL_LocStreamMod.d
+Building dependency file MAPL_Comms.d
+Building dependency file MAPL_HorzTransform.d
+Building dependency file MAPL_IO.d
+Building dependency file MAPL_CFIO.d
+Building dependency file hinterp.d
+Building dependency file MAPL_InterpMod.d
+Building dependency file MAPL_Base.d
+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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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)
+------------------------------------------------------^
+MAPL_stubs.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [DATA_CS]
+subroutine latlon2cube(npx, npy, nlon, nlat, data_ll, data_cs)
+------------------------------------------------------^
+MAPL_stubs.F90(21): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [INDEX]
+subroutine GetWeightsC2C(npx, npy, npxout, npyout, index, weight, &
+---------------------------------------------------^
+MAPL_stubs.F90(21): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [WEIGHT]
+subroutine GetWeightsC2C(npx, npy, npxout, npyout, index, weight, &
+----------------------------------------------------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE1]
+         ee1, ee2, ff1, ff2)
+---------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE2]
+         ee1, ee2, ff1, ff2)
+--------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF1]
+         ee1, ee2, ff1, ff2)
+-------------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF2]
+         ee1, ee2, ff1, ff2)
+------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [INDEX]
+    index, weight, id1, id2, jdc, l2c,     &
+----^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [WEIGHT]
+    index, weight, id1, id2, jdc, l2c,     &
+-----------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [ID1]
+    index, weight, id1, id2, jdc, l2c,     &
+-------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [ID2]
+    index, weight, id1, id2, jdc, l2c,     &
+------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [JDC]
+    index, weight, id1, id2, jdc, l2c,     &
+-----------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [L2C]
+    index, weight, id1, id2, jdc, l2c,     &
+----------------------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+----^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+---------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+--------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+-------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [GG1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+------------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [GG2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+-----------------------------^
+ar cr libMAPL_Base_stubs.a MAPL_stubs.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -pr *.a    /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -p *.pl                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin 
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file ctl_crst.d
+Building dependency file Chem_Aod3d.d
+Building dependency file Chem_Aod.d
+Building dependency file Chem_SimpleBundleMod.d
+Chem_AodMod.F90:446:1: error: unterminated argument list invoking macro "__raise__"
+gmake[3]: [Chem_AodMod.d] Error 1 (ignored)
+Building dependency file Chem_AodMod.d
+Building dependency file Chem_MieMod.d
+Building dependency file Chem_MieTableMod.d
+Building dependency file Chem_InitMod.d
+Building dependency file Chem_Mod.d
+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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a             /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p        *.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.mod           /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file ConvectionMod.d
+Building dependency file SulfateChemDriverMod.d
+Building dependency file SeasaltEmissionMod.d
+Building dependency file WetRemovalMod.d
+Building dependency file DustEmissionMod.d
+Building dependency file DryDepositionMod.d
+Building dependency file Chem_SettlingMod.d
+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/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.a     /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making install in Components
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+GOCART_GridCompMod.F90:966:37: error: SS_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:970:37: error: SU_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:974:37: error: BC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:978:37: error: OC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:982:37: error: CO_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:986:38: error: CO2_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:990:38: error: CFC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:994:37: error: Rn_ExportSpec___.h: No such file or directory
+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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+Building History Spec fragment file O3_History___.rc
+O3_GridCompMod.F90:36:18: error: mpif.h: No such file or directory
+O3_GridCompMod.F90:320:27: warning: missing terminating ' character
+O3_GridCompMod.F90:616:18: warning: missing terminating ' character
+O3_GridCompMod.F90:618:31: warning: missing terminating ' character
+O3_GridCompMod.F90:1296:42: warning: missing terminating ' character
+O3_GridCompMod.F90:1359:20: warning: missing terminating ' character
+O3_GridCompMod.F90:1374:57: warning: missing terminating ' character
+O3_GridCompMod.F90:1622:52: warning: missing terminating ' character
+O3_GridCompMod.F90:1623:67: warning: missing terminating ' character
+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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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)
+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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR    
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+Building History Spec fragment file CFC_History___.rc
+CFC_GridCompMod.F90:134:18: error: mpif.h: No such file or directory
+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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+Building History Spec fragment file SU_History___.rc
+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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making install in /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
+/bin/mkdir -p /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_install
+gmake[4]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/apps/netcdf/4.3.0-intel/include -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+/bin/cp -f -p *.mod          /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+Making install in Applications
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+       CHEM_MODE -----------> compile
+       PHYS_MODE -----------> compile
+       PHYS_INC----------->/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys
+cd atmos/share         && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.f90
+mpiifort -g -openmp -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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.f90
+mpiifort -g -openmp -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/oldmod4/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm/gsmphys          && gmake gocart_full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 wv_saturation.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 cldwat2m_micro.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 cldmacro.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 aer_cloud.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 m_micro_driver.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 -r8 -c idea_composition.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 -r8 -c co2hc.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 date_def.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 -r8 -c idea_solar_heating.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 -r8 -c idea_tracer.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 -r8 -c h2oc.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 -r8 -c h2ohdc.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 -r8 -c efield.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 -r8 -c ideaca.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 -r8 -c idea_co2.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 -r8 -c idea_h2o.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 -r8 -c idea_ion.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 -r8 -c idea_o2_o3.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 -r8 -c idea_dissipation.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 tracer_const_h.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 -r8 -c idea_phys.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 iounitdef.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 ozne_def.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 h2o_def.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 progtm_module.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 rascnvv2.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 mersenne_twister.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 namelist_soilveg.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 module_bfmicrophysics.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 gfs_phy_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 -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 radlw_datatb.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 radlw_main.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 radsw_param.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 radiation_clouds.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 radiation_surface.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 radsw_datatb.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 radsw_main.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 radiation_astronomy.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 radiation_gases.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 radiation_aerosols.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 grrad.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 rad_initialize.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 ozphys_2015.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 ozphys.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 ozinterp.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 h2ointerp.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 h2ophys.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 sfcsub.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 gbphys.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 dcyc2.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 dcyc2.pre.rad.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 set_soilveg.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 sfc_drv.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 sfc_land.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 progt2.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 sfc_sice.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 sfc_cice.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 sfc_ocean.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 sfc_nst.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 sfc_diff.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 sfc_diag.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 sflx.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 moninshoc.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 moninp.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 moninp1.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 moninq.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 moninedmf.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 mfpbl.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 gwdps.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 gwdc.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 rayleigh_damp.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 rayleigh_damp_mesopause.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 sascnv.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 sascnvn.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 mfdeepcnv.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 cnvc90.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 tridi2t3.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 shalcv.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 shalcv_opr.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 shalcnv.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 mfshalcnv.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 lrgsclr.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 gscond.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 gscondp.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 precpd.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 precpdp.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 precpd_shoc.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 mstadb.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 mstadbtn.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 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/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/nmm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/oldmod4/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm           && gmake gocart_full
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd libutil && gmake gocart_full && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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.F90 > atmos_phy_chem_cpl_comp_mod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM atmos_chem_phy_cpl_comp_mod.F90 > atmos_chem_phy_cpl_comp_mod.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.f90 atmos_chem_phy_cpl_comp_mod.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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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_digital_filter_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_export_import_data.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 gfs_dyn_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_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/oldmod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ffsync.F90 > ffsync.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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 ffsync.f90
+/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.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_io_mpi_def.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_WRITE.F90 > module_GFS_WRITE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_GRID_COMP_GFS.F90 > module_WRITE_GRID_COMP_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG_WRITE_GFS.F90 > module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_INTERNAL_STATE_GFS.F90 > module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_ROUTINES_GFS.F90 > module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_GRID_COMP_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 -I../../share -I../libutil  -c module_GFS_WRITE.f90
+ar -r libio.a ffsync.o 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/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake gocart_full && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+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.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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+---------------------------^
+impadj_hyb.locl_gc.f90(138): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+---------------------------^
+filtereo.f90(65): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------------------^
+filter1eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------------------^
+filter2eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------------------^
+filtereo_noq.f90(62): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------------------^
+filter1eo_noq.f90(59): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------------------^
+filter2eo_noq.f90(60): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+---------------------------^
+grid_to_spect.f90(58): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------^
+grid_to_spect_slg.f90(49): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/oldmod4/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
+---------------------------^
+grid_to_spect_rqt.f90(57): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+---------------------------^
+sicdif_sig.f90(342): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/oldmod4/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
+---------------------------^
+sicdif_hyb.f90(330): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/oldmod4/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
+---------------------------^
+sicdif_hyb_gc.f90(336): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/oldmod4/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
+---------------------------^
+sicdif_hyb_gcdp.f90(396): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+--------------^
+get_topo_grid_grad.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,       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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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
+---------------------------^
+grid_to_spect_inp.f90(84): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/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
+---------------^
+grid_to_spect_inp_slg.f90(85): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake && cd ..
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+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[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+       CHEM_MODi------from GFS/phys-----> /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+getcon_physics.f90(42): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/include/GMAO_mpeu -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos/gsm'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.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/oldmod4/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_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 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.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/oldmod4/NEMS/src/atmos/post'
+cd atmos               && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.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/oldmod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_bcst_global.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Sto_Per_Scheme_Step2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 DistributeForStep1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_CplState_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Run_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_GetParameterFromStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_CplComp_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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_Sto_Per_Scheme_Step1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 kinds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 peuc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 pran.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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 prana.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential -diag-disable 8290,8291 -O3 -g -traceback -I/apps/esmf/7.0.0/intel/intelmpi/mod/modO/Linux.intel.64.intelmpi.default -I/apps/esmf/7.0.0/intel/intelmpi/include -I/apps/netcdf/4.3.0-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/oldmod4/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 22:54:21 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:54:21 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:54:21 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:54:21 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:54:21 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:54:21 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:54:21 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:54:21 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:54:21 UTC 2016 r85669 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src URL:"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldmod4/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/oldmod4/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/oldmod4/NEMS/src/chem/gocart/Linux/lib/libGOCART_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libCO2_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libCFC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libO3_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libBC_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libSU_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libChem_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libGMAO_gfio_r8.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /scratch4/NCEPDEV/nems/save/Samuel.Trahan/oldmod4/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/oldtests/Compile_wcoss.log
===================================================================
--- checkout/oldtests/Compile_wcoss.log	(nonexistent)
+++ checkout/oldtests/Compile_wcoss.log	(revision 85747)
@@ -0,0 +1,6415 @@
+Tue Dec 20 18:39:06 UTC 2016
+Start Regression test
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=NMM-POST 
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+radiolist=GSM NEMSLegacy application on GSM-GOCART NEMSLegacy application off NMM NEMSLegacy NMM application off NMM-DEBUG NEMSLegacy NMM application off NMM-POST NEMSLegacy NMM application off, appCounter=5
+NOTE: APP from autoapp is NMM-POST
+logfile=/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.log.8408
+NOTE: Chosen app is NMM-POST
+NOTE: FOUND APP FROM /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NMM-POST.appBuilder COMPONENTS LegayNMMB
+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
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure nmmb_intel_wcoss
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ 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
++ CHOSEN_MODULE=wcoss.phase1/ESMF_700_nmmb
++ copy_diff_files ../../modulefiles/wcoss.phase1/ESMF_700_nmmb conf/modules.nems
++ [[ ! -f conf/modules.nems ]]
++ set -x
++ cp ../../modulefiles/wcoss.phase1/ESMF_700_nmmb conf/modules.nems
+confirmed ESMFVersionDefine.h
+NEMS/NMMB build on Wcoss using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/conf/modules.nems
+NOTE: Loaded /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/conf/modules.nems
+Building LegayNMMB...
+make: *** No targets specified and no makefile found.  Stop.
+make: *** No rule to make target `install'.  Stop.
+...done building LegayNMMB.
+COMP=,COMPDIRS=
+start to build TARGET=nems,COMPOPT=,COMPDIRS=
+         with MAKEOPT=nmm_post
+MSGBOX: make nmm_post   \n\nProceed with <Enter>, exit with <Esc>.
+NOTE:  MATCH: rebuild from rebuild:yes for rebuild
+NOTE: QUESTION rebuild? YES: from rebuild:yes
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+Cleaning nmmbphys ... 
+
+rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
+make[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
+(cd FIMsrc && ./makefim clean)
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake -C Config esma_install
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[5]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+/bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+/bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
+Passed clean loop.  Now start to build nems.x.
++ make nmm_post
++ tee /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.NEMS.log.8408
++ pwd
+cd atmos/share         && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.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 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+cd atmos/gsm/gsmphys          && gmake  gocart_stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c wv_saturation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldwat2m_micro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldmacro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c aer_cloud.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 m_micro_driver.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 -fixed -I../../share -r8 -c idea_composition.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 -fixed -I../../share -r8 -c co2hc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c date_def.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 -fixed -I../../share -r8 -c idea_solar_heating.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 -fixed -I../../share -r8 -c idea_tracer.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 -fixed -I../../share -r8 -c h2oc.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 -fixed -I../../share -r8 -c h2ohdc.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 -fixed -I../../share -r8 -c efield.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 -fixed -I../../share -r8 -c ideaca.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 -fixed -I../../share -r8 -c idea_co2.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 -fixed -I../../share -r8 -c idea_h2o.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 -fixed -I../../share -r8 -c idea_ion.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 -fixed -I../../share -r8 -c idea_o2_o3.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 -fixed -I../../share -r8 -c idea_dissipation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tracer_const_h.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 -fixed -I../../share -r8 -c idea_phys.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 -fixed -I../../share -r8 -c gocart_tracer_config_stub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c iounitdef.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozne_def.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2o_def.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progtm_module.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rascnvv2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mersenne_twister.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c namelist_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c module_bfmicrophysics.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gfs_phy_tracer_config.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_clouds.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_surface.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_astronomy.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_gases.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_aerosols.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c grrad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rad_initialize.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys_2015.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozinterp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ointerp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ophys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfcsub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gbphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.pre.rad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c set_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_drv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_land.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progt2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_sice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_cice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_ocean.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_nst.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diff.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diag.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sflx.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninshoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp1.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninq.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninedmf.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfpbl.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdps.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp_mesopause.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnvn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfdeepcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cnvc90.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tridi2t3.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv_opr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfshalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c lrgsclr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscond.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscondp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpdp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd_shoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadbtn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c get_prs.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gsmddrive.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 -r8  -c num_parthds.F
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM nuopc_physics.F90 > nuopc_physics.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 -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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+gmake -C nmmbphys 
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+gmake libnmm.a 
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+cd atmos/gsm           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gen'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+cd atmos/post          && gmake  gfs_stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.F90 > Srcfiles
+echo "." > Filepath
+../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm.F90 > post_nmm.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  -I../share -I../nmm -I/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd/incmod/post_4 -c post_nmm.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_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 -I../share -c post_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines.F90 > post_nems_routines.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 -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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+cd atmos               && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.f90 > Srcfiles
+echo "." > Filepath
+../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 18:39:26 UTC 2016 r85665 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 18:39:26 UTC 2016 r85665 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 18:39:26 UTC 2016 r85665 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 18:39:26 UTC 2016 r85665 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 18:39:26 UTC 2016 r85665 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 18:39:26 UTC 2016 r85665 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 18:39:26 UTC 2016 r85665 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 18:39:26 UTC 2016 r85665 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 18:39:26 UTC 2016 r85665 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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.
++ set +x
+NOTE: Success!
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=NMM-DEBUG 
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+radiolist=GSM NEMSLegacy application on GSM-GOCART NEMSLegacy application off NMM NEMSLegacy NMM application off NMM-DEBUG NEMSLegacy NMM application off NMM-POST NEMSLegacy NMM application off, appCounter=5
+NOTE: APP from autoapp is NMM-DEBUG
+logfile=/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.log.19787
+NOTE: Chosen app is NMM-DEBUG
+NOTE: FOUND APP FROM /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NMM-DEBUG.appBuilder COMPONENTS LegacyNMMB
+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
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure nmmb_intel_wcoss
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ 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
++ CHOSEN_MODULE=wcoss.phase1/ESMF_700_nmmb
++ copy_diff_files ../../modulefiles/wcoss.phase1/ESMF_700_nmmb conf/modules.nems
++ [[ ! -f conf/modules.nems ]]
++ set -x
++ cp ../../modulefiles/wcoss.phase1/ESMF_700_nmmb conf/modules.nems
+confirmed ESMFVersionDefine.h
+NEMS/NMMB build on Wcoss using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/conf/modules.nems
+NOTE: Loaded /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/conf/modules.nems
+COMP=,COMPDIRS=
+start to build TARGET=nmm,COMPOPT=,COMPDIRS=
+         with MAKEOPT=nmm DEBUG=on
+MSGBOX: make nmm DEBUG=on   \n\nProceed with <Enter>, exit with <Esc>.
+NOTE:  MATCH: rebuild from rebuild:yes for rebuild
+NOTE: QUESTION rebuild? YES: from rebuild:yes
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+Cleaning nmmbphys ... 
+
+rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
+make[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
+(cd FIMsrc && ./makefim clean)
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake -C Config esma_install
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[5]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+/bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+/bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
+Passed clean loop.  Now start to build nems.x.
++ make nmm DEBUG=on
++ tee /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.NEMS.log.19787
++ pwd
+       CHEM_MODi-----------> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/share         && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_INCLUDE.F90 > module_INCLUDE.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_INCLUDE.f90
+ifort: warning #10182: disabling optimization; runtime debug checks enabled
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.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_CPLFIELDS.f90
+ifort: warning #10182: disabling optimization; runtime debug checks enabled
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.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 check_esmf_pet.f90
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+cd atmos/gsm/gsmphys          && gmake  gocart_stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -traceback -openmp -mkl=sequential -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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c wv_saturation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldwat2m_micro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cldmacro.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c aer_cloud.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 m_micro_driver.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 -fixed -I../../share -r8 -c idea_composition.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 -fixed -I../../share -r8 -c co2hc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c date_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 -fixed -I../../share -r8 -c idea_solar_heating.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 -fixed -I../../share -r8 -c idea_tracer.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 -fixed -I../../share -r8 -c h2oc.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 -fixed -I../../share -r8 -c h2ohdc.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 -fixed -I../../share -r8 -c efield.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 -fixed -I../../share -r8 -c ideaca.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 -fixed -I../../share -r8 -c idea_co2.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 -fixed -I../../share -r8 -c idea_h2o.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 -fixed -I../../share -r8 -c idea_ion.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 -fixed -I../../share -r8 -c idea_o2_o3.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 -fixed -I../../share -r8 -c idea_dissipation.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tracer_const_h.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 -fixed -I../../share -r8 -c idea_phys.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 -fixed -I../../share -r8 -c gocart_tracer_config_stub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c iounitdef.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozne_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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2o_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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progtm_module.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rascnvv2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mersenne_twister.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c namelist_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c module_bfmicrophysics.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gfs_phy_tracer_config.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_param.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_clouds.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_surface.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_datatb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radsw_main.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_astronomy.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_gases.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radiation_aerosols.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c grrad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rad_initialize.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys_2015.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c ozinterp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ointerp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c h2ophys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfcsub.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gbphys.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c dcyc2.pre.rad.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c set_soilveg.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_drv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_land.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c progt2.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_sice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_cice.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_ocean.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_nst.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diff.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sfc_diag.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sflx.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninshoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninp1.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninq.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c moninedmf.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfpbl.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdps.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gwdc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c rayleigh_damp_mesopause.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c sascnvn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfdeepcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c cnvc90.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c tridi2t3.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcv_opr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c shalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mfshalcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c lrgsclr.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscond.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gscondp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpdp.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c precpd_shoc.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadb.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstadbtn.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c mstcnv.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c get_prs.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 -fixed -I../../share -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c gsmddrive.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 -r8  -c num_parthds.F
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM nuopc_physics.F90 > nuopc_physics.f90
+mpiifort -g -traceback -openmp -mkl=sequential -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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+gmake -C nmmbphys 
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+gmake libnmm.a 
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+cd atmos/gsm           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -traceback -openmp -mkl=sequential -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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gen'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.F90 > Srcfiles
+echo "." > Filepath
+../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_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 -I../share -c post_gfs_stub.f90
+ifort: warning #10182: disabling optimization; runtime debug checks enabled
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_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 -I../share -c post_nmm_stub.f90
+ifort: warning #10182: disabling optimization; runtime debug checks enabled
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_routines_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 -I../share -c post_nems_routines_stub.f90
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+cd atmos               && gmake 
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.f90 > Srcfiles
+echo "." > Filepath
+../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 21:47:03 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:47:03 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:47:03 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:47:03 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:47:03 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:47:03 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:47:03 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:47:03 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 21:47:03 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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!
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=GSM 
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+radiolist=GSM NEMSLegacy application on GSM-GOCART NEMSLegacy application off NMM NEMSLegacy NMM application off NMM-DEBUG NEMSLegacy NMM application off NMM-POST NEMSLegacy NMM application off, appCounter=5
+NOTE: APP from autoapp is GSM
+logfile=/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.log.8851
+NOTE: Chosen app is GSM
+NOTE: FOUND APP FROM /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/GSM.appBuilder COMPONENTS LegacyGSM
+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
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure gsm_intel_wcoss
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ copy_diff_files ../../conf/configure.nems.Wcoss.intel_gsm conf/configure.nems
++ [[ ! -f conf/configure.nems ]]
++ diff ../../conf/configure.nems.Wcoss.intel_gsm conf/configure.nems
++ [[ $'13c13\n< #\n---\n> \n16,27d15\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\n29d16\n< #\n32,34c19,20\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}\n---\n> NETCDF_INC  = $(NETCDF_INCLUDE)\n> NETCDF_LIB  = $(NETCDF_LDFLAGS)\n40c26,36\n< #POSTDIR     = /global/save/Shrinivas.Moorthi/nceppost_moorthi_redmem_merge/sorc/ncep_post.fd\n---\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\n46d41\n< XML_LIB     = ${XMLPARSE_LIB}\n51,55c46,50\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)\n57,59c52,53\n< \n< EXTLIBS_POST = $(POST_LIB)    \\\n<                $(NEMSIO_LIB)  \\\n---\n> EXTLIBS_POST = $(POST_LIB) \\\n>                $(NEMSIO_LIB) \\\n61,70c55,64\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)\n---\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\n72,74d65\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\n79,91c70,86\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\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     =\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\n98a94\n> FPP         = -fpp' != '' ]]
++ set -x
++ cp ../../conf/configure.nems.Wcoss.intel_gsm conf/configure.nems
++ cp ../../modulefiles/wcoss.phase1/ESMF_700_gsm conf/modules.nems
+confirmed ESMFVersionDefine.h
+NEMS/GSM build on Wcoss using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/conf/modules.nems
+NOTE: Loaded /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/conf/modules.nems
+COMP=,COMPDIRS=
+start to build TARGET=gsm,COMPOPT=,COMPDIRS=
+         with MAKEOPT=gsm
+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
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+Cleaning nmmbphys ... 
+
+rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
+make[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
+(cd FIMsrc && ./makefim clean)
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake -C Config esma_install
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[5]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+/bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+/bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
+Passed clean loop.  Now start to build nems.x.
++ make gsm
++ tee /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.NEMS.log.8851
++ pwd
+       CHEM_MODE -----------> compile
+       PHYS_MODE -----------> compile
+       PHYS_INC----------->/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys
+cd atmos/share         && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.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 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm/gsmphys          && gmake gocart_stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 wv_saturation.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 cldwat2m_micro.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 cldmacro.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 aer_cloud.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 m_micro_driver.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 -r8 -c idea_composition.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 -r8 -c co2hc.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 date_def.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 -r8 -c idea_solar_heating.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 -r8 -c idea_tracer.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 -r8 -c h2oc.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 -r8 -c h2ohdc.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 -r8 -c efield.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 -r8 -c ideaca.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 -r8 -c idea_co2.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 -r8 -c idea_h2o.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 -r8 -c idea_ion.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 -r8 -c idea_o2_o3.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 -r8 -c idea_dissipation.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 tracer_const_h.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 -r8 -c idea_phys.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 -r8 -c gocart_tracer_config_stub.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 iounitdef.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 ozne_def.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 h2o_def.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 progtm_module.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 rascnvv2.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 mersenne_twister.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 namelist_soilveg.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 module_bfmicrophysics.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 gfs_phy_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 -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 radlw_datatb.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 radlw_main.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 radsw_param.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 radiation_clouds.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 radiation_surface.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 radsw_datatb.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 radsw_main.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 radiation_astronomy.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 radiation_gases.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 radiation_aerosols.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 grrad.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 rad_initialize.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 ozphys_2015.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 ozphys.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 ozinterp.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 h2ointerp.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 h2ophys.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 sfcsub.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 gbphys.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 dcyc2.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 dcyc2.pre.rad.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 set_soilveg.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 sfc_drv.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 sfc_land.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 progt2.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 sfc_sice.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 sfc_cice.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 sfc_ocean.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 sfc_nst.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 sfc_diff.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 sfc_diag.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 sflx.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 moninshoc.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 moninp.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 moninp1.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 moninq.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 moninedmf.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 mfpbl.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 gwdps.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 gwdc.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 rayleigh_damp.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 rayleigh_damp_mesopause.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 sascnv.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 sascnvn.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 mfdeepcnv.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 cnvc90.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 tridi2t3.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 shalcv.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 shalcv_opr.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 shalcnv.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 mfshalcnv.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 lrgsclr.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 gscond.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 gscondp.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 precpd.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 precpdp.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 precpd_shoc.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 mstadb.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 mstadbtn.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 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 -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 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm           && gmake gocart_stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd libutil && gmake gocart_stub && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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_chem_phy_cpl_comp_mod_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 -O3 -r8 -free  -I../../share -c module_gfs_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 -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_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 -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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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_digital_filter_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_export_import_data.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 gfs_dyn_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_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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake  && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ffsync.F90 > ffsync.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 ffsync.f90
+/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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_io_mpi_def.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_WRITE.F90 > module_GFS_WRITE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_GRID_COMP_GFS.F90 > module_WRITE_GRID_COMP_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG_WRITE_GFS.F90 > module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_INTERNAL_STATE_GFS.F90 > module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_ROUTINES_GFS.F90 > module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_GRID_COMP_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 -I../../share -I../libutil  -c module_GFS_WRITE.f90
+ar -r libio.a ffsync.o 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+impadj_hyb.locl_gc.f90(138): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filtereo.f90(65): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filter1eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filter2eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filtereo_noq.f90(62): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filter1eo_noq.f90(59): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filter2eo_noq.f90(60): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+grid_to_spect.f90(58): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------^
+grid_to_spect_slg.f90(49): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+grid_to_spect_rqt.f90(57): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+sicdif_sig.f90(342): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+sicdif_hyb.f90(330): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+sicdif_hyb_gc.f90(336): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+sicdif_hyb_gcdp.f90(396): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+--------------^
+get_topo_grid_grad.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,       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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+grid_to_spect_inp.f90(84): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------^
+grid_to_spect_inp_slg.f90(85): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+       CHEM_MODi------from GFS/phys-----> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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)
+----------------------------------------^
+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)
+-------------------------------------------------^
+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)
+----------------------------------------------------------------^
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+getcon_physics.f90(42): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.F90 > Srcfiles
+echo "." > Filepath
+../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_stub.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 -I../share -c post_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_stub.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 -I../share -c post_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_routines_stub.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 -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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+cd atmos               && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.f90 > Srcfiles
+echo "." > Filepath
+../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_bcst_global.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Sto_Per_Scheme_Step2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 DistributeForStep1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_CplState_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Run_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_GetParameterFromStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_CplComp_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Sto_Per_Scheme_Step1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 kinds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 peuc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 pran.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 prana.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Tue Dec 20 22:36:08 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:36:08 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:36:08 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:36:08 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:36:08 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:36:08 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:36:08 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:36:08 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 Dec 20 22:36:08 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=355' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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----------->/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/2015/composer_xe_2015.3.187/compiler/lib/intel64 -L/usrx/local/intel/2015/composerxe/lib/intel64 -L/usrx/local/intel/2015/ipp/lib/intel64 -L/usrx/local/intel/2015/mkl/lib/intel64 -L/usrx/local/intel/2015/tbb/lib/intel64/gcc4.4 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/gpfs/gp1/usrx/local/intel/2015/composer_xe_2015.3.187/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/2015/composerxe/lib/intel64/ -L/usrx/local/intel/2015/ipp/lib/intel64/ -L/usrx/local/intel/2015/mkl/lib/intel64/ -L/usrx/local/intel/2015/tbb/lib/intel64/gcc4.4/ -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 -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -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!
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=GSM-GOCART 
+Autobuild mode; will run without GUI.
+asklist=(
+
+rebuild:yes
+reuse:no
+auto__ask=(
+
+rebuild:yes
+reuse:no
+NOTE: App names: GSM.appBuilder GSM-GOCART.appBuilder NMM.appBuilder NMM-DEBUG.appBuilder NMM-POST.appBuilder
+radiolist=GSM NEMSLegacy application on GSM-GOCART NEMSLegacy application off NMM NEMSLegacy NMM application off NMM-DEBUG NEMSLegacy NMM application off NMM-POST NEMSLegacy NMM application off, appCounter=5
+NOTE: APP from autoapp is GSM-GOCART
+logfile=/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.log.14957
+NOTE: Chosen app is GSM-GOCART
+NOTE: FOUND APP FROM /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/GSM-GOCART.appBuilder COMPONENTS LegacyGSM
+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
+NOTE: Configure using user-specified mode.
+NOTE: Command: ./configure gsm_intel_wcoss
+WARNING: modulefile was not supplied as the second argument
+If possible, specify a modulefile relative to ../../modulefiles
+I will guess the correct modulefile for you.
++ copy_diff_files ../../conf/configure.nems.Wcoss.intel_gsm conf/configure.nems
++ [[ ! -f conf/configure.nems ]]
++ diff ../../conf/configure.nems.Wcoss.intel_gsm conf/configure.nems
++ [[ '' != '' ]]
++ echo 'confirmed conf/configure.nems'
+confirmed conf/configure.nems
++ touch conf/externals.nems
++ CHOSEN_MODULE=wcoss.phase1/ESMF_700_gsm
++ copy_diff_files ../../modulefiles/wcoss.phase1/ESMF_700_gsm conf/modules.nems
++ [[ ! -f conf/modules.nems ]]
++ set -x
++ cp ../../modulefiles/wcoss.phase1/ESMF_700_gsm conf/modules.nems
+confirmed ESMFVersionDefine.h
+NEMS/GSM build on Wcoss using Intel and ESMF v7.0.0
+Question id "use_nems_modules" text "Source the NEMS provided module file to set up the build environment?\n\nSelect <Yes> to overwrite the build environment of the current shell (purge modules) and to replace it with the NEMS provided setting.\n\nSelect <No> to retain and use the build environment of the current shell." ??? (yes/no)
+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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/conf/modules.nems
+NOTE: Loaded /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/conf/modules.nems
+COMP=,COMPDIRS=
+start to build TARGET=gsm,COMPOPT=,COMPDIRS=
+         with MAKEOPT=gsm GOCART_MODE=full
+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
+NOTE: GLOB MISMATCH: reuse from reuse:no for rebuild
+NOTE: Should clean first
+NOTE: Simple clean.
++ pwd
+cd atmos               && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd share        && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+rm -f libshare.a *.f90 *.o *.mod *.lst *.a lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+cd gsm/gsmphys         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+rm -f libphys.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd nmm          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+Cleaning ... 
+
+(cd nmmbphys && make clean)
+make[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+Cleaning nmmbphys ... 
+
+rm -f  libnmmbphys.a *.f90 *.o *.mod *.lst *.i depend
+make[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm/nmmbphys'
+rm -f libnmm.a libnmm.a libnmmb.a *.f90 *.o *.mod *.lst depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+cd gsm       && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd libutil && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+rm -f libio.a *.f90 *.o *.mod *.lst lm map depend
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake clean && cd ..
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+rm -f libgfs.a *.f90 *.o *.mod *.lst lm map depend
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd fim          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+rm -f libfimtop.a *.o *.mod *.f90 *.lst lm map depend
+(cd FIMsrc && ./makefim clean)
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+rm -f -rf ../FIMsrc_* macros.make
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim/FIMsrc'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+cd gen          && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gen'
+cd post         && gmake clean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+rm -f libatmos.a *.f90 *.o *.mod *.lst depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake clean
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+rm -f ENS_Cpl.a *.f90 *.o *.mod *.lst lm map depend
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+cd chem                && gmake clean GOCART_MODE=full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+cd gocart/src   && gmake -f GNUmakefile realclean
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake -C Config esma_install
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making esma_distclean in $d	;\
+	      gmake -C $d -e esma_distclean	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making esma_distclean in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+Making esma_distclean in GMAO_Shared
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[5]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+/bin/rm -f -r *~ *.[aoxd] *.mod *.pyf *.so r4 r8
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+/bin/rm -f -r *~ *.[aoxd] *.[Mm][Oo][Dd] r4 r8 
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd] *.xx
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+/bin/rm -f *~ *.[aoxd] *.[Mm][Oo][Dd]
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making esma_distclean in Components
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making esma_distclean in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_esma_distclean
+gmake[5]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+Making esma_distclean in Applications
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config 
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem'
+rm -f *.f90 *.lst *.o *.mod lm map ../exe/NEMS.x
+Passed clean loop.  Now start to build nems.x.
++ make gsm GOCART_MODE=full
++ tee /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/log/appBuilder.NEMS.log.14957
++ pwd
+cd chem/gocart/src     && gmake install GOCART_MODE=full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+GNUmakefile:14: /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_base.mk: No such file or directory
+GNUmakefile:15: /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Config/ESMA_arch.mk: No such file or directory
+gmake -C Config esma_install
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+for d in Config GMAO_Shared Components Applications; \
+	  do			 \
+	      echo Making install in $d	;\
+	      gmake -C $d -e install	;\
+	      [ $? -ne 0 ] && exit	;\
+	  done || exit 0;
+Making install in Config
+site: Undefined variable.
+site: Undefined variable.
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+GNUmakefile:35: - Node not know, disabling build environment check
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include \
+		 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/doc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config
+/bin/cat ESMA_base.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_base.mk
+/bin/cat ESMA_arch.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_arch.mk
+/bin/cat ESMA_post.mk   > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/ESMA_post.mk
+/bin/cat GMAO_base.mk  > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/GMAO_base.mk
+echo "I = -I"              > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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" >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+/bin/cat NCEP_base.mk         >> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/Config/NCEP_base.mk
+echo "BASEDIR: /usr/local" > /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/BASEDIR.rc
+/bin/cp -f -p protex /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/g5_modules.sh  mklpath.pl endiantest.pl OScheck.pl esma_timer.sh esma_tgraph.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../src/Assert.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/Assert
+./install_fdp ./fdp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp
+./install_fdp: installing ./fdp as /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin/fdp (module is fdp.mod)
+./CVSTAG_install.pl /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CVSTAG already exists and will not be overwritten.
+./OScheck.pl -q -cp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Config'
+Making install in GMAO_Shared
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file m_rGrADS.d
+Building dependency file m_ior4.d
+Building dependency file m_zeit.d
+Building dependency file m_stdio.d
+Building dependency file m_showDistrib.d
+Building dependency file m_realkinds.d
+Building dependency file m_rankMerge.d
+Building dependency file m_parDOT.d
+Building dependency file m_mpout.d
+Building dependency file m_mpif90.d
+Building dependency file m_mergedList.d
+Building dependency file m_mall.d
+Building dependency file m_ioutil.d
+Building dependency file m_intkinds.d
+Building dependency file m_inpak90.d
+Building dependency file m_flow.d
+Building dependency file m_dropdead.d
+Building dependency file m_die.d
+Building dependency file m_chars.d
+Building dependency file m_StrTemplate.d
+Building dependency file m_String.d
+Building dependency file m_SortingTools.d
+Building dependency file m_Permuter.d
+Building dependency file m_Group.d
+Building dependency file m_Filename.d
+Building dependency file m_MergeSorts.d
+Building dependency file m_List.d
+Building dependency file m_IndexBin_logical.d
+Building dependency file m_IndexBin_integer.d
+Building dependency file m_IndexBin_char.d
+Building dependency file m_datetime.d
+Building dependency file m_date.d
+Building dependency file m_FileResolv.d
+Building dependency file m_random.d
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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_chars.F90
+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_flow.F90
+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_stdio.F90
+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_mpif90.F90
+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_intkinds.F90
+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_ioutil.F90
+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_dropdead.F90
+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_mpout.F90
+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_die.F90
+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_StrTemplate.F90
+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_FileResolv.f90
+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_date.F90
+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_datetime.F90
+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_mall.F90
+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_IndexBin_char.F90
+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_IndexBin_integer.F90
+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_IndexBin_logical.F90
+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_String.F90
+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_List.F90
+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_MergeSorts.F90
+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_Filename.F90
+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_Group.F90
+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_Permuter.F90
+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_rankMerge.F90
+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_SortingTools.F90
+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_inpak90.F90
+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_mergedList.F90
+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_parDOT.F90
+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_showDistrib.F90
+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_zeit.F90
+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_ior4.F90
+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_rGrADS.F90
+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_wGrADS.F90
+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_GrADS.F90
+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_fpe.F90
+gcc -c -DsysLinux -DESMA64   -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  -O  -fPIC get_zeits.c
+/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file mpi0_copy.d
+Building dependency file mpi_reduce_scatter.d
+Building dependency file mpi_allreduce.d
+Building dependency file mpi_reduce.d
+Building dependency file mpi_alltoallv.d
+Building dependency file mpi_alltoall.d
+Building dependency file mpi_allgatherv.d
+Building dependency file mpi_allgather.d
+Building dependency file mpi_scatterv.d
+Building dependency file mpi_scatter.d
+Building dependency file mpi_gatherv.d
+Building dependency file mpi_gather.d
+Building dependency file mpi_bcast.d
+Building dependency file mpi_barrier.d
+Building dependency file mpi_wtime.d
+Building dependency file mpi_wtick.d
+Building dependency file mpi_waitall.d
+Building dependency file mpi_irecv.d
+Building dependency file mpi_recv.d
+Building dependency file mpi_sendrecv.d
+Building dependency file mpi_send.d
+Building dependency file mpi_isend.d
+Building dependency file mpi_initialized.d
+Building dependency file mpi_init.d
+Building dependency file mpi_finalize.d
+Building dependency file mpi_error_string.d
+Building dependency file mpi_comm_size.d
+Building dependency file mpi_comm_rank.d
+Building dependency file mpi_comm_free.d
+Building dependency file mpi_comm_dup.d
+Building dependency file mpi_abort.d
+m_SHMEM.F90:30:60: warning: missing terminating ' character
+m_SHMEM.F90:58:33: warning: missing terminating ' character
+Building dependency file m_SHMEM.d
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu/mpi0'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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_dup.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_comm_free.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_comm_rank.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_comm_size.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_error_string.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_finalize.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_init.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_initialized.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_isend.F90
+mpi_isend.F90(12): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [REQUEST]
+         & comm, request, ierror)
+-----------------^
+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_send.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_sendrecv.F90
+mpi_sendrecv.F90(12): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [RBUF]
+    			     rbuf, rcount, rtype, srcs, rtag,	&
+-----------------------------^
+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_recv.F90
+mpi_recv.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [STATUS]
+    subroutine mpi_recv( buf, count, type, pe, tag, comm, status, ierror)
+----------------------------------------------------------^
+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_irecv.F90
+mpi_irecv.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [REQUEST]
+    subroutine mpi_irecv( buf, count, type, pe, tag, comm, request, ierror)
+-----------------------------------------------------------^
+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_waitall.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_wtick.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_wtime.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_barrier.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_bcast.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_gather.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_gatherv.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_scatter.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_scatterv.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_allgather.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_allgatherv.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_alltoall.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_alltoallv.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_reduce.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_allreduce.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_reduce_scatter.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 mpi0_copy.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_zzz.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_wait.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_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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Hh] /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+/bin/cp -f -p *.[Mm][Oo][Dd] /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_mpeu'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file gfioutil___.d
+Building dependency file timesubs.d
+Building dependency file getdate.d
+Building dependency file diffdate.d
+Building dependency file gfioCF.d
+gfio___.F:1015:23: warning: missing terminating ' character
+gfio___.F:1256:59: warning: missing terminating ' character
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+gfio___.F:2795:52: warning: missing terminating ' character
+gfio___.F:2807:23: warning: missing terminating ' character
+Building dependency file gfio___.d
+rm gfio___.F gfioutil___.F
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r4.x GFIO_mean.o \
+	      libGMAO_gfio_r4.a /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r4
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r4'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file gfioutil___.d
+Building dependency file timesubs.d
+Building dependency file getdate.d
+Building dependency file diffdate.d
+Building dependency file gfioCF.d
+gfio___.F:1015:23: warning: missing terminating ' character
+gfio___.F:1256:59: warning: missing terminating ' character
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+gfio___.F:2795:52: warning: missing terminating ' character
+gfio___.F:2807:23: warning: missing terminating ' character
+Building dependency file gfio___.d
+rm gfio___.F gfioutil___.F
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+gfio___.F:1460:23: warning: missing terminating ' character
+gfio___.F:1709:60: warning: missing terminating ' character
+gfio___.F:1715:18: warning: missing terminating ' character
+gfio___.F:2185:23: warning: missing terminating ' character
+gfio___.F:2548:23: warning: missing terminating ' character
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib  -o GFIO_mean_r8.x GFIO_mean.o \
+	      libGMAO_gfio_r8.a /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.x    /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a    /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] ../*.h /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libGMAO_gfio.a /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio
+cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libGMAO_gfio_r8.a  libGMAO_gfio.a
+cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./GMAO_gfio_r8 GMAO_gfio
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio/r8'
+gmake local_install
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+No local install in here
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/GMAO_gfio'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file ESMF_CFIOVarInfoMod.d
+Building dependency file ESMF_CFIOUtilMod.d
+Building dependency file ESMF_CFIOSdfMod.d
+Building dependency file ESMF_CFIOMod.d
+Building dependency file ESMF_CFIOGridMod.d
+Building dependency file ESMF_CFIOGrADSMod.d
+Building dependency file ESMF_CFIOFileMod.d
+Building dependency file ESMF_CFIOBaseMod.d
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r4'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file ESMF_CFIOVarInfoMod.d
+Building dependency file ESMF_CFIOUtilMod.d
+Building dependency file ESMF_CFIOSdfMod.d
+Building dependency file ESMF_CFIOMod.d
+Building dependency file ESMF_CFIOGridMod.d
+Building dependency file ESMF_CFIOGrADSMod.d
+Building dependency file ESMF_CFIOFileMod.d
+Building dependency file ESMF_CFIOBaseMod.d
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a         /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p *.[Mm][Oo][Dd] /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8
+/bin/rm -f -r /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libMAPL_cfio.a /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio
+cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib; /bin/ln -s ./libMAPL_cfio_r8.a  libMAPL_cfio.a
+cd /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include; /bin/ln -s ./MAPL_cfio_r8 MAPL_cfio
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio/r8'
+gmake local_install
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+No local install in here
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_cfio'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file MAPL_CFIOServer.d
+Building dependency file MAPL_LoadBalance.d
+Building dependency file MAPL_ShmemMod.d
+Building dependency file MAPL_NewArthParser.d
+Building dependency file MAPL_ExtDataGridCompMod.d
+MAPL_NominalOrbitsMod.F90:15:64: warning: missing terminating ' character
+Building dependency file MAPL_NominalOrbitsMod.d
+Building dependency file MAPL_OrbGridCompMod.d
+Building dependency file MAPL_SimpleBundleMod.d
+Building dependency file MAPL_MaxMinMod.d
+Building dependency file CubeToLatLon.d
+Building dependency file MAPL_Hash.d
+Building dependency file MAPL_MemUtils.d
+Building dependency file memuse.d
+Building dependency file c_mapl_locstream_F.d
+Building dependency file hash.d
+Building dependency file MAPL_Cap.d
+Building dependency file MAPL_HistoryGridComp.d
+Building dependency file MAPL_SatVapor.d
+Building dependency file MAPL_sun_uc.d
+Building dependency file MAPL_Generic.d
+Building dependency file MAPL_Sort.d
+Building dependency file MAPL_GenericCplComp.d
+Building dependency file sort.d
+Building dependency file MAPL_Profiler.d
+Building dependency file MAPL_Constants.d
+Building dependency file MAPL_Mod.d
+Building dependency file MAPL_LocStreamMod.d
+Building dependency file MAPL_Comms.d
+Building dependency file MAPL_HorzTransform.d
+Building dependency file MAPL_IO.d
+Building dependency file MAPL_CFIO.d
+Building dependency file hinterp.d
+Building dependency file MAPL_InterpMod.d
+Building dependency file MAPL_Base.d
+Building dependency file MAPL_VarSpecMod.d
+Building dependency file MAPL_HeapMod.d
+Building dependency file ESMFL_Mod.d
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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)
+------------------------------------------------------^
+MAPL_stubs.F90(11): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [DATA_CS]
+subroutine latlon2cube(npx, npy, nlon, nlat, data_ll, data_cs)
+------------------------------------------------------^
+MAPL_stubs.F90(21): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [INDEX]
+subroutine GetWeightsC2C(npx, npy, npxout, npyout, index, weight, &
+---------------------------------------------------^
+MAPL_stubs.F90(21): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [WEIGHT]
+subroutine GetWeightsC2C(npx, npy, npxout, npyout, index, weight, &
+----------------------------------------------------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE1]
+         ee1, ee2, ff1, ff2)
+---------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE2]
+         ee1, ee2, ff1, ff2)
+--------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF1]
+         ee1, ee2, ff1, ff2)
+-------------------^
+MAPL_stubs.F90(22): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF2]
+         ee1, ee2, ff1, ff2)
+------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [INDEX]
+    index, weight, id1, id2, jdc, l2c,     &
+----^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [WEIGHT]
+    index, weight, id1, id2, jdc, l2c,     &
+-----------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [ID1]
+    index, weight, id1, id2, jdc, l2c,     &
+-------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [ID2]
+    index, weight, id1, id2, jdc, l2c,     &
+------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [JDC]
+    index, weight, id1, id2, jdc, l2c,     &
+-----------------------------^
+MAPL_stubs.F90(99): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [L2C]
+    index, weight, id1, id2, jdc, l2c,     &
+----------------------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+----^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [EE2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+---------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+--------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [FF2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+-------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [GG1]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+------------------------^
+MAPL_stubs.F90(100): warning #6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value.   [GG2]
+    ee1, ee2, ff1, ff2, gg1, gg2,          &
+-----------------------------^
+ar cr libMAPL_Base_stubs.a MAPL_stubs.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -pr *.a    /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base
+/bin/cp -f -p *.pl                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin 
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/MAPL_Base'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file ctl_crst.d
+Building dependency file Chem_Aod3d.d
+Building dependency file Chem_Aod.d
+Building dependency file Chem_SimpleBundleMod.d
+Chem_AodMod.F90:446:1: error: unterminated argument list invoking macro "__raise__"
+gmake[3]: [Chem_AodMod.d] Error 1 (ignored)
+Building dependency file Chem_AodMod.d
+Building dependency file Chem_MieMod.d
+Building dependency file Chem_MieTableMod.d
+Building dependency file Chem_InitMod.d
+Building dependency file Chem_Mod.d
+Building dependency file Chem_BundleMod.d
+Building dependency file Chem_ArrayMod.d
+Building dependency file Chem_RegistryMod.d
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p *.a             /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+/bin/cp -f -p        *.rc     /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc     /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc     /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc     /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc     /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.mod           /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Base'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building dependency file ConvectionMod.d
+Building dependency file SulfateChemDriverMod.d
+Building dependency file SeasaltEmissionMod.d
+Building dependency file WetRemovalMod.d
+Building dependency file DustEmissionMod.d
+Building dependency file DryDepositionMod.d
+Building dependency file Chem_SettlingMod.d
+Building dependency file Chem_ConstMod.d
+Building dependency file diaglist.d
+Building dependency file mod_diag.d
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared
+/bin/cp -f -p *.a     /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared/Chem_Shared'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/GMAO_Shared'
+Making install in Components
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+GOCART_GridCompMod.F90:966:37: error: SS_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:970:37: error: SU_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:974:37: error: BC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:978:37: error: OC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:982:37: error: CO_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:986:38: error: CO2_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:990:38: error: CFC_ExportSpec___.h: No such file or directory
+GOCART_GridCompMod.F90:994:37: error: Rn_ExportSpec___.h: No such file or directory
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building History Spec fragment file O3_History___.rc
+In file included from O3_GridCompMod.F90:36:
+/usrx/local/intel/impi/4.0.3.008/include/mpif.h:11:37: warning: missing terminating ' character
+O3_GridCompMod.F90:320:27: warning: missing terminating ' character
+O3_GridCompMod.F90:616:18: warning: missing terminating ' character
+O3_GridCompMod.F90:618:31: warning: missing terminating ' character
+O3_GridCompMod.F90:1296:42: warning: missing terminating ' character
+O3_GridCompMod.F90:1359:20: warning: missing terminating ' character
+O3_GridCompMod.F90:1374:57: warning: missing terminating ' character
+O3_GridCompMod.F90:1622:52: warning: missing terminating ' character
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libO3_GridComp.a O3_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/O3_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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)
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libCO_GridComp.a CO_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR    
+/bin/cp -f -p   PIESA/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libCO2_GridComp.a CO2_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CO2_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building History Spec fragment file CFC_History___.rc
+In file included from CFC_GridCompMod.F90:134:
+/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libCFC_GridComp.a CFC_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CFC_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libDU_GridComp.a DU_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/DU_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libSS_GridComp.a SS_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SS_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libBC_GridComp.a BC_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/BC_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libOC_GridComp.a OC_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/OC_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+Building History Spec fragment file SU_History___.rc
+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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libSU_GridComp.a SU_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p         *.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p    CMIP/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p  MERRA2/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/19600101-20000331         /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -pr MERRA2/20000401-present          /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p      NR/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p   PIESA/*.rc                      /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p  *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/SU_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libRn_GridComp.a Rn_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/Rn_GridComp'
+
+Making install in /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r4 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libCH4_GridComp.a CH4_GridCompMod.o
+/bin/mkdir -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/bin
+/bin/cp -f -p        *.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc
+/bin/cp -f -p   CMIP/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/CMIP
+/bin/cp -f -p MERRA2/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/MERRA2
+/bin/cp -f -p     NR/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/NR
+/bin/cp -f -p  PIESA/*.rc                       /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/etc/PIESA
+/bin/cp -f -p *.h *.mod   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp/CH4_GridComp'
+gmake local_install
+gmake[4]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+mpiifort -c -DsysLinux -DESMA64   -DHAVE_SHMEM -DMAPL_IMPORT_HAS_PRECISION -DMAPL_EXPORT_HAS_PRECISION  -I. -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_pilgrim -I/usrx/local/NetCDF/4.2/serial/include -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_gfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_cfio_r8 -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/MAPL_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOS_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GMAO_hermes -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/Chem_Shared -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GFDL_fms -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/lib/libGOCART_GridComp.a GOCART_GridCompMod.o Aero_GridCompMod.o 
+/bin/mkdir -p -p /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+/bin/cp -f -p *.mod          /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/../Linux/include/GEOSchem_GridComp
+gmake[4]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[3]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components/GOCART_GridComp'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Components'
+Making install in Applications
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src/Applications'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/src'
+       CHEM_MODE -----------> compile
+       PHYS_MODE -----------> compile
+       PHYS_INC----------->/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys
+cd atmos/share         && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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_INCLUDE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_CPLFIELDS.F90 > module_CPLFIELDS.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_CPLFIELDS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM check_esmf_pet.F90 > check_esmf_pet.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 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/share'
+       CHEM_MODi----before phys-------> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm/gsmphys          && gmake gocart_full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 physcons.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 funcphys.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 cs_conv.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 module_nst_parameters.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 module_nst_water_prop.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 module_nst_model.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 gcm_shoc.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 calpreciptype.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 wv_saturation.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 cldwat2m_micro.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 cldmacro.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 aer_cloud.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 m_micro_driver.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 -r8 -c idea_composition.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 -r8 -c co2hc.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 date_def.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 -r8 -c idea_solar_heating.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 -r8 -c idea_tracer.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 -r8 -c h2oc.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 -r8 -c h2ohdc.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 -r8 -c efield.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 -r8 -c ideaca.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 -r8 -c idea_co2.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 -r8 -c idea_h2o.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 -r8 -c idea_ion.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 -r8 -c idea_o2_o3.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 -r8 -c idea_dissipation.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 tracer_const_h.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 -r8 -c idea_phys.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 iounitdef.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 ozne_def.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 h2o_def.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 progtm_module.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 rascnvv2.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 mersenne_twister.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 namelist_soilveg.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 module_bfmicrophysics.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 gfs_phy_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 -fpp -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM -r8 -c radlw_param.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 radlw_datatb.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 radlw_main.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 radsw_param.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 radiation_clouds.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 radiation_surface.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 radsw_datatb.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 radsw_main.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 radiation_astronomy.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 radiation_gases.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 radiation_aerosols.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 grrad.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 rad_initialize.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 ozphys_2015.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 ozphys.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 ozinterp.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 h2ointerp.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 h2ophys.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 sfcsub.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 gbphys.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 dcyc2.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 dcyc2.pre.rad.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 set_soilveg.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 sfc_drv.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 sfc_land.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 progt2.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 sfc_sice.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 sfc_cice.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 sfc_ocean.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 sfc_nst.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 sfc_diff.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 sfc_diag.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 sflx.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 moninshoc.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 moninp.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 moninp1.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 moninq.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 moninedmf.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 mfpbl.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 gwdps.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 gwdc.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 rayleigh_damp.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 rayleigh_damp_mesopause.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 sascnv.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 sascnvn.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 mfdeepcnv.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 cnvc90.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 tridi2t3.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 shalcv.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 shalcv_opr.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 shalcnv.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 mfshalcnv.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 lrgsclr.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 gscond.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 gscondp.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 precpd.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 precpdp.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 precpd_shoc.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 mstadb.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 mstadbtn.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 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys'
+cd atmos/nmm           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/nmm'
+cd atmos/gen           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+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_INTERNAL_STATE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GEN_GRID_COMP_stub.F90 > module_GEN_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 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gen'
+echo "       CHEM_MODi----------->ediri" /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+       CHEM_MODi----------->ediri /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+cd atmos/gsm           && gmake gocart_full
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd libutil && gmake gocart_full && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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.F90 > atmos_phy_chem_cpl_comp_mod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM atmos_chem_phy_cpl_comp_mod.F90 > atmos_chem_phy_cpl_comp_mod.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.f90 atmos_chem_phy_cpl_comp_mod.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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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_digital_filter_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_export_import_data.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 gfs_dyn_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_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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/libutil'
+cd io && gmake && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+makefile:36: depend: No such file or directory
+ls -1 ffsync.F90 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ffsync.F90 > ffsync.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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 ffsync.f90
+/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/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_io_mpi_def.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GFS_WRITE.F90 > module_GFS_WRITE.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_GRID_COMP_GFS.F90 > module_WRITE_GRID_COMP_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_GET_CONFIG_WRITE_GFS.F90 > module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_INTERNAL_STATE_GFS.F90 > module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_WRITE_INTERNAL_STATE_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 -I../../share -I../libutil  -c module_GET_CONFIG_WRITE_GFS.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM module_WRITE_ROUTINES_GFS.F90 > module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_ROUTINES_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 -I../../share -I../libutil  -c module_WRITE_GRID_COMP_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 -I../../share -I../libutil  -c module_GFS_WRITE.f90
+ar -r libio.a ffsync.o 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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/io'
+cd dyn && gmake gocart_full && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+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.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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+impadj_hyb.locl_gc.f90(138): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filtereo.f90(65): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filter1eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filter2eo.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filtereo_noq.f90(62): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filter1eo_noq.f90(59): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+filter2eo_noq.f90(60): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+grid_to_spect.f90(58): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------^
+grid_to_spect_slg.f90(49): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+grid_to_spect_rqt.f90(57): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+sicdif_sig.f90(342): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+sicdif_hyb.f90(330): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+sicdif_hyb_gc.f90(336): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+sicdif_hyb_gcdp.f90(396): remark #7713: This statement function has not been used.   [INDLSEV]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+--------------^
+get_topo_grid_grad.f90(64): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,       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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+grid_to_spect_inp.f90(84): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------^
+grid_to_spect_inp_slg.f90(85): remark #7713: This statement function has not been used.   [INDLSOD]
+     &,        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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/dyn'
+cd phys && gmake && cd ..
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+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[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+       CHEM_MODi------from GFS/phys-----> /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include
+gmake[3]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GEOSchem_GridComp -free -I../../share -I../libutil -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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)
+----------------------------------------^
+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)
+-------------------------------------------------^
+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)
+----------------------------------------------------------------^
+/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+---------------------------^
+getcon_physics.f90(42): remark #7713: This statement function has not been used.   [INDLSOD]
+      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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/phys'
+gmake[2]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm/gsmphys -Idyn -Iphys -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/Chem_Base -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include/include/GMAO_mpeu -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/gsm'
+cd atmos/fim           && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/fim'
+cd atmos/post          && gmake stub
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+makefile:54: depend: No such file or directory
+ls -1 post_gfs.F90 post_nmm.F90 post_nems_routines.F90 > Srcfiles
+echo "." > Filepath
+../../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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'
+makefile:36: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:42: warning: overriding commands for target `post_gfs.o'
+makefile:36: warning: ignoring old commands for target `post_gfs.o'
+makefile:42: warning: overriding commands for target `post_nems_routines.o'
+makefile:39: warning: ignoring old commands for target `post_nems_routines.o'
+makefile:45: warning: overriding commands for target `post_gfs_stub.o'
+makefile:39: warning: ignoring old commands for target `post_gfs_stub.o'
+makefile:45: warning: overriding commands for target `post_nmm_stub.o'
+makefile:42: warning: ignoring old commands for target `post_nmm_stub.o'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_gfs_stub.F90 > post_gfs_stub.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 -I../share -c post_gfs_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nmm_stub.F90 > post_nmm_stub.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 -I../share -c post_nmm_stub.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM post_nems_routines_stub.F90 > post_nems_routines_stub.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 -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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos/post'
+cd atmos               && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/atmos'
+cd ENS_Cpl             && gmake
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_InternalState_ESMFMod.f > ENS_Cpl_InternalState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_bcst_global.f > ENS_bcst_global.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step2.f > ENS_Sto_Per_Scheme_Step2.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM DistributeForStep1.f > DistributeForStep1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplState_ESMFMod.f > ENS_CplState_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_Run_ESMFMod.f > ENS_Cpl_Run_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Cpl_ESMFMod.f > ENS_Cpl_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_GetParameterFromStateMod.f > ENS_GetParameterFromStateMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_CplComp_ESMFMod.f > ENS_CplComp_ESMFMod.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM ENS_Sto_Per_Scheme_Step1.f > ENS_Sto_Per_Scheme_Step1.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM kinds.f > kinds.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM peuc.f > peuc.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM pran.f > pran.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM prana.f > prana.f90
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM Cal_Sto_Coef.f > Cal_Sto_Coef.f90
+ls -1 Lib_ESMFStateAddGetMod.f90 machine.f90 ENS_Cpl_InternalState_ESMFMod.f90 ENS_bcst_global.f90 ENS_Sto_Per_Scheme_Step2.f90 DistributeForStep1.f90 ENS_CplState_ESMFMod.f90 ENS_Cpl_Run_ESMFMod.f90 ENS_Cpl_ESMFMod.f90 ENS_GetParameterFromStateMod.f90 ENS_CplComp_ESMFMod.f90 ENS_Sto_Per_Scheme_Step1.f90 kinds.f90 peuc.f90 pran.f90 prana.f90 Cal_Sto_Coef.f90 > Srcfiles
+echo "." > Filepath
+../../exe/mkDepends.pl -m Filepath Srcfiles > depend
+rm -f Filepath Srcfiles
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+gmake[1]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+gmake[2]: Entering directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_bcst_global.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Sto_Per_Scheme_Step2.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 DistributeForStep1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_CplState_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Run_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_GetParameterFromStateMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_CplComp_ESMFMod.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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_Sto_Per_Scheme_Step1.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 kinds.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 peuc.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 pran.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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 prana.f90
+mpiifort -g -openmp -mkl=sequential -align array32byte  -O3  -I/usrx/local/dev/esmf/esmf-7.0.0/mod/modO/Linux.intel.64.intelmpi.default -I/usrx/local/dev/esmf/esmf-7.0.0/src/include  -I/usrx/local/nceplibs/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/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+gmake[1]: Leaving directory `/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/ENS_Cpl'
+/lib/cpp -P -traditional -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM  -D'SVN_INFO="(Samuel.Trahan) Wed Dec 21 00:01:21 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=356' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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) Wed Dec 21 00:01:21 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=356' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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) Wed Dec 21 00:01:21 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=356' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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) Wed Dec 21 00:01:21 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=356' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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) Wed Dec 21 00:01:21 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=356' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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) Wed Dec 21 00:01:21 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=356' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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) Wed Dec 21 00:01:21 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=356' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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) Wed Dec 21 00:01:21 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=356' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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) Wed Dec 21 00:01:21 UTC 2016 r85682 https://svnemc.ncep.noaa.gov/projects/nems/branches/modulefiles/src"' -D'CMP_YEAR=2016' -D'CMP_JD=356' 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/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/include -Iatmos/share -IENS_Cpl -Iatmos/nmm -Iatmos/fim -Iatmos/gsm -I/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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----------->/gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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 /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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   /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libGOCART_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libDU_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libCO2_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libCO_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libCFC_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libO3_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libOC_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libBC_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libSS_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libSU_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libRn_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libCH4_GridComp.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libChem_Base.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libChem_Shared.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libGMAO_gfio_r8.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libMAPL_Base_stubs.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/NEMS/src/chem/gocart/Linux/lib/libMAPL_cfio_r4.a  /gpfs/gd1/emc/nems/save/Samuel.Trahan/oldmod4/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/2015/composer_xe_2015.3.187/compiler/lib/intel64 -L/usrx/local/intel/2015/composerxe/lib/intel64 -L/usrx/local/intel/2015/ipp/lib/intel64 -L/usrx/local/intel/2015/mkl/lib/intel64 -L/usrx/local/intel/2015/tbb/lib/intel64/gcc4.4 -L/usrx/local/lsf/9.1/linux2.6-glibc2.3-x86_64/lib -L/gpfs/gp1/usrx/local/intel/2015/composer_xe_2015.3.187/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/2015/composerxe/lib/intel64/ -L/usrx/local/intel/2015/ipp/lib/intel64/ -L/usrx/local/intel/2015/mkl/lib/intel64/ -L/usrx/local/intel/2015/tbb/lib/intel64/gcc4.4/ -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 -lirng -lm -lipgo -ldecimal -liomp5 -lcilkrts -lstdc++ -lgcc -lgcc_s -lirc -lpthread -lsvml -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/oldtests/nems.configure.blocked_atm_ocn.IN
===================================================================
--- checkout/oldtests/nems.configure.blocked_atm_ocn.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.blocked_atm_ocn.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.blocked_atm_ocn.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.blocked_atm_ocn.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/gfs_fcst_run_GEFS.IN
===================================================================
--- checkout/oldtests/gfs_fcst_run_GEFS.IN	(nonexistent)
+++ checkout/oldtests/gfs_fcst_run_GEFS.IN	(revision 85747)
@@ -0,0 +1,296 @@
+#!/bin/ksh
+#
+set -x
+#
+ export CDATE=2008082500
+
+#***************************************************************
+#
+#    Set up horizontal and vertical resolution ; default will be T6264
+#
+#export wave=382 ; export lm=64 ; export lsoil=4
+ export wave=190 ; export lm=28 ; export lsoil=4
+# export wave=62 ; export lm=64 ; export lsoil=4
+#export wave=62 ; export lm=64 ; export lsoil=2 ; export lsm=0
+
+ export EXPLICIT=.false.
+ export ADIAB=.false.
+ export NST_FCST=0
+ export NUM_FILE=3
+ export FILENAME_BASE="'SIG.F' 'SFC.F' 'FLX.F'"
+ export FILE_IO_FORM="'grib' 'bin4' 'grib'"
+
+# The old Henry's version required.
+#----------------------------------
+ export HORI_DIFF=.true.
+ export DAMP_WIND=.true.
+
+ export QUILTING=.false.
+ export WRT_GROUP=1
+ export WRTPE_PER_GROUP=1
+
+ export REDUCED_GRID=.true.
+# wam model to couple with idea, default is false
+ export IDEA=@[IDEA]
+ export IDEA=${IDEA:-.false.}
+
+# nemsio input
+ export NEMSIO_IN=@[NEMSIOIN]
+ export NEMSIO_IN=${NEMSIO_IN:-.true.}
+#
+ export MACHINE_ID=${MACHINE_ID:-wcoss}
+ export SCHEDULER=${SCHEDULER:-lsf}
+#
+# SFCPRESS_ID=0 or 1 for ln(psfc), 2 for psfc
+ export SFCPRESS_ID=2
+# THERMODYN_ID=3 for enthalphy, 0 or 1 for virtual T, 2 for T
+ export THERMODYN_ID=3
+#
+ export IDVC=3
+ export hybrid=NO
+ export GEN_COORD_HYBRID=YES
+# SPECTRAL_LOOP       2 for old option, 1 is for one loop.
+ export SPECTRAL_LOOP=1
+
+ export NDSLFV=@[NDSLFV]
+if [ $NDSLFV = .true. ]
+then
+ export DELTIM=1800
+ export MASS_DP=.true.
+ export PROCESS_SPLIT=.false.
+else
+ export MASS_DP=.false.
+ export PROCESS_SPLIT=.false.
+fi
+
+#***************************************************************
+#                    N2 ,    H2O,     O3,        CLW,    O,      O2
+#export CPIlist=" 1039.645, 1846.0, 820.2391,    0.0, 1299.185, 918.0969"
+#export RIlist="  296.8034, 461.50, 173.2247,    0.0,  519.674, 259.837 "
+#***************************************************************
+#                   Dry ,    H2O,     O3,        CLW,    O,      O2
+export CPIlist=" 1004.6,   1846.0, 820.2391,    0.0"
+export RIlist="  286.05,   461.50, 173.2247,    0.0"
+#
+export NCP=cp
+export FTSFS=0.0
+export FAISS=0.0
+#
+#  This script is NOT complete for running multiple ensemble members
+#
+ export ENS_NUM=4
+ export ENS_SPS=.true.
+#
+
+c=1
+while [ $c -le $ENS_NUM ] ; do
+ eval "export PE$c=\${PE$c:-0}"
+ c=$((c+1))
+done
+
+export MP_STDOUTMODE=ordered
+export MP_LABELIO=yes
+export MP_SHARED_MEMORY=yes
+export MEMORY_AFFINITY=MCM
+##export BIND_TASKS=yes
+export NTHREADS=1
+export XLSMPOPTS="parthds=$NTHREADS:spins=0:yields=0:stack=512000000"
+export SPINLOOPTIME=500
+export YIELDLOOPTIME=500
+export AIXTHREAD_SCOPE=S
+export MALLOCMULTIHEAP=true
+#
+ export FHROT=0
+#
+#    Set up experiment and directory names
+#
+ export NSCDIR=/global/noscrub
+ export TOPDIR=/global/save
+ export DUMPDIR=/global/shared/dump
+# export MP_COREFILE_FORMAT=lite 
+
+ export fcst_begin=${fcst_begin:-YES}
+ export cold_sfc=${cold_sfc:-NO}
+ export hybrid=${hybrid:-NO}
+#
+ export NCP=${NCP:-/u/wx20mi/bin/ncp}
+#
+#
+#
+#    nhourb is the beginig hour.  If nhourb=0, then initial condition
+#    needs to be specified. ndays is the Length of #orecast in days
+#    begining from nhourb
+#
+ export ndays=1
+if [[ ${fcst_begin} = YES ]] ; then
+ export nhourb=0
+else
+ if [[ -s @[RUNDIR]/sigr1$FM ]] ; then
+   export nhourb=`/nwprod/exec/global_sighdr @[RUNDIR]/sigr1$FM ifhr`
+   export FHROT=${FHROT:-$nhourb}
+ else
+   nhourb=$((ndays*24))
+ fi
+fi
+#
+#
+
+export GOCART=0
+export PASSIVE_TRACER=.false.
+
+
+export PE1=0
+export PE2=0
+export PE3=0
+export PE4=0
+
+ export nhours=`expr $ndays \* 24`
+
+#
+# For two tracers
+  export ntrc=3  ; export varid=21  ; export numcld=1
+#
+#
+ export fmax=$nhours
+ export fout=6  
+ export fzer=6  
+ export fcyc=0 
+ export fdfi=0 
+ export FHRES=12
+# export FHRES=$nhours
+#
+#    Forecast model : horizontal truncation  and vertical levels
+#                     ---------------------
+#
+export wave=${wave:-62}
+export lm=${lm:-64}
+export lsoil=${lsoil:-4}
+#
+export NTRAC=${NTRAC:-3}
+export NTOZ=${NTOZ:-2}
+export NTCW=${NTCW:-3}
+export NCLD=${NCLD:-1}
+export NMTVR=${NMTVR:-14}
+#
+export MEMBER_NAMES="p01 p02 p03 c00"
+# export MEMBER_NAMES="p01 p02 p03 p04 p05 p06 p07 p08 p09 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 c00"
+
+export nsout=${nsout:-0}
+export lsm=${lsm:-1}
+#
+#   Control for post and time averaging  If "YES" then run
+#   -- Defaults to "NO" 
+#
+# export gfsio_in=.true.
+# export gfsio_out=.true.
+#
+ export DYNVARS="liope=.F."
+ export PHYVARS="liope=.F."
+
+ export TRACERVARS="RI=$RIlist,CPI=$CPIlist,"
+#
+export NGPTC=12
+export NGPTC=${NGPTC:-$((wave/10))}
+export LEVR=${levr:-0}
+#
+#     Forecaset script and executable name
+#
+# export FCSTSCRIPT=$TOPDIR/wx20wy/tskf/D/e/nwgelz/scripts/nems/exglobal_fcst_atm_gfsio.sh.sms_co2
+
+ export FCSTSCRIPT=@[SRCDIR]/oldtests/exglobal_fcst.sh.sms_nems
+echo 'FCSTSCRIPT=' $FCSTSCRIPT
+ export FCSTEXEC=@[SRCDIR]/exe/NEMS.x
+echo 'FCSTEXEC=' $FCSTEXEC
+#
+#
+# ***************************************************************
+#    Below here no change needed most of the time
+#    ____________________________________________
+#
+
+cd @[RUNDIR]
+ export COMOUT=@[RUNDIR]
+#
+ export FIXGLOBAL=/nwprod/fix
+ export FIX_RAD=/global/save/wx23hh/00wkgfs/fix/fix_rad
+#
+ export POSTGPDIR=$TOPDIR/wx23hh/00wkgfs/src/global_postgp.fd
+ export POSTGPEXEC=$POSTGPDIR/global_postgp
+ export POSTGPSH=/nwprod/ush/global_postgp.sh
+#
+ export LANDICE_OPT=1
+#export CLIMO_FIELDS_OPT=3
+ export CLIMO_FIELDS_OPT=2
+#
+if [[ $wave -eq 62 ]] ; then
+  export LONF=192 ; export LATG=94 ; export LONR=192 ; export LATR=94
+  export im=$LONR ; export jm=$LATR ; export iop=144 ; export jop=73
+  if [[ $lm -eq 64 ]] ; then
+    export DELTIM=${DELTIM:-900}
+  fi
+  if [[ $lm -eq 150 ]] ; then
+    export DELTIM=${DELTIM:-180}
+  fi
+  export DELTIM=${DELTIM:-1200}
+elif [[ $wave -eq 126 ]] ; then
+  export LONF=384 ; export LATG=190 ; export LONR=384 ; export LATR=190
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  export DELTIM=${DELTIM:-600}
+elif [[ $wave -eq 170 ]] ; then
+  export LONF=512 ; export LATG=256 ; export LONR=512 ; export LATR=256
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  export DELTIM=${DELTIM:-450}
+elif [[ $wave -eq 190 ]] ; then
+  export LONF=576 ; export LATG=288 ; export LONR=576 ; export LATR=288
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  export DELTIM=${DELTIM:-300}
+elif [[ $wave -eq 254 ]] ; then
+  export LONF=768 ; export LATG=384 ; export LONR=768 ; export LATR=384
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  export DELTIM=${DELTIM:-300}
+elif [[ $wave -eq 382 ]] ; then
+  export LONF=1152 ; export LATG=576 ; export LONR=1152 ; export LATR=576
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  export DELTIM=${DELTIM:-180}
+elif [[ $wave -eq 510 ]] ; then
+  export LONF=1536 ; export LATG=766 ; export LONR=1536 ; export LATR=766
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  export DELTIM=${DELTIM:-120}
+  export OROGRAPHY=$TOPDIR/wx23ys/fix.all/global_orography.t${wave}.grb
+  export MTNVAR=$TOPDIR/wx23my/fix.all/global_mtnvar.t${wave}.f77
+fi
+#
+# ------------------------ initial condition ----------------
+#
+  export JCAP=$wave
+  if [[ $NDSLFV = .true. ]] ; then export JCAP=` expr $jm - 2 ` ; fi
+  export LEVS=$lm
+  export LONB=$im
+  export LATB=$jm
+  export VERBOSE=YES
+#
+  export SIGI=@[RUNDIR]/gfsanl.$CDATE
+  export GRDI=@[RUNDIR]/gfsanl.$CDATE
+  export SFCI=@[RUNDIR]/sfcanl.$CDATE
+  export FHINI=00
+#
+# ---------------------------------------- fcst ----------------------
+#
+if [[ $nhourb -lt $nhours ]] ; then
+
+  export FNTSFA=
+  export FNACNA=
+#
+  export FHOUT=$fout
+  export FHZER=$fzer
+  export FHCYC=$fcyc
+  export FHDFI=$fdfi
+  export FHLWR=${FHLWR:-3}
+  export FHSWR=${FHSWR:-1}
+  export FHMAX=$nhours
+  export FHRES=${FHRES:-$FHMAX}
+  export FHROT=${FHROT:-0}
+#
+  $FCSTSCRIPT || exit
+fi
+#
Index: checkout/oldtests/nems.configure.med_atm_ocn.IN
===================================================================
--- checkout/oldtests/nems.configure.med_atm_ocn.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_atm_ocn.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_atm_ocn.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_atm_ocn.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.med_atm.IN
===================================================================
--- checkout/oldtests/nems.configure.med_atm.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_atm.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_atm.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_atm.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/rt_gfs.sh
===================================================================
--- checkout/oldtests/rt_gfs.sh	(nonexistent)
+++ checkout/oldtests/rt_gfs.sh	(revision 85747)
@@ -0,0 +1,436 @@
+#!/bin/ksh
+#set -eu
+#set -x
+
+export GEFS_ENSEMBLE=${GEFS_ENSEMBLE:-0}
+echo "GEFS_ENSEMBLE=" $GEFS_ENSEMBLE
+
+source ./atparse.auto
+
+mkdir -p ${RUNDIR}
+
+export CDATE=${CDATE:-2012010100}
+export NEMSIOIN=${NEMSIOIN:-.false.}
+export SIGIOIN=${SIGIOIN:-.true.}
+export SFCIOOUT=${SFCIOOUT:-.true.}
+export NEMSIOOUT=${NEMSIOOUT:-.false.}
+export SIGIOOUT=${SIGIOOUT:-.true.}
+export MACHINE_ID=${MACHINE_ID:-wcoss}
+if [ "$NEMSIOIN" = ".true." ]; then
+  if [ $MACHINE_ID = wcoss ]; then
+    export SIGHDR=/nwprod/exec/global_sighdr
+  elif [ $MACHINE_ID = theia ]; then
+    export SIGHDR=/scratch4/NCEPDEV/nems/save/Jun.Wang/nems/util/nemsio_get
+  fi
+else
+  export SIGHDR=${SIGHDR:-/nwprod/exec/global_sighdr}
+fi
+export fcst_begin=${fcst_begin:-YES}
+
+export SCHEDULER=${SCHEDULER:-lsf}
+export SHOWQ=${SHOWQ:-/opt/moab/default/bin/showq}
+export MSUB=${MSUB:-/opt/moab/default/bin/msub}
+export pex=${pex:-1}
+
+export IEMS=0
+export ISOL=1
+export ICO2=2
+export IAER=111
+export fcyc=24
+export IALB=${IALB:-0}
+export isot=${isot:-0}
+export ivegsrc=${ivegsrc:-2}
+export FHOUT_HF=${FHOUT_HF:-1}
+export FHMAX_HF=${FHMAX_HF:-0}
+
+if [ $GEFS_ENSEMBLE = 0 ] ; then
+
+################################################################################
+# For the stand alone GFS regression tests.
+################################################################################
+
+################################################################################
+# Make configure and run files
+################################################################################
+
+## determine GOCART and TRACER from gocart_aerosol and passive_tracer 
+ export gocart_aerosol=${gocart_aerosol:-NO}
+ export passive_tracer=${passive_tracer:-YES}
+ if [ $gocart_aerosol = 'YES' ] ; then
+  export GOCART=1 
+ else
+  export GOCART=0 
+ fi
+ if  [ $passive_tracer = 'YES' ] ; then
+  export TRACER=.true.
+ else
+  export TRACER=.false.
+ fi
+##
+
+ export WAM_IPE_COUPLING=${WAM_IPE_COUPLING:-.false.}
+ export HEIGHT_DEPENDENT_G=${HEIGHT_DEPENDENT_G:-.false.}
+ export F107_KP_SKIP_SIZE=${F107_KP_SKIP_SIZE:-0}
+
+ cd $PATHRT
+
+ (   # Rename misnamed variables in gfs_fcst_run.IN's @[...] blocks:
+     wrtdopost="$WRITE_DOPOST" ;
+     postgrbvs="$POST_GRIBVERSION" ;
+     aer2post="$GOCART_AER2POST" ;
+     THRDS="$THRD" ;
+     ISOT="$isot" ;
+     IVEGSRC="$ivegsrc" ;
+     FCST_BEGIN="$fcst_begin" ;
+     NSTFCST="$NST_FCST" ;
+     NSTSPINUP="$NST_SPINUP" ;
+     NSTREV="$NST_RESERVED" ;
+     SFCPRESSID="$SFCPRESS_ID" ;
+     THERMODYNID="$THERMODYN_ID" ;
+     SKEBVFILT="${SKEB_VFILT}" ;
+     SPPTLOGIT="${SPPT_LOGIT}" ;
+     SPPTSFCLIMIT="${SPPT_SFCLIMIT}" ;
+     SPPTTAU="${SPPT_TAU}" ;
+     SPPTLSCALE="${SPPT_LSCALE}" ;
+     SHUMTAU="${SHUM_TAU}" ;
+     SHUMLSCALE="${SHUM_LSCALE}" ;
+     SKEBTAU="${SKEB_TAU}" ;
+     SKEBLSCALE="${SKEB_LSCALE}" ;
+     ISEEDSPPT="${ISEED_SPPT}" ;
+     ISEEDSHUM="${ISEED_SHUM}" ;
+     ISEEDSKEB="${ISEED_SKEB}" ;
+     FHOUTHF="$FHOUT_HF" ;
+     FHMAXHF="$FHMAX_HF" ;
+     # Generate the script:
+     cat gfs_fcst_run.IN | atparse > gfs_fcst_run )
+ chmod 755 gfs_fcst_run
+
+ # | sed s:_LDFI_SPECT_:${LDFI_SPECT}:g               \
+
+ cp gfs_fcst_run ${RUNDIR}
+
+if [ ${nems_configure}"x" == "x" ]; then
+  nems_configure=atm_nostep
+  atm_model=gsm
+fi
+ cat nems.configure.${nems_configure}.IN | atparse >  nems.configure
+                         
+ cp nems.configure ${RUNDIR}
+
+################################################################################
+# Copy init files
+################################################################################
+
+ cat atmos.configure_gfs | atparse >  atmos.configure
+ cp atmos.configure ${RUNDIR}/atmos.configure
+ cp MAPL.rc ${RUNDIR}/MAPL.rc
+ cp Chem_Registry.rc ${RUNDIR}/Chem_Registry.rc
+
+ if [ $GOCART = 1 ] ; then
+  if [ $SCHEDULER = 'loadleveler' ]; then
+    export EXTDIR=/global/save/wx23lu/NEMS/fix
+    export RCSDIR=/global/save/wx23lu/NEMS/Chem_Registry
+    cp -r ${EXTDIR}/ExtData ${RUNDIR}/.
+  elif [ $SCHEDULER = 'pbs' ]; then
+    export EXTDIR=@[RTPWD]/data_GOCART
+    export RCSDIR=@[RTPWD]/data_GOCART
+    cp -r ${EXTDIR}/ngac_fix ${RUNDIR}/.
+  elif [ $SCHEDULER = 'lsf' ]; then
+    export EXTDIR=/nwprod/ngac.v1.0.0/fix
+    export RCSDIR=@[RTPWD]/data_GOCART
+    cp -r ${EXTDIR}/ngac_fix ${RUNDIR}/.
+  fi
+ fi
+
+ if [ "$NEMSIOIN" = ".true." ]; then
+  export IC_DIR=${IC_DIR:-${RTPWD}/$DATAICDIR}
+  if [ $MACHINE_ID = wcoss ] ; then
+     export nemsioget=${nemsioget:-/nwprod/ngac.v1.0.0/exec/nemsio_get}
+  elif [ $MACHINE_ID = theia ] ; then
+     export nemsioget=${nemsioget:-/scratch3/NCEPDEV/nems/save/Jun.Wang/nems/util/nemsio_get}
+  fi
+  export SIGHDR=$nemsioget
+  if [ "$IDEA" = ".true." ]; then
+                                     
+    cp $IC_DIR/*anl*${CDATE} ${RUNDIR}/.                                                      
+                                       
+                                                                                                               
+      
+  else
+    if [ $fcst_begin = YES ]; then
+      cp $IC_DIR/gfsanl.$CDATE $RUNDIR
+      cp $IC_DIR/sfnanl.$CDATE $RUNDIR
+      if [ $NST_FCST -gt 0 ] ; then
+        cp $IC_DIR/nsnanl.$CDATE $RUNDIR
+      fi
+    fi
+  fi
+
+# These gfsanl and sfnanl data were copy from Moorthi's directory at
+# /global/noscrub/Shrinivas.Moorthi/data on Surge machine. Weiyu.
+#-------------------------------------------------------------------
+# cp ${RTPWD}/GFS_SLG_NEMSIO_READ/gfsanl.$CDATE $RUNDIR
+# cp ${RTPWD}/GFS_SLG_NEMSIO_READ/sfnanl.$CDATE $RUNDIR
+#  cp $IC_DIR/gfsanl.$CDATE $RUNDIR
+#  cp $IC_DIR/sfnanl.$CDATE $RUNDIR
+
+#                     NO NEMSIO INPUT
+#                     ---------------
+ else 
+   if [ "$IDEA" = ".true." ]; then
+     cp ${RTPWD}/WAM_gh_l150/*anl*${CDATE} ${RUNDIR}/.
+   else
+     export dprefix=${dprefix:-""}
+     if [ "$rungfstest" = ".true." ] ; then
+       if [ $MACHINE_ID = wcoss ] ; then
+         IC_DIR=${IC_DIR:-$dprefix/global/noscrub/Shrinivas.Moorthi/data}
+       elif [ $MACHINE_ID = theia ] ; then
+         IC_DIR=${IC_DIR:-$dprefix/global/noscrub/Shrinivas.Moorthi/data}
+       fi
+          cp $IC_DIR/siganl.$CDATE ${RUNDIR}/.
+          cp $IC_DIR/sfcanl.$CDATE ${RUNDIR}/.
+          if [ $NST_FCST -gt 0 ] ; then
+            cp $IC_DIR/nstanl.$CDATE ${RUNDIR}/.
+          fi
+     fi
+   fi
+ fi
+
+else
+
+################################################################################
+# For the concurrency ensemble GEFS regression test.
+################################################################################
+
+ cd $PATHRT
+
+ cp ${RTPWD}/GEFS_data_2008082500/* $RUNDIR
+
+ atparse SRCDIR="$PATHTR" < gfs_fcst_run_GEFS.IN > gfs_fcst_run
+ 
+ cp gfs_fcst_run ${RUNDIR}
+ chmod +x ${RUNDIR}/gfs_fcst_run
+ cp Chem_Registry.rc ${RUNDIR}/Chem_Registry.rc
+ cp atmos.configure_gfs ${RUNDIR}/atmos.configure
+
+fi
+
+################################################################################
+# Submit test
+################################################################################
+
+if [ $SCHEDULER = 'moab' ]; then
+
+ export TPN=$((32/THRD))
+ cat gfs_msub.IN | atparse RUND=$RUNDIR >  gfs_msub
+
+
+elif [ $SCHEDULER = 'pbs' ]; then
+
+ export TPN=$((24/THRD))
+ export QUEUE=${QUEUE:-batch}
+ cat gfs_qsub.IN | atparse RUND="$RUNDIR" SCHED="$SCHEDULER" > gfs_qsub
+
+elif [ $SCHEDULER = 'lsf' ]; then
+
+ if [ $MACHINE_ID = wcoss ] ; then
+   export pex=${pex:-1}
+   export QUEUE=${QUEUE:-dev}
+   if [ $pex = 2 ] ; then
+     export TPN=${TPN:-$((24/THRD))}
+     export QUEUE=${QUEUE:-dev$pex}
+   else
+     export TPN=${TPN:-$((16/THRD))}
+   fi
+ fi
+ cat gfs_bsub.IN | atparse RUND=$RUNDIR THRDS=$THRD SCHED=$SCHEDULER \
+     > gfs_bsub
+fi
+
+cp exglobal_fcst_nems.sh $RUNDIR
+
+export RUNDIR=$RUNDIR
+
+cd $PATHRT
+
+if [ $SCHEDULER = 'moab' ]; then
+  $MSUB gfs_msub
+elif [ $SCHEDULER = 'pbs' ]; then
+  rm -f $PATHRT/err $PATHRT/out
+  qsub $PATHRT/gfs_qsub
+elif [ $SCHEDULER = 'lsf' ]; then
+  bsub <$PATHRT/gfs_bsub
+fi
+
+echo "Test ${TEST_NR}" >> ${REGRESSIONTEST_LOG}
+echo "Test ${TEST_NR}"
+echo ${TEST_DESCR} >> ${REGRESSIONTEST_LOG}
+echo ${TEST_DESCR}
+(echo "GFS, ${TASKS} proc, ${THRD} thread")>> ${REGRESSIONTEST_LOG}
+ echo "GFS, ${TASKS} proc, ${THRD} thread"
+
+# wait for the job to enter the queue
+job_running=0
+
+until [ $job_running -eq 1 ] ; do
+ echo "TEST is waiting to enter the queue"
+ if [ $SCHEDULER = 'moab' ]; then
+  job_running=`$SHOWQ -u ${USER} -n | grep ${JBNME} | wc -l`;sleep 5
+ elif [ $SCHEDULER = 'pbs' ]; then
+  job_running=`qstat -u ${USER} -n | grep ${JBNME} | wc -l`;sleep 5
+ elif [ $SCHEDULER = 'lsf' ]; then
+  job_running=`bjobs -u ${USER} -J ${JBNME} 2>/dev/null | grep ${QUEUE} | wc -l`;sleep 5
+ fi
+done
+
+job_running=1
+
+# wait for the job to finish and compare results
+n=1
+until [ $job_running -eq 0 ] ; do
+
+ sleep 30
+
+ if [ $SCHEDULER = 'moab' ]; then
+
+  status=`$SHOWQ -u ${USER} -n | grep ${JBNME} | awk '{print $3}'` ; status=${status:--}
+  if [ -f ${RUNDIR}/err ] ; then FnshHrs=`grep Finished ${RUNDIR}/err | tail -1 | awk '{ print $6 }'` ; fi
+  FnshHrs=${FnshHrs:-0}
+  if   [ $status = 'Idle' ];       then echo "$n/2min TEST ${TEST_NR} is waiting in a queue, Status: " $status
+  elif [ $status = 'Running' ];    then echo "$n/2min TEST ${TEST_NR} is running,            Status: " $status  ", Finished " $FnshHrs "hours"
+  elif [ $status = 'Starting' ];   then echo "$n/2min TEST ${TEST_NR} is ready to run,       Status: " $status  ", Finished " $FnshHrs "hours"
+  elif [ $status = 'Completed' ];  then echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status
+  else                                  echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status  ", Finished " $FnshHrs "hours"
+  fi
+
+ elif [ $SCHEDULER = 'pbs' ]; then
+
+   status=`qstat -u ${USER} -n | grep ${JBNME} | awk '{print $"10"}'` ; status=${status:--}
+   if [ -f ${RUNDIR}/err ] ; then FnshHrs=`grep Finished ${RUNDIR}/err | tail -1 | awk '{ print $10 }'` ; fi
+   FnshHrs=${FnshHrs:-0}
+   if   [ $status = 'Q' ];  then echo "$n/2min TEST ${TEST_NR} is waiting in a queue, Status: " $status
+   elif [ $status = 'H' ];  then echo "$n/2min TEST ${TEST_NR} is held in a queue,    Status: " $status
+   elif [ $status = 'R' ];  then echo "$n/2min TEST ${TEST_NR} is running,            Status: " $status  ", Finished " $FnshHrs "hours"
+   elif [ $status = 'E' ];  then echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status ; job_running=0
+   elif [ $status = 'C' ];  then echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status ; job_running=0
+   else                          echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status  ", Finished " $FnshHrs "hours"
+   fi
+
+ elif [ $SCHEDULER = 'lsf' ] ; then
+
+  status=`bjobs -u ${USER} -J ${JBNME} 2>/dev/null | grep ${QUEUE} | awk '{print $3}'` ; status=${status:--}
+#  if [ $status != '-' ] ; then FnshHrs=`bpeek -J ${JBNME} | grep Finished | tail -1 | awk '{ print $9 }'` ; fi
+  if [ -f ${RUNDIR}/err ] ; then FnshHrs=`grep Finished ${RUNDIR}/err | tail -1 | awk '{ print $9 }'` ; fi
+  FnshHrs=${FnshHrs:-0}
+  if   [ $status = 'PEND' ];  then echo "$n/2min TEST ${TEST_NR} is waiting in a queue, Status: " $status
+  elif [ $status = 'RUN'  ];  then echo "$n/2min TEST ${TEST_NR} is running,            Status: " $status  ", Finished " $FnshHrs "hours"
+  else                             echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status  ", Finished " $FnshHrs "hours"
+  fi
+
+ fi
+
+ if [ $SCHEDULER = 'moab' ]; then
+  job_running=`$SHOWQ -u ${USER} -n | grep ${JBNME} | wc -l`
+ elif [ $SCHEDULER = 'lsf' ] ; then
+  job_running=`bjobs -u ${USER} -J ${JBNME} 2>/dev/null | grep ${QUEUE} | wc -l`
+ fi
+  (( n=n+1 ))
+done
+
+################################################################################
+# Check results
+################################################################################
+
+test_status='PASS'
+
+# Give 10 seconds for data to show up on file system
+sleep 10
+
+(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")  >> ${REGRESSIONTEST_LOG}
+           echo "working dir  = ${RUNDIR}"              >> ${REGRESSIONTEST_LOG}
+           echo "Checking test ${TEST_NR} results ...." >> ${REGRESSIONTEST_LOG}
+(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")
+           echo "working dir  = ${RUNDIR}"
+           echo "Checking test ${TEST_NR} results ...."
+
+#
+if [ ${CREATE_BASELINE} = false ]; then
+#
+# --- regression test comparison ----
+#
+
+  for i in ${LIST_FILES} ; do
+    printf %s " Comparing " $i "....." >> ${REGRESSIONTEST_LOG}
+    printf %s " Comparing " $i "....."
+
+    if [ ! -f ${RUNDIR}/$i ] ; then
+
+     echo ".......MISSING file" >> ${REGRESSIONTEST_LOG}
+     echo ".......MISSING file"
+     test_status='FAIL'
+
+    elif [ ! -f ${RTPWD}/${CNTL_DIR}/$i ] ; then
+
+     echo ".......MISSING baseline" >> ${REGRESSIONTEST_LOG}
+     echo ".......MISSING baseline"
+     test_status='FAIL'
+
+    else
+
+     d=`cmp ${RTPWD}/${CNTL_DIR}/$i ${RUNDIR}/$i | wc -l`
+
+     if [[ $d -ne 0 ]] ; then
+       echo ".......NOT OK" >> ${REGRESSIONTEST_LOG}
+       echo ".......NOT OK"
+       test_status='FAIL'
+
+     else
+
+       echo "....OK" >> ${REGRESSIONTEST_LOG}
+       echo "....OK"
+     fi
+
+    fi
+
+  done
+
+if [ $test_status = 'FAIL' ]; then echo $TEST_NAME >> fail_test ; fi
+
+#
+else
+#
+# --- create baselines
+#
+
+ sleep 60
+ echo;echo;echo "Moving set ${TEST_NR} files ...."
+
+ for i in ${LIST_FILES} ; do
+  printf %s " Moving " $i "....."
+  ls -ltr ${RUNDIR}/${i}
+  if [ -f ${RUNDIR}/$i ] ; then
+    cp ${RUNDIR}/${i} /${STMP}/${USER}/REGRESSION_TEST/${CNTL_DIR}/${i}
+  else
+    echo "Missing " ${RUNDIR}/$i " output file"
+    echo;echo " Set ${TEST_NR} failed "
+    exit 2
+  fi
+ done
+
+# ---
+fi
+# ---
+
+echo "Test ${TEST_NR} ${test_status} " >> ${REGRESSIONTEST_LOG}
+(echo;echo;echo)                       >> ${REGRESSIONTEST_LOG}
+echo "Test ${TEST_NR} ${test_status} "
+(echo;echo;echo)
+
+sleep 4
+echo;echo
+
+####################################################################################################
+# End test
+####################################################################################################
+
+exit 0

Property changes on: checkout/oldtests/rt_gfs.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/ngac_para_config
===================================================================
--- checkout/oldtests/ngac_para_config	(nonexistent)
+++ checkout/oldtests/ngac_para_config	(revision 85747)
@@ -0,0 +1,107 @@
+#
+#   ngac_para_config
+#   Description: This config file sets up variables for the developers
+#
+#   REVISION HISTORY:
+#   29Mar2012 Sarah Lu       First crack.
+#   21Jul2012 Sarah Lu       Modified for NEMS regression test
+#   06Jul2013 Sarah Lu       Modified for NEMS regression test at Zeus
+#   04Aug2013 Sarah Lu       Specify utilscript and utilexec at Zeus
+#
+set -x
+
+##
+#----------------------------------------------------------------------------
+# DATA_IN: Location of working directory, default to /tmpnwprd
+# COM_IN:  Directory for input files, default to /com/$NET/${envir}
+# COM_OUT: Directory for output file, default to /com/$NET/${envir}
+# gespath: Directory for the guess or restart files, default to /nwges/${envir}
+# DEV_SMS: If the job is to be running using SMS, default to YES
+# SENDDBN: Set to NO for developers, default to YES
+
+# export HOMEngac=${HOMEngac:-/global/save/wx23lu/NGAC/Q4FY12_v1.0.0}  # location of ngac package
+  export machine=${machine:-${MACHINE_ID:-WCOSS}}
+  export HOMEGLOBAL=${HOMEGLOBAL:-$NWPROD}
+  if [ $machine = 'theia' ]; then
+    export PTMP=/scratch4/NCEPDEV/stmp3
+  fi
+  export PTMP=${PTMP:-/ptmpp1}
+  export DATA_IN=${DATA_IN:-$PTMP/$LOGNAME}
+  export COM_IN=${COM_IN:-${DATA_IN}/${RUN}}                           # location of input files
+  export COM_OUT=${COM_OUT:-${DATA_IN}/${RUN}}                         # location of output files
+  export gespath=${gespath:-$PTMP/wx23lu/${RUN}.GESdir}                # location of guess files
+  export DEV_SMS=NO
+  export SENDDBN=NO
+  usergroup=${usergroup:-dev}
+  userid=${userid:-$LOGNAME}
+
+#----------------------------------------------------------------------------
+#----------------------------------------------------------------------------
+### --------  Revision for NEMS regression test  ------- ###
+
+## NEMSDIR, WORKDIR, REGSDIR are specified in the driver script rt_gocart.sh
+##export NEMSDIR=${PATHTR}
+##export WORKDIR=${RUNDIR}
+##export REGSDIR=${RTPWD}/GFS_GOCART_POST
+
+  export LOGDIR=${WORKDIR}
+  export DATA=${WORKDIR}
+  export COMOUT=${WORKDIR}
+  export GESdir=${REGSDIR}
+
+#if [ $SCHEDULER = 'loadleveler' ]; then
+# export HOMEGLOBAL=/nwprod                     
+#elif [ $SCHEDULER = 'pbs' ]; then
+# export HOMEGLOBAL=${REGSDIR}/data_GOCART
+#elif [ $SCHEDULER = 'lsf' ]; then
+# export HOMEGLOBAL=/nwprod                
+#fi
+### for ICS
+  export PDY=${PDY:-20120717}                        #### hardwired the sdate
+
+### for NGAC_FCST
+if [ $SCHEDULER = 'loadleveler' ]; then
+  export nemsioget=/nwprod/ngac.v1.0.0/exec/nemsio_get
+elif [ $SCHEDULER = 'pbs' ]; then
+   if [ $machine = 'theia' ]; then
+    export nemsioget=/scratch4/NCEPDEV/nems/save/Jun.Wang/nems/util/nemsio_get
+    export PARM_NGAC=/scratch4/NCEPDEV/nems/save/Jun.Wang/NGAC/v2.0.0/parm
+    export FNSOTC=/scratch4/NCEPDEV/da/save/George.Gayno/gfs_soil_veg_alb_fy17_2/global_shared.v14.1.0/fix/fix_am/global_soiltype.1x1.grb
+   fi
+elif [ $SCHEDULER = 'lsf' ]; then
+  export nemsioget=/nwprod/ngac.v1.0.0/exec/nemsio_get
+  export PARM_NGAC=/nems/noscrub/Jun.Wang/NGAC/v2.0.0/parm
+  export FNSOTC=/global/save/George.Gayno/gfs_soil_veg_alb_fy17_2/global_shared.v14.1.0/fix/fix_am/global_soiltype.1x1.grb
+fi
+
+### specify utilscript and utilexec
+if [ $SCHEDULER = 'pbs' ]; then
+   if [ $machine = 'theia' ]; then
+     export utilscript=/scratch4/NCEPDEV/global/save/Shrinivas.Moorthi/para/util/ush
+     export utilexec=/scratch4/NCEPDEV/global/save/Shrinivas.Moorthi/para/util/exec
+   fi
+
+fi
+
+ export FCSTEXEC=${NEMSDIR}/exe/NEMS.x
+ export FCST_SCRIP=${NEMSDIR}/oldtests/exglobal_fcst_nems.sh
+ export FHMAX=24                                    #### reduce from 120 to 24 
+
+### for ngac parm/fix directory
+
+  export FIX_NGAC=${REGSDIR}/data_GOCART/ngac_fix
+
+### for POST_quilting
+  export POST_NCEPGRB2TBL=${REGSDIR}/data_POST/params_grib2_tbl_new
+  export POST_AVBLFLDSXML=${REGSDIR}/data_POST/post_avblflds.xml
+  export POST_LUTDAT=${REGSDIR}/data_POST/eta_micro_lookup.dat
+ 
+  export POSTGPVARS='gocart_on=.true.'
+
+if [ $SCHEDULER = 'pbs' ]; then
+  export POSTCTLFILE=${REGSDIR}/data_POST/ngac_postcntrl.parm
+  export POST_GRIBVERSION=grib1
+fi
+
+
+
Index: checkout/oldtests/RegressionTests_gaea.log
===================================================================
--- checkout/oldtests/RegressionTests_gaea.log	(nonexistent)
+++ checkout/oldtests/RegressionTests_gaea.log	(revision 85747)
@@ -0,0 +1,47 @@
+Starting :
+Fri Dec 11 18:11:30 EST 2015
+======================================================================
+Setting up to run NEMS on compset: '2009_sbys_gsm'.
+RUNDIR: '/lustre/f1/ncep/Gerhard.Theurich/ptmp/Gerhard.Theurich/rt_57717/2009_sbys_gsm'.
+Test 
+NUOPC: GSM stand-alone from data with 6h intervals
+GFS, 32 proc, 1 thread
+
+
+
+
+baseline dir = /lustre/f1/unswept/ncep/Gerhard.Theurich/REGRESSION_TEST_NUOPC_development_v0019/2009_sbys_gsm
+Checking test  results ....
+ Comparing sigf00.........OK
+ Comparing sigf03.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12............***NOT OK***
+ Comparing sigf18............***NOT OK***
+ Comparing sigf24............***NOT OK***
+ Comparing sigf30............***NOT OK***
+ Comparing sigf36............***NOT OK***
+ Comparing sigf42............***NOT OK***
+ Comparing sigf48............***NOT OK***
+ Comparing sfcf00.........OK
+ Comparing sfcf03.........OK
+ Comparing sfcf06.........OK
+ Comparing sfcf12.........OK
+ Comparing sfcf18............***NOT OK***
+ Comparing sfcf24............***NOT OK***
+ Comparing sfcf30............***NOT OK***
+ Comparing sfcf36............***NOT OK***
+ Comparing sfcf42............***NOT OK***
+ Comparing sfcf48............***NOT OK***
+ Comparing flxf00.........OK
+ Comparing flxf03.........OK
+ Comparing flxf06.........OK
+ Comparing flxf12.........OK
+ Comparing flxf18............***NOT OK***
+ Comparing flxf24............***NOT OK***
+ Comparing flxf30............***NOT OK***
+ Comparing flxf36............***NOT OK***
+ Comparing flxf42............***NOT OK***
+ Comparing flxf48............***NOT OK***
+ Test  FAIL 
+======================================================================
+Fri Dec 11 18:28:07 EST 2015
Index: checkout/oldtests/atmos.configure_gfs
===================================================================
--- checkout/oldtests/atmos.configure_gfs	(nonexistent)
+++ checkout/oldtests/atmos.configure_gfs	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/atmos.configure_gfs
\ No newline at end of file

Property changes on: checkout/oldtests/atmos.configure_gfs
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/gfs_bsub.IN_yellowstone
===================================================================
--- checkout/oldtests/gfs_bsub.IN_yellowstone	(nonexistent)
+++ checkout/oldtests/gfs_bsub.IN_yellowstone	(revision 85747)
@@ -0,0 +1,50 @@
+#!/bin/ksh
+#BSUB -e @[RUND]/err
+#BSUB -o @[RUND]/out
+#BSUB -J @[JBNME]
+#BSUB -q @[QUEUE]
+#BSUB -P @[ACCNR]
+#BSUB -n @[TASKS]
+#BSUB -x
+#BSUB -W 00:@[WLCLK]
+source @[SRCD]/src/conf/modules.nems
+module list
+set -x
+export OMP_NUM_THREADS=@[THRDS]
+#export MP_EUIDEVICE=sn_all
+#export MP_EUILIB=us
+#if [ $OMP_NUM_THREADS -gt 1 ] ; then
+#  export MP_TASK_AFFINITY=cpu:@[THRDS]
+#else
+#  export MP_TASK_AFFINITY=core
+#fi
+export MP_EUIDEVELOP=min
+#export KMP_STACKSIZE=1024m
+#export F_UFMTENDIAN=big
+#export MPICH_ALLTOALL_THROTTLE=0
+#export MP_SINGLE_THREAD=yes
+#export MP_EAGER_LIMIT=65536
+#export MP_USE_BULK_XFER=yes
+#export MP_COLLECTIVE_OFFLOAD=yes
+#export MP_SHARED_MEMORY=no
+export MP_MPILIB=mpich2
+export MP_LABELIO=yes
+export MP_STDOUTMODE=unordered
+
+
+cd @[RUND]
+
+echo "Model started:  " `date`
+
+#export TASKSIZE=@[TASKS]
+
+# ulimit -n 16000
+# Enable Fortran RTL core dumps for severe run time failures
+# export decfort_dump_flag=y
+
+env
+@[RUND]/gfs_fcst_run
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/oldtests/fim_fcst_run_G4L38_24hr.IN
===================================================================
--- checkout/oldtests/fim_fcst_run_G4L38_24hr.IN	(nonexistent)
+++ checkout/oldtests/fim_fcst_run_G4L38_24hr.IN	(revision 85747)
@@ -0,0 +1,93 @@
+# #!/bin/ksh
+#
+set -x
+#
+ echo "Start to run fim_fcst_run_G4L38_24hr.IN"
+
+source atparse.auto
+#
+#  This script is NOT complete for running multiple ensemble members
+#
+ export ENS_NUM=1
+ export ENS_SPS=.false.
+#
+
+# location of FIM test data
+#TODO:  DRY this with RT.sh
+#FIMDATADIR=/gpfs/t2c/global/noscrub/wx20tbh/fimdata
+#FIMDATADIR=@[STMP]/${USER}/REGRESSION_TEST/FIMdata
+#FIMDATADIR=/meso/noscrub/wx20rv/REGRESSION_TEST/FIMdata
+FIMDATADIR=@[RTPWD]/FIMdata
+
+c=1
+while [ $c -le $ENS_NUM ] ; do
+ eval export PE$c=\${PE$c:-0}
+ c=$((c+1))
+done
+
+export MP_STDOUTMODE=ordered
+export MP_LABELIO=yes
+export MP_SHARED_MEMORY=yes
+export MEMORY_AFFINITY=MCM
+##export BIND_TASKS=yes
+export NTHREADS=1
+export XLSMPOPTS="parthds=$NTHREADS:spins=0:yields=0:stack=512000000"
+export SPINLOOPTIME=500
+export YIELDLOOPTIME=500
+export AIXTHREAD_SCOPE=S
+export MALLOCMULTIHEAP=true
+#
+#    Set up experiment and directory names
+#
+ export NSCDIR=/global/noscrub
+ export TOPDIR=/global/save
+ export DUMPDIR=/global/shared/dump
+# export MP_COREFILE_FORMAT=lite 
+
+ export fcst_begin=${fcst_begin:-YES}
+#
+ export NCP=${NCP:-/u/wx20mi/bin/ncp}
+#
+#
+#
+#    nhourb is the beginig hour.  If nhourb=0, then initial condition
+#    needs to be specified. ndays is the Length of #orecast in days
+#    begining from nhourb
+#
+#
+export MEMBER_NAMES="p01"
+# export MEMBER_NAMES="p01 p02 p03 p04 p05 p06 p07 p08 p09 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 c00"
+
+export nsout=${nsout:-0}
+export lsm=${lsm:-1}
+
+ export FCSTSCRIPT=@[SRCDIR]/oldtests/fim_fcst.sh.sms_nems
+echo 'FCSTSCRIPT=' $FCSTSCRIPT
+ export FCSTEXEC=@[SRCDIR]/exe/NEMS.x
+echo 'FCSTEXEC=' $FCSTEXEC
+
+ export FIM_USE_NEMS=_FIM_USE_NEMS_
+echo 'FIM_USE_NEMS=' $FIM_USE_NEMS
+#
+#
+# ***************************************************************
+#    Below here no change needed most of the time
+#    ____________________________________________
+#
+
+# TBH:  copy FIM files into run directory with renames when needed
+cp @[SRCDIR]/src/atmos/fim/FIMrun/* @[RUNDIR]
+cp @[SRCDIR]/src/atmos/fim/FIMsrc_devccs/bin/* @[RUNDIR]
+cp @[SRCDIR]/src/atmos/fim/FIMsrc_devccs/fim_setup.ksh @[RUNDIR]
+
+# set SRCDIR in FIMnamelist
+# set DATADIR, DATADR2, chem_datadir, and path to topodatfile in FIMnamelist
+
+atparse SORCDIR="$SRCDIR" DATDIR="FIMDATADIR" \
+    < @[RUNDIR]/FIMnamelist.nemsdevccs > @[RUNDIR]/FIMnamelist
+
+cd @[RUNDIR]
+ export COMOUT=@[RUNDIR]
+#
+  $FCSTSCRIPT > fim_fcst.sh.sms_nems.out 2>&1 || exit
+#
Index: checkout/oldtests/nems.configure.lnd.IN
===================================================================
--- checkout/oldtests/nems.configure.lnd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.lnd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.lnd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.lnd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.atm_ocn.IN
===================================================================
--- checkout/oldtests/nems.configure.atm_ocn.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.atm_ocn.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.atm_ocn.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.atm_ocn.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/ngac_qsub.IN
===================================================================
--- checkout/oldtests/ngac_qsub.IN	(nonexistent)
+++ checkout/oldtests/ngac_qsub.IN	(revision 85747)
@@ -0,0 +1,80 @@
+#! /bin/sh -l
+
+#PBS -o @[RUND]/out
+#PBS -e @[RUND]/err
+
+#PBS -N @[JBNME]
+#PBS -A @[ACCNR]
+#PBS -q @[QUEUE]
+#PBS -l procs=@[TASKS]
+#PBS -l walltime=00:@[WLCLK]:00
+#PBS -V
+
+if [[ -e  @[PATHTR]/src/conf/modules.nems ]]; then
+  source @[PATHTR]/src/conf/modules.nems
+  module list
+fi
+
+set -ax
+export MPI_GROUP_MAX=96
+export MACHINE_ID=@[MACHINE_ID]
+export SCHEDULER=@[SCHED]
+
+cd @[RUND]
+
+echo "Model started:  " `date`
+
+export TASKSIZE=@[TASKS]
+export NTHREADS=@[THRDS]
+
+export NEMSIO_IN=@[NEMSIOIN]
+export NEMSIO_OUT=@[NEMSIOOUT]
+
+export OMP_NUM_THREADS=$NTHREADS
+if [ $MACHINE_ID = 'theia' ]; then
+ module purge
+ module load intel/15.1.133 impi/5.0.3.048 netcdf/4.3.0 szip
+ mpiexec=`which mpirun`
+fi
+if [ $NTHREADS -eq 1 ] ; then
+ export FCST_LAUNCHER="$mpiexec -n $TASKSIZE"
+else
+ export FCST_LAUNCHER="$mpiexec -np $TASKSIZE"
+fi
+
+### for ngac
+export RUN_ENVIR=dev 
+export cyc=00 
+export envir=dev
+export PARA_CONFIG=@[CONFIG]
+export CONFIG_FILE=@[CONFIGFILE]
+export NEMSDIR=@[NEMSDIR]
+export WORKDIR=@[WORKDIR]
+export REGSDIR=@[REGSDIR] 
+export FCST_SCRIPT_DIR=@[NEMSDIR]/oldtests
+export DATAICDIR=@[DATAICDIR]
+export PDY=20120717
+
+export FHSWR=3600.
+export FHLWR=3600.
+
+export GRDI=@[REGSDIR]/$DATAICDIR/ngac.t00z.gfsanl
+if [ $NEMSIO_IN = .true. ] ; then
+  export SFCI=@[REGSDIR]/$DATAICDIR/ngac.t00z.sfnanl
+else
+  export SFCI=@[REGSDIR]/$DATAICDIR/ngac.t00z.sfcanl
+fi
+
+export wgrib=/home/George.Vandenberghe/nwprod/util/exec/wgrib
+if [ $MACHINE_ID = 'theia' ]; then
+  export HOMEGLOBAL=/scratch4/NCEPDEV/global/save/Shrinivas.Moorthi/para
+  export FIXGLOBAL=/scratch4/NCEPDEV/global/save/Shrinivas.Moorthi/para/fix/fix_am
+  export FIX_NGAC=/scratch4/NCEPDEV/global/save/Shrinivas.Moorthi/para/fix/fix_ngac
+fi
+
+
+@[RUND]/JNGAC_FORECAST.sms.para
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/oldtests/filt_vars.txt
===================================================================
--- checkout/oldtests/filt_vars.txt	(nonexistent)
+++ checkout/oldtests/filt_vars.txt	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/filt_vars.txt
\ No newline at end of file

Property changes on: checkout/oldtests/filt_vars.txt
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.atm.IN
===================================================================
--- checkout/oldtests/nems.configure.atm.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.atm.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.atm.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.atm.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.blocked_atm_wav.IN
===================================================================
--- checkout/oldtests/nems.configure.blocked_atm_wav.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.blocked_atm_wav.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.blocked_atm_wav.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.blocked_atm_wav.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/gen_fcst_run_GEN_m4.IN
===================================================================
--- checkout/oldtests/gen_fcst_run_GEN_m4.IN	(nonexistent)
+++ checkout/oldtests/gen_fcst_run_GEN_m4.IN	(revision 85747)
@@ -0,0 +1,78 @@
+# #!/bin/ksh
+#
+set -x
+#
+ echo "Start to run gen_fcst_run_GEN"
+
+ export CDATE=2008082500
+
+#
+#  This script is NOT complete for running multiple ensemble members
+#
+ export ENS_NUM=4
+ export ENS_SPS=.true.
+#
+
+c=1
+while [ $c -le $ENS_NUM ] ; do
+ eval export PE$c=\${PE$c:-0}
+ c=$((c+1))
+done
+
+export MP_STDOUTMODE=ordered
+export MP_LABELIO=yes
+export MP_SHARED_MEMORY=yes
+export MEMORY_AFFINITY=MCM
+##export BIND_TASKS=yes
+export NTHREADS=1
+export XLSMPOPTS="parthds=$NTHREADS:spins=0:yields=0:stack=512000000"
+export SPINLOOPTIME=500
+export YIELDLOOPTIME=500
+export AIXTHREAD_SCOPE=S
+export MALLOCMULTIHEAP=true
+#
+#    Set up experiment and directory names
+#
+ export NSCDIR=/global/noscrub
+ export TOPDIR=/global/save
+ export DUMPDIR=/global/shared/dump
+# export MP_COREFILE_FORMAT=lite 
+
+ export fcst_begin=${fcst_begin:-YES}
+#
+ NCP=cp
+ export NCP=${NCP:-/u/wx20mi/bin/ncp}
+#
+#
+#
+#    nhourb is the beginig hour.  If nhourb=0, then initial condition
+#    needs to be specified. ndays is the Length of #orecast in days
+#    begining from nhourb
+#
+#
+export MEMBER_NAMES="p01 p02 p03 c00"
+# export MEMBER_NAMES="p01 p02 p03 p04 p05 p06 p07 p08 p09 p10 p11 p12 p13 p14 p15 p16 p17 p18 p19 p20 c00"
+
+export nsout=${nsout:-0}
+export lsm=${lsm:-1}
+
+ export SCHEDULER=@[SCHEDULER]
+echo 'SCHEDULER=' $SCHEDULER
+ export FCSTSCRIPT=@[SRCDIR]/oldtests/gen_fcst.sh.sms_nems
+echo 'FCSTSCRIPT=' $FCSTSCRIPT
+ export FCSTEXEC=@[SRCDIR]/exe/NEMS.x
+echo 'FCSTEXEC=' $FCSTEXEC
+
+ export MACHINE_ID=${MACHINE_ID:-wcoss}
+#
+#
+# ***************************************************************
+#    Below here no change needed most of the time
+#    ____________________________________________
+#
+
+cd @[RUNDIR]
+ export COMOUT=@[RUNDIR]
+#
+  $FCSTSCRIPT > gen_fcst.sh.sms_nems.out 2>&1 || exit
+#
Index: checkout/oldtests/gfs_msub.IN
===================================================================
--- checkout/oldtests/gfs_msub.IN	(nonexistent)
+++ checkout/oldtests/gfs_msub.IN	(revision 85747)
@@ -0,0 +1,26 @@
+#!/bin/sh
+
+# Moab options used on Gaea
+
+#MSUB -S /bin/ksh
+#MSUB -e @[RUND]/err
+#MSUB -o @[RUND]/out
+#MSUB -N @[JBNME]
+#MSUB -l partition=c1:c2
+#MSUB -l size=@[TASKS]
+#MSUB -l walltime=00:@[WLCLK]:00
+
+set -aeux
+
+echo "Model started:  " `date`
+
+export TASKSIZE=@[TPN]
+export SCHEDULER=moab
+export MACHINE_ID=gaea
+export FIXGLOBAL=@[FIXGLOBAL]
+
+./gfs_fcst_run
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/oldtests/nems.configure.hyd.IN
===================================================================
--- checkout/oldtests/nems.configure.hyd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.hyd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.hyd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.hyd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.ipm.IN
===================================================================
--- checkout/oldtests/nems.configure.ipm.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.ipm.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.ipm.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.ipm.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.med_atm_lnd_ice_ocn_hyd.IN
===================================================================
--- checkout/oldtests/nems.configure.med_atm_lnd_ice_ocn_hyd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_atm_lnd_ice_ocn_hyd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_atm_lnd_ice_ocn_hyd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_atm_lnd_ice_ocn_hyd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/run.sh
===================================================================
--- checkout/oldtests/run.sh	(nonexistent)
+++ checkout/oldtests/run.sh	(revision 85747)
@@ -0,0 +1,44 @@
+#!/bin/ksh
+
+mkdir -p ${RUNDIR}
+
+source ./atparse.ksh
+
+if [ ${nems_configure}"x" != "x" ]; then
+  cat nems.configure.${nems_configure}.IN | atparse > nems.configure
+  cp nems.configure ${RUNDIR}
+fi
+
+cp ${PATHTR}/exe/NEMS.x ${RUNDIR}
+
+cd ${RUNDIR}
+
+INI_YEAR=$(echo $CDATE | cut -c1-4)
+INI_MONTH=$(echo $CDATE | cut -c5-6)
+INI_DAY=$(echo $CDATE | cut -c7-8)
+INI_HOUR=$(echo $CDATE | cut -c9-10)
+
+NDAYS=${NDAYS:-0}
+nhours=`expr $NDAYS \* 24`
+FHMAX=${NHRS:-$nhours}
+
+cat << EOF > model_configure
+print_esmf:             .true.
+total_member:           1
+PE_MEMBER01:            $TASKS
+ENS_SPS:                .false.
+RUN_CONTINUE:           .false.
+start_year:             $INI_YEAR
+start_month:            $INI_MONTH
+start_day:              $INI_DAY
+start_hour:             $INI_HOUR
+start_minute:           0
+start_second:           0
+nhours_fcst:            $FHMAX
+EOF
+
+echo "Execute NEMS.x ..."
+
+$MPIEXEC -np $TASKS ./NEMS.x > out 2>&1
+
+echo "...DONE!"

Property changes on: checkout/oldtests/run.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.medcold_atm_ocn_ice.IN
===================================================================
--- checkout/oldtests/nems.configure.medcold_atm_ocn_ice.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.medcold_atm_ocn_ice.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.medcold_atm_ocn_ice.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.medcold_atm_ocn_ice.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/gfs_qsub.IN
===================================================================
--- checkout/oldtests/gfs_qsub.IN	(nonexistent)
+++ checkout/oldtests/gfs_qsub.IN	(revision 85747)
@@ -0,0 +1,41 @@
+#! /bin/ksh --login
+
+#PBS -e @[RUND]/err
+#PBS -o @[RUND]/out
+#PBS -N @[JBNME]
+#PBS -A @[ACCNR]
+#PBS -q @[QUEUE]
+#PBS -l procs=@[TASKS]
+#PBS -l walltime=00:@[WLCLK]:00
+#PBS -W umask=027
+
+if [[ -e  @[PATHTR]/src/conf/modules.nems ]]; then
+  source @[PATHTR]/src/conf/modules.nems
+  module list
+fi
+
+set -aeux
+export MPI_GROUP_MAX=96
+# ulimit -n 16000
+# Enable Fortran RTL core dumps for severe run time failures
+# export decfort_dump_flag=y
+
+export SCHEDULER=@[SCHED]
+
+export FIXGLOBAL=@[FIXGLOBAL]
+
+cd @[RUND]
+
+echo "Model started:  " `date`
+
+#module load intel
+#module load mpt
+#module load adaptive
+
+export TASKSIZE=@[TASKS]
+
+@[RUND]/gfs_fcst_run
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/oldtests/atparse.ksh
===================================================================
--- checkout/oldtests/atparse.ksh	(nonexistent)
+++ checkout/oldtests/atparse.ksh	(revision 85747)
@@ -0,0 +1,56 @@
+#! /usr/bin/env ksh
+function atparse {
+    # Use fancy __ names to avoid clashes in variable expansion {var} blocks.
+    typeset __text
+    typeset __before
+    typeset __after
+    typeset __during
+    for __text in "$@" ; do
+        if [[ $__text =~ ^([a-zA-Z][a-zA-Z0-9_]*)=(.*)$ ]] ; then
+            eval "typeset ${.sh.match[1]}"
+            eval "${.sh.match[1]}="'"${.sh.match[2]}"'
+        else
+            echo "ERROR: Ignoring invalid argument $__text\n" 1>&2
+        fi
+    done
+    while IFS= read -r __text ; do
+        while [[ $__text =~ ^([^@]*)(@\[[a-zA-Z_][a-zA-Z_0-9]*\]|@\[\'[^\']*\'\]|@\[@\]|@)(.*) ]] ; do
+            __before="${.sh.match[1]}"
+            __during="${.sh.match[2]}"
+            __after="${.sh.match[3]}"
+            print -n -- "$__before"
+            if [[ "$__during" =~ ^@\[\'(.*)\'\]$ ]] ; then
+                print -n -- "${.sh.match[1]}"
+            elif [[ "$__during" == '@[@]' ]] ; then
+                print -n @
+            elif [[ "$__during" =~ ^@\[([a-zA-Z_][a-zA-Z_0-9]*)\] ]] ; then
+                eval 'print -n -- "$'"${.sh.match[1]}"'"'
+            else
+                print -n "$__during"
+            fi
+            if [[ "$__after" == "$__text" ]] ; then
+                break
+            fi
+            __text="$__after"
+        done
+        print -- "$__text"
+    done
+}
+
+function test_atparse {
+    # Note that these cannot be typeset since they will be invisible
+    # to atparse:
+    testvar='[testvar]'
+    var1='[var1]'
+    var2='[var2]'
+    cat<<\EOF | atparse var3='**'
+Nothing special here. = @['Nothing special here.']
+[testvar] = @[testvar]
+[var1] [var2] = @[var1] @[var2]
+** = @[var3]
+@ = @[@] = @['@']
+-n
+ eval "export PE$c=\${PE$c:-0}" = @[' eval "export PE$c=\${PE$c:-0}"']
+EOF
+    echo "After block, \$var3 = \"$var3\" should be empty"
+}
Index: checkout/oldtests/gen_fcst.sh.sms_nems
===================================================================
--- checkout/oldtests/gen_fcst.sh.sms_nems	(nonexistent)
+++ checkout/oldtests/gen_fcst.sh.sms_nems	(revision 85747)
@@ -0,0 +1,218 @@
+#!/bin/sh
+################################################################################
+####  UNIX Script Documentation Block
+#                      .                                             .
+# Script name:         gen_fcst.sh.sms_nems
+# Script description:  Runs the generic core component nems model.
+#
+# Author:        Mark Iredell       Org: NP23         Date: 1999-05-01
+#
+# Abstract: This script runs a single generic core component nems model.
+#
+# Script history log:
+# 1999-05-01  Mark Iredell
+# 2005-01-03  Cheng-Hsuan Lu :add namelist SOIL_VEG
+#                             set FSMCL(2:4) = FSMCL2
+#                             add FNVMNC,FNVMXC,FNSLPC,FNABSC
+# 2006-02     Shrinivas Moorthi Modified to run ESMF - Stand Alone
+#                             version of ATM - Only filestyle "L"
+#                             allowed - Added a ESMF config file
+#                             The script can run up to 21 ENS members
+#                             concurrently.
+# 2006-06     Shrinivas Moorthi : Added default PE$n values to 0
+# 2009-05     Jun Wang, add write grid component option
+# 2009-10     Sarah Lu, ESMF_State_Namelist modified:
+#                       tracer added; (q, oz, cld) removed
+# 2009-11     Jun Wang, activate reduced grid option and digital filter option
+# 2009-12     Jun Wang, link atm_namelist.rc to configure_file
+# 2010-01     Weiyu Yang, modified for the ensemble GEFS.
+# 2010-01-14  Sarah Lu : Added GOCART_CLIM and GOCART_LUTS
+# 2010-02     Jun Wang  Add restart
+# 2010-02-06  Sarah Lu : modify phy_namelist.rc (set p_export/dp_export to 1)
+# 2010-03-23  Sarah Lu : add passive_tracer to atm_namelist.rc 
+# 2010-05-31  Sarah Lu : use wildcard to copy files from GOCART_CLIM to DATA
+# 2010-07-23  Sarah Lu : use wildcard to copy files from GOCART_CLIM to DATA
+# 2010-07-23  Sarah Lu : add AER, modify filename_base, file_io_form, file_io
+# 2010-12-08  Weiyu Yang, modified for the generic core component test run.
+#
+#   Imported Shell Variables:
+#     NCP           Copy command
+#                   defaults to cp
+#     FCSTEXEC      Forecast executable
+#                   defaults to ${EXECGLOBAL}/global_fcst$XC
+#     VERBOSE       Verbose flag (YES or NO)
+#                   defaults to NO
+#
+#   Exported Shell Variables:
+#     PGM           Current program name
+#     ERR           Last return code
+#     err
+#
+#   Modules and files referenced:
+#
+#     programs   : $FCSTEXEC
+#
+# Remarks:
+#
+#   Condition codes
+#      0 - no problem encountered
+#     >0 - some problem encountered
+#
+#  Control variable resolution priority
+#    1 Command line argument.
+#    2 Environment variable.
+#    3 Inline default.
+#
+# Attributes:
+#   Language: POSIX shell
+#   Machine: IBM SP
+#
+####
+################################################################################
+#  Set environment.
+
+echo ' START TO RUN gen_fcst.sh.sms_nems'
+
+   set -x
+
+#  Command line arguments.
+export ENS_NUM=${ENS_NUM:-1}
+#  Directories.
+export EXECGLOBAL=${EXECGLOBAL:-/nwprod/exec}
+export DATA=${DATA:-$(pwd)}
+export COMOUT=${COMOUT:-$(pwd)}
+#jw
+export NUM_FILE=${NUM_FILE:-3}
+export nemsioget=${nemsioget:-/climate/save/wx20wa/gfsio/nems/nemsio_get}
+#
+export FCSTEXEC=${FCSTEXEC:-${EXECGLOBAL}/global_fcst$XC}
+#
+export ERRSCRIPT=${ERRSCRIPT:-'eval [[ $err = 0 ]]'}
+export LOGSCRIPT=${LOGSCRIPT}
+export ENDSCRIPT=${ENDSCRIPT}
+#  Other variables.
+export NTHREADS=${NTHREADS:-1}
+export NTHSTACK=${NTHSTACK:-128000000}
+export XLSMPOPTS=${XLSMPOPTS:-"parthds=$NTHREADS:stack=$NTHSTACK"}
+export FILESTYLE=${FILESTYLE:-'L'}
+################################################################################
+#  Preprocessing
+pwd=$(pwd)
+if [[ -d $DATA ]]
+then
+   mkdata=NO
+else
+   mkdir -p $DATA
+   mkdata=YES
+fi
+cd $DATA||exit 99
+[[ -d $COMOUT ]]||mkdir -p $COMOUT
+################################################################################
+#  Make forecast
+export XLFRTEOPTS="unit_vars=yes"
+export PGM=$DATA/$(basename $FCSTEXEC)
+$LOGSCRIPT
+${NCP:-cp} $FCSTEXEC $DATA
+rm -f NULL
+cd $DATA
+#
+# Create Configure file (i.e. .rc file) here
+# PE$n are to be imported from outside.  If PE$n are not set from outside, the
+# model would give equal processors for all ensembel members.
+#
+c=1
+while [ $c -le $ENS_NUM ] ; do
+ eval export PE$c=\${PE$c:-0}
+ c=$((c+1))
+done
+
+export ENS_SPS=${ENS_SPS:-.false.}
+
+export wgrib=${wgrib:-/nwprod/util/exec/wgrib}
+
+cat << EOF > atm_namelist.rc
+
+core: gen
+
+#nam_atm +++++++++++++++++++++++++++
+total_member:            $ENS_NUM
+grib_input:              $GB
+PE_MEMBER01:             $PE1
+PE_MEMBER02:             $PE2
+PE_MEMBER03:             $PE3
+PE_MEMBER04:             $PE4
+PE_MEMBER05:             $PE5
+PE_MEMBER06:             $PE6
+PE_MEMBER07:             $PE7
+PE_MEMBER08:             $PE8
+PE_MEMBER09:             $PE9
+PE_MEMBER10:             $PE10
+PE_MEMBER11:             $PE11
+PE_MEMBER12:             $PE12
+PE_MEMBER13:             $PE13
+PE_MEMBER14:             $PE14
+PE_MEMBER15:             $PE15
+PE_MEMBER16:             $PE16
+PE_MEMBER17:             $PE17
+PE_MEMBER18:             $PE18
+PE_MEMBER19:             $PE19
+PE_MEMBER20:             $PE20
+PE_MEMBER21:             $PE21
+
+HH_INCREASE:             6
+HH_FINAL:                24
+HH_START:                0
+ADVANCECOUNT_SETUP:      0
+
+#ESMF_State_Namelist +++++++++++++++
+# DHOU + WYANG, 01/07/2008, added TRIEO_IMPORT/EXPORT, changed types to logical
+
+ENS_SPS:              $ENS_SPS
+RUN_CONTINUE:         .false.
+
+start_year:           2010
+start_month:          12
+start_day:            1
+start_hour:           0
+start_minute:         0
+start_second:         0
+nhours_fcst:          24
+nhours_fcst1:         6
+
+#jwstart added quilt
+###############################
+#### Specify the I/O tasks ####
+###############################
+
+
+quilting:              .false.
+read_groups:           0
+read_tasks_per_group:  0
+write_groups:         0
+write_tasks_per_group:0
+
+EOF
+
+#
+#
+#   WARNING WARNING FILESTYLE "C" will not work for Component Ensembles!!!
+#
+
+ln -sf atm_namelist.rc ./model_configure
+
+if [ $SCHEDULER = 'loadleveler' ]; then
+   eval hpmcount -o gen_test $PGM > NEMS.out
+elif [ $SCHEDULER = 'moab' ]; then
+   aprun -n $TASKS $PGM
+   cp ${RT_BASEDIR}/out NEMS.out
+elif [ $SCHEDULER = 'pbs' ]; then
+   mpiexec_mpt -np $TASKS $PGM 
+   cp ${RT_BASEDIR}/out NEMS.out
+fi
+
+export ERR=$?
+export err=$ERR
+$ERRSCRIPT||exit 2
+
+
+exit $err

Property changes on: checkout/oldtests/gen_fcst.sh.sms_nems
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.atm_wav.IN
===================================================================
--- checkout/oldtests/nems.configure.atm_wav.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.atm_wav.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.atm_wav.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.atm_wav.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/fim_fcst.sh.sms_nems
===================================================================
--- checkout/oldtests/fim_fcst.sh.sms_nems	(nonexistent)
+++ checkout/oldtests/fim_fcst.sh.sms_nems	(revision 85747)
@@ -0,0 +1,227 @@
+#!/bin/sh
+################################################################################
+####  UNIX Script Documentation Block
+#                      .                                             .
+# Script name:         fim_fcst.sh.sms_nems
+# Script description:  Runs the FIM core component nems model.
+#
+# Author:        Mark Iredell       Org: NP23         Date: 1999-05-01
+#
+# Abstract: This script runs a single FIM core component nems model.
+#
+# Script history log:
+# 1999-05-01  Mark Iredell
+# 2005-01-03  Cheng-Hsuan Lu :add namelist SOIL_VEG
+#                             set FSMCL(2:4) = FSMCL2
+#                             add FNVMNC,FNVMXC,FNSLPC,FNABSC
+# 2006-02     Shrinivas Moorthi Modified to run ESMF - Stand Alone
+#                             version of ATM - Only filestyle "L"
+#                             allowed - Added a ESMF config file
+#                             The script can run up to 21 ENS members
+#                             concurrently.
+# 2006-06     Shrinivas Moorthi : Added default PE$n values to 0
+# 2009-05     Jun Wang, add write grid component option
+# 2009-10     Sarah Lu, ESMF_State_Namelist modified:
+#                       tracer added; (q, oz, cld) removed
+# 2009-11     Jun Wang, activate reduced grid option and digital filter option
+# 2009-12     Jun Wang, link atm_namelist.rc to configure_file
+# 2010-01     Weiyu Yang, modified for the ensemble GEFS.
+# 2010-01-14  Sarah Lu : Added GOCART_CLIM and GOCART_LUTS
+# 2010-02     Jun Wang  Add restart
+# 2010-02-06  Sarah Lu : modify phy_namelist.rc (set p_export/dp_export to 1)
+# 2010-03-23  Sarah Lu : add passive_tracer to atm_namelist.rc 
+# 2010-05-31  Sarah Lu : use wildcard to copy files from GOCART_CLIM to DATA
+# 2010-07-23  Sarah Lu : use wildcard to copy files from GOCART_CLIM to DATA
+# 2010-07-23  Sarah Lu : add AER, modify filename_base, file_io_form, file_io
+# 2010-12-08  Weiyu Yang, modified for the generic core component test run.
+# 2011-08-04  Tom Henderson, modified for the FIM core component test run.
+#
+#   Imported Shell Variables:
+#     NCP           Copy command
+#                   defaults to cp
+#     FCSTEXEC      Forecast executable
+#                   defaults to ${EXECGLOBAL}/global_fcst$XC
+#     VERBOSE       Verbose flag (YES or NO)
+#                   defaults to NO
+#
+#   Exported Shell Variables:
+#     PGM           Current program name
+#     ERR           Last return code
+#     err
+#
+#   Modules and files referenced:
+#
+#     programs   : $FCSTEXEC
+#
+# Remarks:
+#
+#   Condition codes
+#      0 - no problem encountered
+#     >0 - some problem encountered
+#
+#  Control variable resolution priority
+#    1 Command line argument.
+#    2 Environment variable.
+#    3 Inline default.
+#
+# Attributes:
+#   Language: POSIX shell
+#   Machine: IBM SP
+#
+####
+################################################################################
+#  Set environment.
+
+echo ' START TO RUN fim_fcst.sh.sms_nems'
+
+   set -x
+
+#  Command line arguments.
+export ENS_NUM=${ENS_NUM:-1}
+#  Directories.
+export EXECGLOBAL=${EXECGLOBAL:-/nwprod/exec}
+export DATA=${DATA:-$(pwd)}
+export COMOUT=${COMOUT:-$(pwd)}
+#jw
+export NUM_FILE=${NUM_FILE:-3}
+export nemsioget=${nemsioget:-/climate/save/wx20wa/gfsio/nems/nemsio_get}
+#
+export FCSTEXEC=${FCSTEXEC:-${EXECGLOBAL}/global_fcst$XC}
+#
+export ERRSCRIPT=${ERRSCRIPT:-'eval [[ $err = 0 ]]'}
+export LOGSCRIPT=${LOGSCRIPT}
+export ENDSCRIPT=${ENDSCRIPT}
+#  Other variables.
+export NTHREADS=${NTHREADS:-1}
+export NTHSTACK=${NTHSTACK:-128000000}
+export XLSMPOPTS=${XLSMPOPTS:-"parthds=$NTHREADS:stack=$NTHSTACK"}
+export FILESTYLE=${FILESTYLE:-'L'}
+export FIM_USE_NEMS=${FIM_USE_NEMS:-true}
+################################################################################
+#  Preprocessing
+pwd=$(pwd)
+if [[ -d $DATA ]]
+then
+   mkdata=NO
+else
+   mkdir -p $DATA
+   mkdata=YES
+fi
+cd $DATA||exit 99
+[[ -d $COMOUT ]]||mkdir -p $COMOUT
+################################################################################
+#  Make forecast
+export XLFRTEOPTS="unit_vars=yes"
+export PGM=$DATA/$(basename $FCSTEXEC)
+$LOGSCRIPT
+${NCP:-cp} $FCSTEXEC $DATA
+rm -f NULL
+cd $DATA
+#
+# Create Configure file (i.e. .rc file) here
+# PE$n are to be imported from outside.  If PE$n are not set from outside, the
+# model would give equal processors for all ensembel members.
+#
+c=1
+while [ $c -le $ENS_NUM ] ; do
+ eval export PE$c=\${PE$c:-0}
+ c=$((c+1))
+done
+
+export ENS_SPS=${ENS_SPS:-.false.}
+
+export wgrib=${wgrib:-/nwprod/util/exec/wgrib}
+
+cat << EOF > atm_namelist.rc
+
+core: fim
+
+total_member:            $ENS_NUM
+grib_input:              $GB
+PE_MEMBER01:             $PE1
+PE_MEMBER02:             $PE2
+PE_MEMBER03:             $PE3
+PE_MEMBER04:             $PE4
+PE_MEMBER05:             $PE5
+PE_MEMBER06:             $PE6
+PE_MEMBER07:             $PE7
+PE_MEMBER08:             $PE8
+PE_MEMBER09:             $PE9
+PE_MEMBER10:             $PE10
+PE_MEMBER11:             $PE11
+PE_MEMBER12:             $PE12
+PE_MEMBER13:             $PE13
+PE_MEMBER14:             $PE14
+PE_MEMBER15:             $PE15
+PE_MEMBER16:             $PE16
+PE_MEMBER17:             $PE17
+PE_MEMBER18:             $PE18
+PE_MEMBER19:             $PE19
+PE_MEMBER20:             $PE20
+PE_MEMBER21:             $PE21
+
+HH_INCREASE:             6
+HH_FINAL:                24
+HH_START:                0
+ADVANCECOUNT_SETUP:      0
+
+ENS_SPS:              $ENS_SPS
+RUN_CONTINUE:         .false.
+
+start_year:           2007
+start_month:          07
+start_day:            17
+start_hour:           0
+start_minute:         0
+start_second:         0
+nhours_fcst:          24
+nhours_fcst1:         6
+
+###############################
+#### Specify the I/O tasks ####
+###############################
+
+quilting:              .false.
+read_groups:           0
+read_tasks_per_group:  0
+write_groups:         0
+write_tasks_per_group:0
+
+EOF
+
+#
+#
+#   WARNING WARNING FILESTYLE "C" will not work for Component Ensembles!!!
+#
+
+ln -sf atm_namelist.rc ./model_configure
+
+#DEBUG
+ls -al /usr/bin/ksh
+ls -al /usr/bin/ksh93
+ls -al /bin/ksh
+ls -al /bin/ksh93
+whence ksh
+whence ksh93
+echo $HOST
+echo $PATH
+#END DEBUG
+
+. ./functions.ksh # Most function definitions can be found here.
+ksh_fix # Modify run scripts to use ksh93, if necessary.
+
+#TBH hard-code batchTemplate for now
+#eval hpmcount -o fim_test $PGM > FIM.out
+
+if [ $FIM_USE_NEMS = true ]; then
+  env NEMSX=${DATA}/NEMS.x ./batchTemplate > FIM.out
+else
+  ./batchTemplate > FIM.out
+fi
+
+export ERR=$?
+export err=$ERR
+$ERRSCRIPT||exit 2
+
+
+exit $err

Property changes on: checkout/oldtests/fim_fcst.sh.sms_nems
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/rt_gen.sh
===================================================================
--- checkout/oldtests/rt_gen.sh	(nonexistent)
+++ checkout/oldtests/rt_gen.sh	(revision 85747)
@@ -0,0 +1,162 @@
+#!/bin/ksh
+set -aeu
+source ./atparse.auto
+export GEN_ENSEMBLE=${GEN_ENSEMBLE:-0}
+echo "GEN_ENSEMBLE=" $GEN_ENSEMBLE
+
+export RT_BASEDIR=`pwd`
+
+mkdir -p ${RUNDIR}
+
+if [ $GEN_ENSEMBLE = 0 ] ; then
+
+####################################################################################################
+# For the stand alone gen regression tests.
+####################################################################################################
+
+####################################################################################################
+# Make configure and run files
+####################################################################################################
+
+
+echo 'RUNDIR=' $RUNDIR
+
+atparse SRCDIR="$PATHTR" < gen_fcst_run_GEN_m1.IN > gen_fcst_run
+
+chmod 755 gen_fcst_run
+cp gen_fcst_run ${RUNDIR}
+
+cp atmos.configure_gen ${RUNDIR}/atmos.configure
+
+else
+
+####################################################################################################
+# For the concurrency ensemble GEN regression test.
+####################################################################################################
+
+cd $PATHRT
+
+echo 'RUNDIR=' $RUNDIR
+
+atparse SRCDIR="$PATHTR" < gen_fcst_run_GEN_m4.IN > gen_fcst_run
+
+chmod 755 gen_fcst_run
+cp gen_fcst_run ${RUNDIR}
+
+cp atmos.configure_gen ${RUNDIR}/atmos.configure
+
+fi
+
+####################################################################################################
+# Submit test
+####################################################################################################
+
+if [ $SCHEDULER = 'moab' ]; then
+
+cat gen_msub.IN | atparse > gen_msub
+
+elif [ $SCHEDULER = 'pbs' ]; then
+
+( RUND="$RUNDIR" ; SCHED="$SCHEDULER" ;
+    atparse < gen_qsub.IN > gen_qsub )
+
+fi
+
+if [ $SCHEDULER = 'moab' ]; then
+  msub gen_msub > /dev/null
+elif [ $SCHEDULER = 'pbs' ]; then
+  rm -f $PATHRT/err $PATHRT/out
+  qsub $PATHRT/gen_qsub > /dev/null
+fi
+
+echo "Test ${TEST_NR}" >> ${REGRESSIONTEST_LOG}
+echo "Test ${TEST_NR}"
+echo ${TEST_DESCR} >> ${REGRESSIONTEST_LOG}
+echo ${TEST_DESCR}
+(echo "GEN, ${TASKS} proc, ${THRD} thread";echo;echo)>> ${REGRESSIONTEST_LOG}
+ echo "GEN, ${TASKS} proc, ${THRD} thread";echo;echo
+
+# wait for the job to enter the queue
+job_running=0
+until [ $job_running -eq 1 ]
+do
+echo "TEST is waiting to enter the queue"
+if [ $SCHEDULER = 'moab' ]; then
+  job_running=`showq -u ${USER} -n | grep ${JBNME} | wc -l`;sleep 5
+elif [ $SCHEDULER = 'pbs' ]; then
+  job_running=`qstat -u ${USER} -n | grep ${JBNME} | wc -l`;sleep 5
+elif [ $SCHEDULER = 'lsf' ]; then
+  job_running=`bjobs -u ${USER} -J ${JBNME} 2>/dev/null | grep $CLASS | wc -l`;sleep 5
+fi
+done
+
+job_running=1
+
+# wait for the job to finish and compare results
+n=1
+until [ $job_running -eq 0 ]
+do
+
+if [ $SCHEDULER = 'moab' ]; then
+
+  status=`showq -u ${USER} -n | grep ${JBNME} | awk '{print $3}'` ; status=${status:--}
+  if [ -f ${RUNDIR}/err ] ; then FnshHrs=`grep Finished ${RUNDIR}/err | tail -1 | awk '{ print $6 }'` ; fi
+  if   [ $status = 'Idle' ];       then echo $n "min. TEST ${TEST_NR} is waiting in a queue, Status: " $status
+  elif [ $status = 'Running' ];    then echo $n "min. TEST ${TEST_NR} is running,            Status: " $status  
+  elif [ $status = 'Starting' ];   then echo $n "min. TEST ${TEST_NR} is ready to run,       Status: " $status
+  elif [ $status = 'Completed' ];  then echo $n "min. TEST ${TEST_NR} is finished,           Status: " $status
+  else                                  echo $n "min. TEST ${TEST_NR} is finished,           Status: " $status
+  fi
+
+elif [ $SCHEDULER = 'pbs' ]; then
+
+  status=`qstat -u ${USER} -n | grep ${JBNME} | awk '{print $"10"}'` ; status=${status:--}
+  if [ -f ${RUNDIR}/err ] ; then FnshHrs=`grep Finished ${RUNDIR}/err | tail -1 | awk '{ print $10 }'` ; fi
+  FnshHrs=${FnshHrs:-0}
+  if   [ $status = 'Q' ];  then echo $n "min. TEST ${TEST_NR} is waiting in a queue, Status: " $status
+  elif [ $status = 'H' ];  then echo $n "min. TEST ${TEST_NR} is held in a queue,    Status: " $status
+  elif [ $status = 'R' ];  then echo $n "min. TEST ${TEST_NR} is running,            Status: " $status  ", Finished " $FnshHrs "hours"
+  elif [ $status = 'E' ];  then echo $n "min. TEST ${TEST_NR} is finished,           Status: " $status ; job_running=0
+  elif [ $status = 'C' ];  then echo $n "min. TEST ${TEST_NR} is finished,           Status: " $status ; job_running=0
+  else                          echo $n "min. TEST ${TEST_NR} is finished,           Status: " $status  ", Finished " $FnshHrs "hours"
+  fi
+
+fi
+
+sleep 60
+if [ $SCHEDULER = 'moab' -o $SCHEDULER = 'pbs' ]; then
+  job_running=`showq -u ${USER} -n | grep ${JBNME} | wc -l`
+fi
+  (( n=n+1 ))
+done
+
+####################################################################################################
+# Check results
+####################################################################################################
+
+(echo;echo;echo "Checking test ${TEST_NR} results ....")>> ${REGRESSIONTEST_LOG}
+ echo;echo;echo "Checking test ${TEST_NR} results ...."
+
+d=`grep 'Test run in the gen finalize routine' ${RUNDIR}/NEMS.out | wc -l`
+
+  if [[ $d -eq 0 ]] ; then
+   (echo " ......NOT OK" ; echo " Failed!   ")>> ${REGRESSIONTEST_LOG}
+    echo " ......NOT OK" ; echo " Failed!   " ; exit 2
+  fi
+
+echo " Test ${TEST_NR} passed " >> ${REGRESSIONTEST_LOG}
+echo " Test ${TEST_NR} passed "
+
+
+(echo;echo;echo;)>> ${REGRESSIONTEST_LOG}
+ echo;echo;echo;
+
+
+sleep 4
+echo;echo
+
+####################################################################################################
+# End test
+####################################################################################################
+
+exit 0

Property changes on: checkout/oldtests/rt_gen.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/solver_state.txt
===================================================================
--- checkout/oldtests/solver_state.txt	(nonexistent)
+++ checkout/oldtests/solver_state.txt	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/solver_state.txt
\ No newline at end of file

Property changes on: checkout/oldtests/solver_state.txt
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/rt_fim.sh
===================================================================
--- checkout/oldtests/rt_fim.sh	(nonexistent)
+++ checkout/oldtests/rt_fim.sh	(revision 85747)
@@ -0,0 +1,169 @@
+#!/bin/ksh
+set -aeu
+
+source ./atparse.auto
+
+mkdir -p ${RUNDIR}
+
+####################################################################################################
+# For the stand alone FIM regression tests.
+####################################################################################################
+
+####################################################################################################
+# Make configure and run files
+####################################################################################################
+
+
+echo 'RUNDIR=' $RUNDIR
+
+( SRCDIR=$PATHTR ; atparse < fim_fcst_run_G${GLVL}L38_24hr.IN > fim_fcst_run )
+
+cp atmos.configure_fim ${RUNDIR}/atmos.configure
+
+####################################################################################################
+# Submit test
+####################################################################################################
+
+( THRDS="$THRD" ; atparse < fim_ll.IN > fim_ll )
+
+cat fim_fcst_run >> fim_ll
+
+llsubmit fim_ll 2>&1 | grep submitted > /dev/null
+
+echo "Test ${TEST_NR}" >> ${REGRESSIONTEST_LOG}
+echo "Test ${TEST_NR}"
+echo ${TEST_DESCR} >> ${REGRESSIONTEST_LOG}
+echo ${TEST_DESCR}
+(echo "FIM, ${TASKS} proc, ${THRD} thread";echo;echo)>> ${REGRESSIONTEST_LOG}
+ echo "FIM, ${TASKS} proc, ${THRD} thread";echo;echo
+
+# wait for the job to enter the queue
+job_running=0
+until [ $job_running -eq 1 ]
+do
+echo "TEST is waiting to enter the queue"
+if [ $SCHEDULER = 'loadleveler' ]; then
+  job_running=`llq -u ${USER} -f %st %jn | grep ${JBNME} | wc -l`;sleep 5
+elif [ $SCHEDULER = 'moab' ]; then
+  job_running=`showq -u ${USER} -n | grep ${JBNME} | wc -l`;sleep 5
+elif [ $SCHEDULER = 'pbs' ]; then
+  job_running=`qstat -u ${USER} -n | grep ${JBNME} | wc -l`;sleep 5
+elif [ $SCHEDULER = 'lsf' ]; then
+  job_running=`bjobs -u ${USER} -J ${JBNME} 2>/dev/null | grep $CLASS | wc -l`;sleep 5
+fi
+done
+
+job_running=1
+
+# wait for the job to finish and compare results
+n=1
+until [ $job_running -eq 0 ]
+do
+
+export status=`llq -u ${USER} -f %st %jn | grep ${JBNME} | awk '{ print $1}'` ; export status=${status:--}
+
+if   [ $status = 'I' ];  then echo $n "min. TEST ${TEST_NR} is waiting in a queue, Status: " $status
+elif [ $status = 'R' ];  then echo $n "min. TEST ${TEST_NR} is running,            Status: " $status
+elif [ $status = 'ST' ]; then echo $n "min. TEST ${TEST_NR} is ready to run,       Status: " $status
+elif [ $status = 'C' ];  then echo $n "min. TEST ${TEST_NR} is finished,           Status: " $status
+else                          echo $n "min. TEST ${TEST_NR} is finished,           Status: " $status
+fi
+
+sleep 60
+
+job_running=`llq -u ${USER} -f %st %jn | grep ${JBNME} | wc -l`
+  (( n=n+1 ))
+done
+
+####################################################################################################
+# Check results
+####################################################################################################
+
+(echo;echo;echo "Checking test ${TEST_NR} results ....")>> ${REGRESSIONTEST_LOG}
+ echo;echo;echo "Checking test ${TEST_NR} results ...."
+
+# TODO:  generalize this by adding ${NVL}
+outdir="${RUNDIR}/fim${GLVL}_38_${TASKS}/fim"
+
+#
+     if [ ${CREATE_BASELINE} = false ]; then
+#
+# --- regression test comparison ----
+#
+
+for i in ${LIST_FILES}
+do
+
+outfile="${outdir}/${i}"
+
+printf %s " Comparing " $i "....." >> ${REGRESSIONTEST_LOG}
+printf %s " Comparing " $i "....."
+
+if [ -f ${outfile} -a -f ${RTPWD}/${CNTL_DIR}/$i ] ; then
+
+  d=`cmp ${RTPWD}/${CNTL_DIR}/$i ${outfile} | wc -l`
+
+  if [[ $? -ne 0 || $d -ne 0 ]] ; then
+   (echo " ......NOT OK" ; echo ; echo "   $i differ!   ")>> ${REGRESSIONTEST_LOG}
+    echo " ......NOT OK" ; echo ; echo "   $i differ!   " ; exit 2
+  fi
+
+  echo "....OK" >> ${REGRESSIONTEST_LOG}
+  echo "....OK"
+
+else
+
+  if [ ! -f ${outfile} ] ; then
+    echo "Missing " ${outfile} " output file" >> ${REGRESSIONTEST_LOG}
+    echo "Missing " ${outfile} " output file"
+  fi
+
+  if [ ! -f ${RTPWD}/${CNTL_DIR}/$i ] ; then
+    echo "Missing " ${RTPWD}/${CNTL_DIR}/$i " baseline file" >> ${REGRESSIONTEST_LOG}
+    echo "Missing " ${RTPWD}/${CNTL_DIR}/$i " baseline file"
+  fi
+
+ (echo;echo " Test ${TEST_NR} failed ")>> ${REGRESSIONTEST_LOG}
+  echo;echo " Test ${TEST_NR} failed "
+  exit 2
+
+fi
+
+done
+
+#
+     else
+#
+# --- create baselines
+#
+
+ echo;echo;echo "Moving set ${TEST_NR} files ...."
+
+for i in ${LIST_FILES}
+do
+  outfile="${outdir}/${i}"
+  printf %s " Moving " $i "....."
+  if [ -f ${outfile} ] ; then
+    cp ${outfile} ${RTPWD_U}/${CNTL_DIR}/${i}
+  else
+    echo "Missing " ${outfile} " output file"
+    echo;echo " Set ${TEST_NR} failed "
+    exit 2
+  fi
+done
+
+# ---
+     fi
+# ---
+
+echo " Test ${TEST_NR} passed " >> ${REGRESSIONTEST_LOG}
+echo " Test ${TEST_NR} passed "
+
+sleep 4
+echo;echo
+
+####################################################################################################
+# End test
+####################################################################################################
+
+exit 0

Property changes on: checkout/oldtests/rt_fim.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/JNGAC_FORECAST.sms.para
===================================================================
--- checkout/oldtests/JNGAC_FORECAST.sms.para	(nonexistent)
+++ checkout/oldtests/JNGAC_FORECAST.sms.para	(revision 85747)
@@ -0,0 +1,280 @@
+#!/bin/sh 
+set -xa
+
+##########################################################################
+# Runs NEMS GFS AEROSOL COMPONENT (NGAC) forecasts                       #
+# Author: Sarah Lu ; Dec 05 2011                                         #
+#                                                                        #
+# REVISION HISTORY:                                                      #
+# 15Jan2012 Sarah Lu    Add gocart_postout option                        #
+# 19Jan2012 Sarah Lu    Modify err_check and remove file copy            #
+# 02Feb2012 J. Wang     Add forecast run with grb2 post                  #
+# 29Mar2012 Sarah Lu    Add ngac_para_config                             #
+# 15Jun2012 Sarah Lu    Streamline the code to comply the NCO guideline  #
+# 05Dec2012 Sarah Lu    Correct typo FCST_SCRIP                          #
+# 03Aug2013 Sarah Lu    Specify MACHINE_ID and SCHEDULER                 #
+##########################################################################
+
+#
+# Specify whether the run is production or development
+#
+export RUN_ENVIR=${RUN_ENVIR:-prod}
+#
+#
+# Specify the platform
+#
+
+export MACHINE_ID=${MACHINE_ID:-wcoss}
+export SCHEDULER=${SCHEDULER:-lsf}
+
+################################################################
+# Specify NET and RUN Name and model
+################################################################
+export NET=${NET:-ngac}
+export RUN=${RUN:-ngac}
+
+################################################################
+# Run config file to get input parameters for the developers
+################################################################
+if [ $RUN_ENVIR != prod ]                     ### For Developers
+then
+
+  . ${PARA_CONFIG:-/global/save/wx23lu/NGAC/nwprod_2jif/parm/ngac_para_config}
+
+fi
+
+################################################################
+# This block can be modified for different test environment              
+################################################################
+if [ $RUN_ENVIR = prod -a $envir != prod ]; then
+  export SENDDBN=${SENDDBN:-NO}
+  export jlogfile=${jlogfile:-/com/logs/${envir}/jlogfile}
+  export utilexec=${utilexec:-/nw${envir}/util/exec}
+else
+  export LOGDIR=${LOGDIR:-${DATA_IN}/logs}
+  mkdir -m 775 -p $LOGDIR
+  export jlogfile=${jlogfile:-${LOGDIR}/jlogfile}
+fi
+
+if [[ $RUN_ENVIR = prod || ${DEV_SMS:-YES} = YES ]] ; then     
+   $SMSBIN/smsinit $LOADL_STEP_ID
+fi
+
+#
+
+################################################################
+# set up job name and environment
+################################################################
+export job=${job:-$RUN}
+export envir=${envir:-prod}
+export host=${host:-`hostname | cut -c1`}
+
+################################################################
+# SETUP NGAC PROCESSING VARIABLES
+################################################################
+export PS4='$SECONDS + '
+date
+
+################################################################
+# obtain unique process id (pid) and make temp directory
+################################################################
+export pid=${pid:-$$}
+export DATA_IN=${DATA_IN:-/tmpnwprd}
+export DATA=${DATA:-${DATA_IN}/${job}_${envir}}
+##rm -rf $DATA
+mkdir -p $DATA
+cd $DATA
+
+####################################
+# Specify NGAC version number
+####################################
+export NGAC_VERSION=${NGAC_VERSION:-${model_ver}}
+
+################################################################
+# Specify Execution Areas
+################################################################
+export HOMEngac=${HOMEngac:-/nw${envir}/ngac.${NGAC_VERSION}}
+export EXECngac=${EXECngac:-$HOMEngac/exec}
+export FIXngac=${FIXngac:-$HOMEngac/fix}
+export USHngac=${USHngac:-$HOMEngac/ush}
+export PARMngac=${PARMngac:-$HOMEngac/parm}
+export SCRIPTDIR=${SCRIPTDIR:-$HOMEngac/scripts}
+
+export HOMEGLOBAL=${HOMEGLOBAL:-/nw${envir}}
+export EXECGLOBAL=${EXECGLOBAL:-$HOMEGLOBAL/exec}
+export FIXGLOBAL=${FIXGLOBAL:-$HOMEGLOBAL/fix}
+export USHGLOBAL=${USHGLOBAL:-$HOMEGLOBAL/ush}
+export PARMGLOBAL=${PARMGLOBAL:-$HOMEGLOBAL/parm}
+
+################################################################
+# Specify CONFIG_FILE
+################################################################
+export CONFIG_FILE=${CONFIG_FILE:-$PARMngac/ngac_config}
+[[ $(dirname $CONFIG_FILE) = . ]]&&CONFIG_FILE=$(pwd)/$CONFIG_FILE
+if [[ ! -r $CONFIG_FILE ]];then
+  echo $0: inaccessible configuration file $CONFIG_FILE >&2
+  err_exit
+fi
+
+
+################################################################
+# Determine Job Output Name on System
+################################################################
+export cyc=${cyc:-00}
+export outid="LL$job"
+export jobid="${outid}.o${pid}"
+export pgmout="OUTPUT.${pid}"
+export pgmerr=errfile
+export cycle=t${cyc}z
+
+
+################################################################
+# SAVEGES  - Copy Files From TMPDIR to $GESdir
+# SENDSMS  - Flag Events on SMS
+# SENDCOM  - Copy Files From TMPDIR to $COMOUT
+# SENDDBN  - Issue DBNet Client Calls
+# RERUN    - Rerun prep from beginning (default no)
+# VERBOSE  - Specify Verbose Output 
+################################################################
+export SAVEGES=${SAVEGES:-YES}
+export SENDSMS=${SENDSMS:-NO}
+export SENDCOM=${SENDCOM:-YES}
+export SENDDBN=${SENDDBN:-NO}
+export RERUN=${RERUN:-NO}
+export VERBOSE=${VERBOSE:-YES}
+
+
+################################################################
+# Set up the UTILITIES
+################################################################
+export utilscript=${utilscript:-/nwprod/util/ush}
+export utilexec=${utilexec:-/nwprod/util/exec}
+
+export err_chk=${err_chk:-$utilscript/err_chk.sh}
+export startmsg=${startmsg:-$utilscript/startmsg.sh}
+export ERRSCRIPT=${ERRSCRIPT:-$err_chk}
+export LOGSCRIPT=${LOGSCRIPT:-$startmsg}
+
+################################################################
+# Run setup to initialize working directory and utility scripts
+################################################################
+sh $utilscript/setup.sh
+# export PDY=20120612
+################################################################
+# Run setpdy and initialize PDY variables
+################################################################
+sh $utilscript/setpdy.sh
+. ./PDY
+
+export CDATE=${CDATE:-${PDY}$cyc}
+
+################################################################
+# Get the variables setup from config script
+################################################################
+set -a; . $CONFIG_FILE; set +a
+
+env
+
+if [ $MACHINE_ID = wcoss -o $MACHINE_ID = ccs ] ; then
+  export MP_SHARED_MEMORY=yes
+fi
+export MP_SHARED_MEMORY=${MP_SHARED_MEMORY:-no}
+#
+################################################################
+# Define COM and GES directories
+################################################################
+export COM_IN=${COM_IN:-/com/${NET}/${envir}}
+export COM_OUT=${COM_OUT:-/com/${NET}/${envir}}
+export gespath=${gespath:-/nwges/${envir}}
+
+export COMIN=${COMIN:-$COM_IN/${RUN}.${PDY}}
+export COMOUT=${COMOUT:-$COM_OUT/${RUN}.${PDY}}
+export GESdir=${GESdir:-$gespath/${RUN}.${PDY}}
+
+mkdir -m 775 -p $COMOUT
+mkdir -m 775 -p $GESdir
+
+
+##### --------- fcst job starts here --------------------------------
+msg="NGAC_FCST HAS BEGUN on`hostname`"
+$DATA/postmsg "$jlogfile" "$msg"
+
+################################################################
+# Check if this is a restart
+# Define Initialization File Names
+################################################################
+export FHROT=00
+if [ -f $GESdir/grdr1 -a -f $GESdir/grdr2 -a -f $GESdir/sigr1 -a -f $GESdir/sigr2 -a -f $GESdir/sfcr ]; then
+    export GRDI=${GRDI:-$GESdir/grdr1}
+    export GRDI2=${GRDI2:-$GESdir/grdr2}
+    export SIGI=${SIGI:-$GESdir/sigr1}
+    export SIGI2=${SIGI2:-$GESdir/sigr2}
+    export SFCI=${SFCI:-$GESdir/sfcr}
+    export FHINI=${FHINI:-$($SIGHDR ${GRDI} NFHOUR |grep -i "NFHOUR" |awk -F"= " '{print $2}')}
+else
+    export GRDI=${GRDI:-$GESdir/${RUN}.${cycle}.gfsanl}
+if [ $NEMSIO_IN = .true. ] ; then
+    export SFCI=${SFCI:-$GESdir/${RUN}.${cycle}.sfnanl}
+else
+    export SFCI=${SFCI:-$GESdir/${RUN}.${cycle}.sfcanl}
+fi
+    export FHINI=00
+fi
+
+################################################################
+# Define Output File Names
+################################################################
+export SIGO=$COMOUT/${RUN}.${cycle}.sigf'${FH}'
+export FLXO=$COMOUT/${RUN}.${cycle}.flxf'${FH}'
+export SFCO=$COMOUT/${RUN}.${cycle}.sfcf'${FH}'
+export AERO=$COMOUT/${RUN}.${cycle}.aerf'${FH}'
+export LOGO=$DATA/${RUN}.${cycle}.logf'${FH}'
+export NSTO=$DATA/${RUN}.${cycle}.nstf'${FH}'
+export D3DO=$DATA/${RUN}.${cycle}.d3df'${FH}'
+export G3DO=$DATA/${RUN}.${cycle}.g3df'${FH}'
+
+################################################################
+# Check Upstream Dependence: NGAC ICs
+################################################################
+if eval test -f $GRDI -a -f $SFCI
+then
+  msg="NGAC Forecast Starting with Initial Conditions"
+  postmsg "$jlogfile" "$msg"
+else
+  msg="NGAC Fcst Cannot Start/Initial Conditions Not Available"
+  postmsg "$jlogfile" "$msg"
+  export pgm=JNGAC_FCST
+  export err=1; err_chk
+fi
+
+################################################################
+# Change WRTPE_PER_GROUP for quilting/history writes
+################################################################
+if [ $WRITE_DOPOST = .true. ]; then
+ export WRTPE_PER_GROUP=${WRTPE_PER_GROUP:-4}
+fi
+
+################################################################
+# Execute the script
+################################################################
+msg="Submit NGAC Fcst Job"
+postmsg "$jlogfile" "$msg"
+export FCST_SCRIPT_DIR=${FCST_SCRIPT_DIR:-$SCRIPTDIR}
+export FCST_SCRIPT=${FCST_SCRIPT:-$FCST_SCRIPT_DIR/exglobal_fcst_nems.sh}
+$FCST_SCRIPT
+
+##### --------- fcst job ends here --------------------------------
+
+
+###################################################
+# msg end of job and clean up temperary directory
+###################################################
+msg="ENDED NORMALLY."
+postmsg "$jlogfile" "$msg"
+
+#cd $DATA_IN
+# if [ ${RM_TMPDIR:-YES} = YES ] ; then rm -rf $DATA ; fi
+
+date
+
+if [[ $RUN_ENVIR = prod || ${DEV_SMS:-YES} = YES ]] ; then $SMSBIN/endt ; fi

Property changes on: checkout/oldtests/JNGAC_FORECAST.sms.para
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.med.IN
===================================================================
--- checkout/oldtests/nems.configure.med.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/MAPL.rc
===================================================================
--- checkout/oldtests/MAPL.rc	(nonexistent)
+++ checkout/oldtests/MAPL.rc	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/MAPL.rc
\ No newline at end of file

Property changes on: checkout/oldtests/MAPL.rc
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/rt_gocart.sh
===================================================================
--- checkout/oldtests/rt_gocart.sh	(nonexistent)
+++ checkout/oldtests/rt_gocart.sh	(revision 85747)
@@ -0,0 +1,253 @@
+#!/bin/ksh
+#set -eu
+set -x
+
+source ./atparse.ksh
+
+mkdir -p ${RUNDIR}
+## specify the regression test setting
+
+export NEMSDIR=${PATHTR}
+export WORKDIR=${RUNDIR}
+
+export REGSDIR=${RTPWD}
+#export PARA_CONFIG=${REGSDIR}/data_GOCART/ngac_para_config
+export PARA_CONFIG=${NEMSDIR}/oldtests/ngac_para_config
+#export CONFIG_FILE=${NGAC_CONFIG_FILE:-${REGSDIR}/data_GOCART/ngac_config}
+export CONFIG_FILE=${NGAC_CONFIG_FILE:-$PATHRT/ngac_config}
+
+if [ ${nems_configure}"x" == "x" ]; then
+  nems_configure=atm_nostep
+  atm_model=gsm
+fi
+cat nems.configure.${nems_configure}.IN | atparse > nems.configure
+                         
+cp nems.configure ${RUNDIR}
+
+cat atmos.configure_gfs | atparse >  atmos.configure
+cp atmos.configure ${RUNDIR}/atmos.configure
+
+
+
+####################################################################################################
+# Submit test
+####################################################################################################
+
+if [ $SCHEDULER = 'moab' ]; then
+
+cat ngac_msub.IN | atparse \
+    CONFIG="$PARA_CONFIG" \
+    CONFIGFILE=${CONFIG_FILE} \
+    > ngac_msub
+
+elif [ $SCHEDULER = 'pbs' ]; then
+
+export TPN=$((12/THRD))
+cat ngac_qsub.IN | atparse \
+    CONFIG="$PARA_CONFIG" \
+    CONFIGFILE=${CONFIG_FILE} \
+    THRDS=${THRD} \
+    RUND=$RUNDIR \
+    SCHED=$SCHEDULER > ngac_qsub
+
+elif [ $SCHEDULER = 'lsf' ]; then
+
+  export pex=${pex:-1}
+  if [ $pex -eq 2 ] ; then
+   export TPN=${TPN:-$((24/THRD))}
+   export CLASS=${CLASS:-${QUEUE:-dev$pex}}
+  else
+   export TPN=${TPN:-$((16/THRD))}
+  fi
+  export CLASS=${CLASS:-${QUEUE:-dev$pex}}
+  cat ngac_bsub.IN | atparse \
+    CONFIG="$PARA_CONFIG" \
+    CONFIGFILE=${CONFIG_FILE} \
+    THRDS=${THRD} \
+    RUND=$RUNDIR \
+    SCHED=$SCHEDULER > ngac_bsub
+fi
+
+## copy J-job script
+cp ${NEMSDIR}/oldtests/JNGAC_FORECAST.sms.para ${RUNDIR}
+
+## submit the job
+if [ $SCHEDULER = 'moab' ]; then
+  msub ngac_msub > /dev/null
+elif [ $SCHEDULER = 'pbs' ]; then
+  qsub ngac_qsub > /dev/null
+elif [ $SCHEDULER = 'lsf' ]; then
+  bsub < ngac_bsub > /dev/null 2>&1
+fi
+
+
+echo "Test ${TEST_NR}" >> ${REGRESSIONTEST_LOG}
+echo "Test ${TEST_NR}"
+echo ${TEST_DESCR} >> ${REGRESSIONTEST_LOG}
+echo ${TEST_DESCR}
+
+
+(echo "GFS, ${TASKS} proc, ${THRD} thread";echo;echo)>> ${REGRESSIONTEST_LOG}
+ echo "GFS, ${TASKS} proc, ${THRD} thread";echo;echo
+
+# wait for the job to enter the queue
+job_running=0
+until [ $job_running -eq 1 ]
+do
+echo "TEST is waiting to enter the queue"
+if [ $SCHEDULER = 'moab' ]; then
+  job_running=`showq -u ${USER} -n | grep ${JBNME} | wc -l`;sleep 5
+elif [ $SCHEDULER = 'pbs' ]; then
+  job_running=`qstat -u ${USER} -n | grep ${JBNME} | wc -l`;sleep 5
+elif [ $SCHEDULER = 'lsf' ]; then
+  job_running=`bjobs -u ${USER} -J ${JBNME} 2>/dev/null | grep $CLASS | wc -l`;sleep 5
+fi
+done
+
+# wait for the job to finish and compare results
+job_running=1
+n=1
+until [ $job_running -eq 0 ]
+do
+
+sleep 30
+if [ $SCHEDULER = 'moab' ]; then
+  job_running=`showq -u ${USER} -n | grep ${JBNME} | wc -l`
+elif [ $SCHEDULER = 'pbs' ]; then
+  job_running=`qstat -u ${USER} -n | grep ${JBNME} | wc -l`
+elif [ $SCHEDULER = 'lsf' ]; then
+  job_running=`bjobs -u ${USER} -J ${JBNME} 2>/dev/null | wc -l`
+fi
+
+if [ $SCHEDULER = 'moab' ]; then
+
+  status=`showq -u ${USER} -n | grep ${JBNME} | awk '{print $3}'` ; status=${status:--}
+  if [ -f ${RUNDIR}/err ] ; then FnshHrs=`grep Finished ${RUNDIR}/err | tail -1 | awk '{ print $10 }'` ; fi
+  FnshHrs=${FnshHrs:-0}
+  if   [ $status = 'Idle' ];       then echo "$n/2min TEST ${TEST_NR} is waiting in a queue, Status: " $status
+  elif [ $status = 'Running' ];    then echo "$n/2min TEST ${TEST_NR} is running,            Status: " $status  ", Finished " $FnshHrs "hours"
+  elif [ $status = 'Starting' ];   then echo "$n/2min TEST ${TEST_NR} is ready to run,       Status: " $status  ", Finished " $FnshHrs "hours"
+  elif [ $status = 'Completed' ];  then echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status ; job_running=0
+  else                                  echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status  ", Finished " $FnshHrs "hours"
+  fi
+
+elif [ $SCHEDULER = 'pbs' ]; then
+
+  status=`qstat -u ${USER} -n | grep ${JBNME} | awk '{print $"10"}'` ; status=${status:--}
+  if [ -f ${RUNDIR}/err ] ; then FnshHrs=`grep Finished ${RUNDIR}/err | tail -1 | awk '{ print $10 }'` ; fi
+  FnshHrs=${FnshHrs:-0}
+  if   [ $status = 'Q' ];  then echo "$n/2min TEST ${TEST_NR} is waiting in a queue, Status: " $status
+  elif [ $status = 'H' ];  then echo "$n/2min TEST ${TEST_NR} is held in a queue,    Status: " $status
+  elif [ $status = 'R' ];  then echo "$n/2min TEST ${TEST_NR} is running,            Status: " $status  ", Finished " $FnshHrs "hours"
+  elif [ $status = 'E' ];  then echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status ; job_running=0
+  elif [ $status = 'C' ];  then echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status ; job_running=0
+  else                          echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status  ", Finished " $FnshHrs "hours"
+  fi
+
+elif [ $SCHEDULER = 'lsf' ]; then
+
+  status=`bjobs -u ${USER} -J ${JBNME} 2>/dev/null | grep $CLASS | awk '{print $3}'` ; status=${status:--}
+#  if [ $status != '-' ] ; then FnshHrs=`bpeek -J ${JBNME} | grep Finished | tail -1 | awk '{ print $9 }'` ; fi
+  if [ -f ${RUNDIR}/err ] ; then FnshHrs=`grep Finished ${RUNDIR}/err | tail -1 | awk '{ print $9 }'` ; fi
+  FnshHrs=${FnshHrs:-0}
+  if   [ $status = 'PEND' ];  then echo "$n/2min TEST ${TEST_NR} is waiting in a queue, Status: " $status
+  elif [ $status = 'RUN'  ];  then echo "$n/2min TEST ${TEST_NR} is running,            Status: " $status  ", Finished " $FnshHrs "hours"
+  else                             echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status  ", Finished " $FnshHrs "hours"
+  fi
+
+
+fi
+(( n=n+1 ))
+done
+
+####################################################################################################
+
+####################################################################################################
+# Check results
+####################################################################################################
+
+test_status='PASS'
+
+(echo;echo;echo "Checking test ${TEST_NR} results ....")>> ${REGRESSIONTEST_LOG}
+ echo;echo;echo "Checking test ${TEST_NR} results ...."
+
+#
+     if [ ${CREATE_BASELINE} = false ]; then
+#
+# --- regression test comparison ----
+#
+
+  for i in ${LIST_FILES} ; do
+    printf %s " Comparing " $i "....." >> ${REGRESSIONTEST_LOG}
+    printf %s " Comparing " $i "....."
+
+    if [ ! -f ${RUNDIR}/$i ] ; then
+
+     echo ".......MISSING file" >> ${REGRESSIONTEST_LOG}
+     echo ".......MISSING file"
+     test_status='FAIL'
+
+    elif [ ! -f ${RTPWD}/${CNTL_DIR}/$i ] ; then
+
+     echo ".......MISSING baseline" >> ${REGRESSIONTEST_LOG}
+     echo ".......MISSING baseline"
+     test_status='FAIL'
+
+    else
+
+     d=`cmp ${RTPWD}/${CNTL_DIR}/$i ${RUNDIR}/$i | wc -l`
+
+     if [[ $d -ne 0 ]] ; then
+       echo ".......NOT OK" >> ${REGRESSIONTEST_LOG}
+       echo ".......NOT OK"
+       test_status='FAIL'
+
+     else
+
+       echo "....OK" >> ${REGRESSIONTEST_LOG}
+       echo "....OK"
+     fi
+
+    fi
+
+  done
+
+if [ $test_status = 'FAIL' ]; then echo $TEST_NAME >> fail_test ; fi
+
+     else
+#
+# --- create baselines
+#
+
+ sleep 60
+ echo;echo;echo "Moving set ${TEST_NR} files ...."
+
+for i in ${LIST_FILES}
+do
+  printf %s " Moving " $i "....."
+  if [ -f ${RUNDIR}/$i ] ; then
+    cp ${RUNDIR}/${i} ${RTPWD_U}/${CNTL_DIR}/${i}
+  else
+    echo "Missing " ${RUNDIR}/$i " output file"
+    echo;echo " Set ${TEST_NR} failed "
+    exit 2
+  fi
+done
+
+# ---
+     fi
+# ---
+
+echo "Test ${TEST_NR} ${test_status} " >> ${REGRESSIONTEST_LOG}
+(echo;echo;echo)                       >> ${REGRESSIONTEST_LOG}
+echo "Test ${TEST_NR} ${test_status} "
+(echo;echo;echo)
+
+sleep 4
+echo;echo
+
+####################################################################################################
+# End test
+####################################################################################################
+
+exit 0

Property changes on: checkout/oldtests/rt_gocart.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/atmos.configure_fim
===================================================================
--- checkout/oldtests/atmos.configure_fim	(nonexistent)
+++ checkout/oldtests/atmos.configure_fim	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/atmos.configure_fim
\ No newline at end of file

Property changes on: checkout/oldtests/atmos.configure_fim
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/rt.sh
===================================================================
--- checkout/oldtests/rt.sh	(nonexistent)
+++ checkout/oldtests/rt.sh	(revision 85747)
@@ -0,0 +1,367 @@
+#!/bin/bash
+set -xeu
+
+hostname
+
+die() { echo "$@" >&2; exit 1; }
+usage() {
+  set +x
+  echo
+  echo "Usage: $0 -c <model> | -f | -s | -l <file> | -m | -h"
+  echo
+  echo "  -c  create new baseline results for <model>"
+  echo "  -f  run full suite of regression tests"
+  echo "  -s  run standard suite of regression tests"
+  echo "  -l  runs test specified in <file>"
+  echo "  -m  compare against new baseline results"
+  echo "  -h  display this help"
+  echo "  -F  run on an unsupported platform"
+  echo "Only Phase 1 Tide and Gyre, and Theia are supported."
+  echo "You must use the -F option to run elsewhere."
+  echo
+  exit 1
+}
+
+[[ $# -eq 0 ]] && usage
+
+source detect_machine.sh
+
+export dprefix=""
+export MACHINE_ID=${MACHINE_ID:-wcoss}
+if [ $MACHINE_ID = wcoss ]; then
+  source /usrx/local/Modules/default/init/sh
+  export RTPWD=/nems/noscrub/emc.nemspara/REGRESSION_TEST
+  export RTBAS=/nems/noscrub/emc.nemspara/REGRESSION_TEST_baselines
+  # export pex=1           # for wcoss phase1
+  # export pex=${pex:-2}   # default - phase2
+  export QUEUE=debug # dev
+  export ACCNR=dev
+  if [ $pex -eq 2 ] ; then
+   export QUEUE=debug$pex
+   export ACCNR=dev$pex
+  fi
+# export STMP=/stmp$pex
+  export STMP=/ptmpp$pex
+  export PTMP=/ptmpp$pex
+  export SCHEDULER=lsf
+  export SIGHDR=/global/save/Shrinivas.Moorthi/para/sorc/global_sighdr.fd/global_sighdr
+  cp gfs_fcst_run.IN_IBM gfs_fcst_run.IN
+  cp gfs_bsub.IN_wcoss gfs_bsub.IN
+  cp nmm_conf/nmm_bsub.IN_wcoss nmm_conf/nmm_bsub.IN
+elif [ $MACHINE_ID = gaea ]; then
+  export RTPWD=/lustre/f1/unswept/ncep/Ratko.Vasic/wx20rv/REGRESSION_TEST    
+  export RTBAS=/lustre/f1/unswept/ncep/Ratko.Vasic/wx20rv/REGRESSION_TEST_baselines
+  export STMP=/lustre/f1/ncep
+  export PTMP=/lustre/f1/ncep
+  export SCHEDULER=moab
+  cp gfs_fcst_run.IN_Linux gfs_fcst_run.IN
+elif [ $MACHINE_ID = theia ]; then
+  source /apps/lmod/lmod/init/sh
+  export ACCNR
+  export dprefix=/scratch4/NCEPDEV
+  export RTPWD=/scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST
+  export RTBAS=/scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST_baselines
+  export STMP=$dprefix/stmp4
+  export PTMP=$dprefix/stmp3
+  export SCHEDULER=pbs
+  export MPIEXEC=mpirun
+  export SIGHDR=$dprefix/global/save/Shrinivas.Moorthi/para/sorc/global_sighdr.fd/global_sighdr
+  export SLG=.false.
+  cp gfs_fcst_run.IN_Linux gfs_fcst_run.IN
+elif [ $MACHINE_ID = yellowstone ]; then
+  export ACCNR=P35071400
+  # export ACCNR=UCUB0024
+  export QUEUE=small
+  export STMP=/glade/scratch
+  export PTMP=/glade/scratch
+  export SCHEDULER=lsf
+  export MPIEXEC=mpirun
+  export SIGHDR=/glade/p/work/theurich/para/global_sighdr.fd/global_sighdr
+  export SLG=.false.
+  cp gfs_fcst_run.IN_Linux gfs_fcst_run.IN
+  cp gfs_bsub.IN_yellowstone gfs_bsub.IN
+  cp nmm_conf/nmm_bsub.IN_yellowstone nmm_conf/nmm_bsub.IN
+else
+  die "Unknown machine ID, please edit detect_machine.sh file"
+fi
+export pex=${pex:-""}
+
+################################################################
+# RTPWD - Path to previously stored regression test answers
+# RTBAS - Path to input directory to use for baseline generation
+################################################################
+
+
+
+
+export CREATE_BASELINE=false
+CB_arg=''
+TESTS_FILE='rt.conf'
+SET_ID='standard'
+ALLOW_UNSUPPORTED=false
+while getopts ":c:fsl:mhF" opt; do
+  case $opt in
+    F)
+      ALLOW_UNSUPPORTED=true
+      ;;
+    c)
+      export CREATE_BASELINE=true
+      CB_arg=$OPTARG
+      SET_ID=' '
+      ;;
+    f)
+      SET_ID=' '
+      ;;
+    s)
+      SET_ID='standard'
+      ;;
+    l)
+      TESTS_FILE=$OPTARG
+      SET_ID=' '
+      ;;
+    m)
+      export RTPWD=${STMP}/${USER}/REGRESSION_TEST
+      ;;
+    h)
+      usage
+      ;;
+    \?)
+      usage
+      die "Invalid option: -$OPTARG"
+      ;;
+    :)
+      usage
+      die "Option -$OPTARG requires an argument."
+      ;;
+  esac
+done
+
+if [[ ( "$MACHINE_ID" != wcoss && "$MACHINE_ID" != theia ) \
+      || "$pex" == 2 ]] ; then
+    echo "Warning: using unsupported system $MACHINE_ID $pex" 1>&2
+    if [[ "$ALLOW_UNSUPPORTED" != true ]] ; then
+        echo "Aborting.  Use the -F option (F = \"Force\") to run on this system." 1>&2
+        exit 1
+    fi
+fi
+
+shift $((OPTIND-1))
+[[ $# -gt 0 ]] && usage
+
+mkdir -p $STMP/$USER
+mkdir -p $PTMP/$USER
+
+if [[ $CREATE_BASELINE == true ]]; then
+  #
+  # prepare new regression test directory
+  #
+  export RTPWD_U=${STMP}/${USER}/REGRESSION_TEST
+  rm -rf ${RTPWD_U}
+  echo "copy REGRESSION_TEST_baselines"
+  mkdir -p ${STMP}/${USER}
+  cp -r "${RTBAS:?}" "${RTPWD_U:?}"
+
+  if [[ $CB_arg != gfs ]]; then
+    echo "copy gfs"
+    cp ${RTPWD}/GFS_EULERIAN/*             ${RTPWD_U}/GFS_EULERIAN/.
+    cp ${RTPWD}/WAM_gh_l150/*              ${RTPWD_U}/WAM_gh_l150/.
+    cp ${RTPWD}/WAM_gh_l150_nemsio/*       ${RTPWD_U}/WAM_gh_l150_nemsio/.
+    cp ${RTPWD}/GFS_GOCART_NEMSIO/*        ${RTPWD_U}/GFS_GOCART_NEMSIO/.
+    cp ${RTPWD}/GFS_SLG_ADIABATIC/*        ${RTPWD_U}/GFS_SLG_ADIABATIC/.
+    cp ${RTPWD}/GFS_SLG/*                  ${RTPWD_U}/GFS_SLG/.
+    cp ${RTPWD}/GFS_SLG_RSTHST/*           ${RTPWD_U}/GFS_SLG_RSTHST/.
+    cp ${RTPWD}/GFS_SLG_48PE/*             ${RTPWD_U}/GFS_SLG_48PE/.
+    cp ${RTPWD}/GFS_SLG_T574/*             ${RTPWD_U}/GFS_SLG_T574/.
+    cp ${RTPWD}/GFS_SLG_NSST/*             ${RTPWD_U}/GFS_SLG_NSST/.
+    cp ${RTPWD}/GFS_SLG_STOCHY/*           ${RTPWD_U}/GFS_SLG_STOCHY/.
+    cp ${RTPWD}/GFS_SLG_LAND/*             ${RTPWD_U}/GFS_SLG_LAND/.
+  fi
+  if [[ $CB_arg != nmm ]]; then
+    echo "copy nmm"
+    cp ${RTPWD}/NMMB_2way_nests/*          ${RTPWD_U}/NMMB_2way_nests/.
+#    cp ${RTPWD}/NMMB_gfsP_glob/*           ${RTPWD_U}/NMMB_gfsP_glob/.
+#    cp ${RTPWD}/NMMB_gfsP_reg/*            ${RTPWD_U}/NMMB_gfsP_reg/.
+    cp ${RTPWD}/NMMB_glob/*                ${RTPWD_U}/NMMB_glob/.
+    cp ${RTPWD}/NMMB_mvg_nests/*           ${RTPWD_U}/NMMB_mvg_nests/.
+    cp ${RTPWD}/NMMB_nests/*               ${RTPWD_U}/NMMB_nests/.
+    cp ${RTPWD}/NMMB_reg/*                 ${RTPWD_U}/NMMB_reg/.
+    cp ${RTPWD}/NMMB_reg_filt/*            ${RTPWD_U}/NMMB_reg_filt/.
+    cp ${RTPWD}/NMMB_reg_filt_zombie/*     ${RTPWD_U}/NMMB_reg_filt_zombie/.
+    cp ${RTPWD}/NMMB_reg_hur/*             ${RTPWD_U}/NMMB_reg_hur/.
+    cp ${RTPWD}/NMMB_reg_pcpadj/*          ${RTPWD_U}/NMMB_reg_pcpadj/.
+#    cp ${RTPWD}/NMMB_reg_post/*            ${RTPWD_U}/NMMB_reg_post/.
+    cp ${RTPWD}/NMMB_reg_sas_zhao/*        ${RTPWD_U}/NMMB_reg_sas_zhao/.
+    cp ${RTPWD}/NMMB_reg_sel_phy/*         ${RTPWD_U}/NMMB_reg_sel_phy/.
+    cp ${RTPWD}/NMMB_reg_spec_adv/*        ${RTPWD_U}/NMMB_reg_spec_adv/.
+    cp ${RTPWD}/NMMB_reg_thomp/*           ${RTPWD_U}/NMMB_reg_thomp/.
+    cp ${RTPWD}/NMMB_reg_timesr/*          ${RTPWD_U}/NMMB_reg_timesr/.
+    cp ${RTPWD}/NMMB_reg_wsm6_gfdl/*       ${RTPWD_U}/NMMB_reg_wsm6_gfdl/.
+    cp ${RTPWD}/NMMB_reg_wsm6_rrtm/*       ${RTPWD_U}/NMMB_reg_wsm6_rrtm/.
+  fi
+  if [[ $CB_arg != fim ]]; then
+    echo "copy fim"
+    #cp ${RTPWD}/FIMdata/*                  ${RTPWD_U}/FIMdata/.
+    #TODO:  generalize with $GLVL (see below)
+    #cp ${RTPWD}/FIM_G4L38_24hr/*           ${RTPWD_U}/FIM_G4L38_24hr/.
+  fi
+  if [[ $CB_arg != post ]]; then
+    echo "copy post"
+#    cp    ${RTPWD}/NMMB_reg_post/*         ${RTPWD_U}/NMMB_reg_post/.
+#    cp -r ${RTPWD}/GFS_GOCART_POST/*       ${RTPWD_U}/GFS_GOCART_POST/.
+  fi
+fi
+
+###################################
+# PATHRT - Path to regression test
+###################################
+
+export PATHRT=$( pwd -P ) # Path to oldtests with symlinks removed (bash-specific)
+# Path to nems trunk:
+export PATHTR=$( dirname ${PATHRT} )
+if [[ -s "$PATHTR/NEMS/NEMSAppBuilder" ]] ; then
+    export PATHTR=$PATHTR/NEMS
+fi
+export REGRESSIONTEST_LOG=${PATHRT}/RegressionTests_$MACHINE_ID.log
+COMPILE_LOG=${PATHRT}/Compile_$MACHINE_ID.log
+
+date > "$COMPILE_LOG"
+echo "Start Regression test" >> "$COMPILE_LOG"
+
+date > ${REGRESSIONTEST_LOG}
+echo "Start Regression test" >> ${REGRESSIONTEST_LOG}
+(echo;echo;echo)             >> ${REGRESSIONTEST_LOG}
+
+export RUNDIR_ROOT=${PTMP}/${USER}/rt_$$
+mkdir -p ${RUNDIR_ROOT}
+
+source default_vars.sh
+
+export TEST_NR=0
+rm -f fail_test
+export TEST_NAME
+cat $TESTS_FILE | while read line; do
+
+  line="${line#"${line%%[![:space:]]*}"}"
+  [[ ${#line} == 0 ]] && continue
+  [[ $line == \#* ]] && continue
+
+  if [[ $line == APPBUILD* ]] ; then
+      APPBUILD_OPTS=`echo $line | cut -d'|' -f2`
+      SET=`     echo $line | cut -d'|' -f3`
+      MACHINES=`echo $line | cut -d'|' -f4`
+      [[ $SET_ID != ' ' && $SET != *${SET_ID}* ]] && continue
+      [[ $MACHINES != ' ' && $MACHINES != *${MACHINE_ID}* ]] && continue
+
+      echo "Removing old exe/NEMS.x"
+      echo "Removing old exe/NEMS.x" >> "$COMPILE_LOG"
+      echo "Removing old exe/NEMS.x" >> "$REGRESSIONTEST_LOG"
+      rm -f "$PATHTR/exe/NEMS.x" "$PATHTR/src/conf/modules.nems"
+
+      echo "NEMSAppBuilder $APPBUILD_OPTS"
+      echo "NEMSAppBuilder $APPBUILD_OPTS" >> "$COMPILE_LOG"
+      echo "NEMSAppBuilder $APPBUILD_OPTS" >> "$REGRESSIONTEST_LOG"
+      cd $PATHTR/..
+      pwd -P
+      pwd
+      ./NEMS/NEMSAppBuilder rebuild $APPBUILD_OPTS >> "$COMPILE_LOG" 2>&1
+      cd $PATHRT
+      if [[ ! -s "$PATHTR/exe/NEMS.x" || ! -x "$PATHTR/exe/NEMS.x" || \
+            ! -s "$PATHTR/src/conf/modules.nems" ]] ; then
+          echo "NEMSAppBuilder failed.  Abort." >> "$REGRESSIONTEST_LOG"
+          echo "No executable: $PATHTR/exe/NEMS.x" >> "$REGRESSIONTEST_LOG"
+          echo "For details, look in \"$COMPILE_LOG\"" >> "$REGRESSIONTEST_LOG"
+          exit 1
+      fi
+    continue
+  elif [[ $line == COMPILE* ]] ; then
+      NEMS_VER=`echo $line | cut -d'|' -f2`
+      SET=`     echo $line | cut -d'|' -f3`
+      MACHINES=`echo $line | cut -d'|' -f4`
+      ESMF_VER=`echo $line | cut -d'|' -f5 | sed -e 's/^ *//' -e 's/ *$//'`
+      [[ $SET_ID != ' ' && $SET != *${SET_ID}* ]] && continue
+      [[ $MACHINES != ' ' && $MACHINES != *${MACHINE_ID}* ]] && continue
+
+      echo "Removing old exe/NEMS.x"
+      echo "Removing old exe/NEMS.x" >> "$COMPILE_LOG"
+      echo "Removing old exe/NEMS.x" >> "$REGRESSIONTEST_LOG"
+      rm -f "$PATHTR/exe/NEMS.x" "$PATHTR/src/conf/modules.nems"
+
+      echo "Compiling $NEMS_VER $ESMF_VER"
+      echo "Compiling $NEMS_VER $ESMF_VER" >> "$COMPILE_LOG"
+      echo "Compiling $NEMS_VER $ESMF_VER" >> "$REGRESSIONTEST_LOG"
+      cd $PATHTR/src
+      ./configure ${ESMF_VER}_${MACHINE_ID} >> "$COMPILE_LOG" 2>&1
+      if [[ ! -s "$PATHTR/src/conf/modules.nems" ]] ; then
+          echo "Configure failed.  Abort." >> "$REGRESSIONTEST_LOG"
+          echo "File missing: $PATHTR/src/conf/modules.nems" >> "$REGRESSIONTEST_LOG"
+          echo "For details, look in \"$COMPILE_LOG\"" >> "$REGRESSIONTEST_LOG"
+          echo "Configuring ${ESMF_VER}_${MACHINE_ID}" > fail_test
+          exit 1
+      fi
+      (
+          set -e
+          source conf/modules.nems              >> "$COMPILE_LOG" 2>&1
+          module list                           >> "$COMPILE_LOG" 2>&1
+          gmake clean                           >> "$COMPILE_LOG" 2>&1
+          gmake ${NEMS_VER} J=-j2               >> "$COMPILE_LOG" 2>&1
+      )
+      cd $PATHRT
+      if [[ ! -s "$PATHTR/exe/NEMS.x" || ! -x "$PATHTR/exe/NEMS.x" ]] ; then
+          echo "Compilation failed.  Abort." >> "$REGRESSIONTEST_LOG"
+          echo "No executable: $PATHTR/exe/NEMS.x" >> "$REGRESSIONTEST_LOG"
+          echo "For details, look in \"$COMPILE_LOG\"" >> "$REGRESSIONTEST_LOG"
+          echo "Compiling $NEMS_VER $ESMF_VER" > fail_test
+          exit 1
+      fi
+    continue
+  elif [[ $line == RUN* ]] ; then
+    cd "$PATHRT"
+    TEST_NAME=`echo $line | cut -d'|' -f2 | sed -e 's/^ *//' -e 's/ *$//'`
+    SET=`      echo $line | cut -d'|' -f3`
+    MACHINES=` echo $line | cut -d'|' -f4`
+    CB=`       echo $line | cut -d'|' -f5`
+    [[ -e "tests/$TEST_NAME" ]] || die "run test file tests/$TEST_NAME does not exist"
+    [[ $SET_ID != ' ' && $SET != *${SET_ID}* ]] && continue
+    [[ $MACHINES != ' ' && $MACHINES != *${MACHINE_ID}* ]] && continue
+    [[ $CREATE_BASELINE == true && $CB != *${CB_arg}* && 'all' != *${CB_arg}* ]] && continue
+
+    (( TEST_NR += 1 ))
+    (
+      export RUNDIR=${RUNDIR_ROOT}/${TEST_NAME}
+      source tests/$TEST_NAME
+      export JBNME=`basename $RUNDIR_ROOT`_${TEST_NR}
+      echo "Test ${TEST_NR} ${TEST_NAME} ${TEST_DESCR}" >> ${REGRESSIONTEST_LOG}
+      echo "Test ${TEST_NR} ${TEST_NAME} ${TEST_DESCR}"
+      ./${RUN_SCRIPT} || die "Test ${TEST_NR} ${TEST_NAME} ${TEST_DESCR} failed"
+    )
+    continue
+  else
+    die "Unknown command $line"
+  fi
+done
+
+if [ -e fail_test ]; then
+  echo "FAILED TESTS: "
+  echo "FAILED TESTS: " >> ${REGRESSIONTEST_LOG}
+  for failed_test_name in `cat fail_test`
+  do
+    echo "Test " ${failed_test_name} " failed "
+    echo "Test " ${failed_test_name} " failed " >> ${REGRESSIONTEST_LOG}
+  done
+  echo ; echo REGRESSION TEST FAILED
+  (echo ; echo REGRESSION TEST FAILED) >> ${REGRESSIONTEST_LOG}
+else
+  echo ; echo REGRESSION TEST WAS SUCCESSFUL
+  (echo ; echo REGRESSION TEST WAS SUCCESSFUL) >> ${REGRESSIONTEST_LOG}
+fi
+
+# Finalize, Clenaup
+rm -f err out nmm_msub nmm_bsub nmm_qsub nmm_run gfs_fcst_run \
+nems.configure gfs_qsub gfs_fcst_run.IN ngac_qsub ngac_bsub gfs_bsub \
+configure_file_01 configure_file_02 configure_file_03 configure_file_04 \
+atmos.configure fail_test
+# atmos.configure fail_test
+
+date >> ${REGRESSIONTEST_LOG}
+
+exit

Property changes on: checkout/oldtests/rt.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/tests/nmm_reg_rst_debug
===================================================================
--- checkout/oldtests/tests/nmm_reg_rst_debug	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_rst_debug	(revision 85747)
@@ -0,0 +1,20 @@
+###############################################################################
+#
+#  Regional NMM-B restart with pure binary input
+#  6x5 compute tasks / 1 thread / opnl physics / restart / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional restart run DEBUG"
+
+export CNTL_DIR=NMMB_reg
+export LIST_FILES=
+
+export_nems
+export_nmm
+export FCSTL=27
+export GBRG=reg
+export RSTRT=true
+export WLCLK=10
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/gfs_slg
===================================================================
--- checkout/oldtests/tests/gfs_slg	(nonexistent)
+++ checkout/oldtests/tests/gfs_slg	(revision 85747)
@@ -0,0 +1,81 @@
+###############################################################################
+#
+#  GFS Semi-Lagrangian model
+#  32 tasks, T62L64, 24 hours forecast. physics version. NEMSIO output.
+#  With digital filter. Read-in fron gfs_slg_nemsio 24 hours output file.
+#
+###############################################################################
+
+export TEST_DESCR="Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions"
+
+export CNTL_DIR=GFS_SLG
+export LIST_FILES="sigf00 sigf01 sigf24 sfcf00 sfcf01 sfcf24 flxf00 flxf01 flxf24"
+
+export_gsm
+
+#jw module purge
+#jw module load EnvVars/1.0.0 ibmpe lsf ics/14.0.1 NetCDF/4.2/serial ESMF/630rp1
+
+export CDATE=2012010100
+export LDFI_SPECT=.true.
+export NDAYS=2
+export wave=62
+export lm=64
+export TASKS=33
+export TPN=16
+export THRD=1
+export ADIABATIC=.false.
+export IAER=111
+#jw export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+export WLCLK=29
+export SLG=.true.
+export PE1=33
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+export QUILT=.true.
+export isoil=4
+export MEMBER_NAMES=c00
+export CP2=.false.
+export FDFI=3
+export FHRES=144
+export FHOUT=6
+export LONB=192
+export LATB=94
+export LONR=192
+export LATR=94
+export FHROT=0
+export FHZER=6
+export FHOUT_HF=1
+export FHMAX_HF=0
+export fcyc=24
+export lsoil=4
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+export DATAICDIR=GFS_SLG
+export FHOUT_HF=1
+export FHMAX_HF=12
+
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/gfs_slg_48pe
===================================================================
--- checkout/oldtests/tests/gfs_slg_48pe	(nonexistent)
+++ checkout/oldtests/tests/gfs_slg_48pe	(revision 85747)
@@ -0,0 +1,78 @@
+###############################################################################
+#
+#  GFS Semi-Lagrangian model
+#  48 tasks, T62L64, 24 hours forecast. physics version. NEMSIO output.
+#  With digital filter. Read-in fron gfs_slg_nemsio 24 hours output file.
+#
+###############################################################################
+
+export TEST_DESCR="Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions, 48pe"
+
+export CNTL_DIR=GFS_SLG_48PE
+export LIST_FILES="sigf00 sigf06 sigf12 sigf24 sfcf00 sfcf06 sfcf12 sfcf24 flxf00 flxf06 flxf12 flxf24"
+
+export_gsm
+
+#jw module purge
+#jw module load EnvVars/1.0.0 ibmpe lsf ics/14.0.1 NetCDF/4.2/serial ESMF/630rp1
+
+export CDATE=2012010100
+export LDFI_SPECT=.true.
+export NDAYS=1
+export wave=62
+export lm=64
+export TASKS=48
+export TPN=16
+export THRD=1
+export ADIABATIC=.false.
+export IAER=111
+#jw export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+export WLCLK=29
+export SLG=.true.
+export PE1=48
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+export QUILT=.false.
+export isoil=4
+export MEMBER_NAMES=c00
+export CP2=.false.
+export FDFI=3
+export FHRES=144
+export FHOUT=6
+export LONB=192
+export LATB=94
+export LONR=192
+export LATR=94
+export FHROT=0
+export FHZER=6
+export FHOUT_HF=1
+export FHMAX_HF=0
+export fcyc=24
+export lsoil=4
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+export DATAICDIR=GFS_SLG
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/nmm_reg_ctl
===================================================================
--- checkout/oldtests/tests/nmm_reg_ctl	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_ctl	(revision 85747)
@@ -0,0 +1,24 @@
+###############################################################################
+#
+#  Regional NMM-B with pure binary input
+#  6x5 compute tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Compare NMMB-regional results with previous trunk version"
+
+export CNTL_DIR=NMMB_reg
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_nio_0000h_00m_00.00s \
+		   nmmb_hst_01_bin_0012h_00m_00.00s nmmb_hst_01_nio_0012h_00m_00.00s \
+		   nmmb_hst_01_bin_0048h_00m_00.00s nmmb_hst_01_nio_0048h_00m_00.00s \
+		   nmmb_rst_01_bin_0024h_00m_00.00s nmmb_rst_01_nio_0024h_00m_00.00s \
+		   pcp.hr1.01.bin  pcp.hr2.01.bin  pcp.hr3.01.bin  pcp.hr4.01.bin    \
+		   pcp.hr5.01.bin  pcp.hr6.01.bin  pcp.hr7.01.bin"
+
+export_nems
+export_nmm
+export GBRG=reg
+export WPREC=true
+export WLCLK=8
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_mvg_nests_gens
===================================================================
--- checkout/oldtests/tests/nmm_mvg_nests_gens	(nonexistent)
+++ checkout/oldtests/tests/nmm_mvg_nests_gens	(revision 85747)
@@ -0,0 +1,42 @@
+####################################################################################################
+#
+#  NMM-B 1-way moving nests: Same as above except with generational task assignments.
+#  Check the execution when children do NOT provide data to parents.
+#  Compute tasks - Upper parent 5x18 | Child #1 5x9 | Child #2 5x9 | Grandchild 10x9
+#  1 thread / opnl physics / free fcst / nemsio and pure binary input
+#
+####################################################################################################
+
+export TEST_DESCR="Test NMMB-regional with 1-way moving nests and generational task assignments"
+
+export CNTL_DIR=NMMB_mvg_nests
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+		   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+		   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s \
+		   nmmb_hst_02_bin_0000h_00m_00.00s nmmb_hst_02_bin_0024h_00m_00.00s \
+		   nmmb_hst_02_nio_0000h_00m_00.00s nmmb_hst_02_nio_0024h_00m_00.00s \
+		   nmmb_rst_02_bin_0012h_00m_00.00s nmmb_rst_02_nio_0012h_00m_00.00s \
+		   nmmb_hst_03_bin_0000h_00m_00.00s nmmb_hst_03_bin_0024h_00m_00.00s \
+		   nmmb_hst_03_nio_0000h_00m_00.00s nmmb_hst_03_nio_0024h_00m_00.00s \
+		   nmmb_rst_03_bin_0012h_00m_00.00s nmmb_rst_03_nio_0012h_00m_00.00s \
+		   nmmb_hst_04_bin_0000h_00m_00.00s nmmb_hst_04_bin_0024h_00m_00.00s \
+		   nmmb_hst_04_nio_0000h_00m_00.00s nmmb_hst_04_nio_0024h_00m_00.00s \
+		   nmmb_rst_04_bin_0012h_00m_00.00s nmmb_rst_04_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=mnests
+export FCSTL=24
+export NCHILD=02
+export NEMSI=true
+export NODE=3
+export AFFN=cpu
+export MODE=2-way
+export TASKS=$TASKS_mvg2
+export TPN=$TPN_mvg2
+export INPES=$INPES_mvg2
+export JNPES=$JNPES_mvg2
+export WTPG=$WTPG_mvg2
+export WLCLK=13
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/gfs_slg_nemsio_read
===================================================================
--- checkout/oldtests/tests/gfs_slg_nemsio_read	(nonexistent)
+++ checkout/oldtests/tests/gfs_slg_nemsio_read	(revision 85747)
@@ -0,0 +1,80 @@
+###############################################################################
+#
+#  GFS Semi-Lagrangian model
+#  32 tasks, T62L64, 24 hours forecast. physics version. NEMSIO output.
+#  With digital filter. Read-in fron gfs_slg_nemsio 24 hours output file.
+#
+###############################################################################
+
+export TEST_DESCR="Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions"
+
+export CNTL_DIR=GFS_SLG_NEMSIO_READ
+export LIST_FILES="sigf00 SIG.F06 SIG.F12 SIG.F18 sigf24 "
+
+export_gsm
+
+module purge
+module load EnvVars/1.0.0 ibmpe lsf ics/14.0.1 NetCDF/4.2/serial ESMF/630rp1
+
+export CDATE=2012010100
+export LDFI_SPECT=.true.
+export NDAYS=1
+export wave=62
+export lm=64
+export TASKS=32
+export TPN=16
+export THRD=1
+export ADIAB=.false.
+export IAER=111
+export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+export WLCLK=29
+export SLG=.true.
+export PE1=32
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.true.
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+export QUILT=.false.
+export isoil=4
+export MEMBER_NAMES=c00
+export CP2=.false.
+export FDFI=3
+export FHRES=144
+export FHOUT=6
+export LONB=192
+export LATB=94
+export LONR=192
+export LATR=94
+export FHROT=0
+export FHZER=24
+export FHOUT_HF=24
+export FHMAX_HF=24
+export fcyc=24
+export lsoil=4
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=3
+export IEMS=1
+export ISOL=2
+export ICO2=2
+
+<<<<<<< .working
+RUN_SCRIPT=rt_gfs.sh_slg
+=======
+RUN_SCRIPT=rt_gfs.sh
+>>>>>>> .merge-right.r75816
Index: checkout/oldtests/tests/nmm_cntrl
===================================================================
--- checkout/oldtests/tests/nmm_cntrl	(nonexistent)
+++ checkout/oldtests/tests/nmm_cntrl	(revision 85747)
@@ -0,0 +1,25 @@
+###############################################################################
+#
+#  Global NMM-B with pure binary input
+#  6x5 compute  tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Compare NMMB-global results with previous trunk version"
+
+export CNTL_DIR=NMMB_glob
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s \
+		   nmmb_hst_01_bin_0024h_00m_00.00s \
+		   nmmb_hst_01_bin_0048h_00m_00.00s \
+		   nmmb_hst_01_nio_0000h_00m_00.00s \
+		   nmmb_hst_01_nio_0024h_00m_00.00s \
+		   nmmb_hst_01_nio_0048h_00m_00.00s \
+		   nmmb_rst_01_bin_0024h_00m_00.00s \
+		   nmmb_rst_01_nio_0024h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=glob
+export WLCLK=15
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_rest_nio
===================================================================
--- checkout/oldtests/tests/nmm_rest_nio	(nonexistent)
+++ checkout/oldtests/tests/nmm_rest_nio	(revision 85747)
@@ -0,0 +1,20 @@
+###############################################################################
+#
+#  Global NMM-B restart from NEMSIO input
+#  6x5 compute tasks / 1 thread / opnl physics / restart / nemsio input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-global restart run from NEMSIO file"
+
+export CNTL_DIR=NMMB_glob
+export LIST_FILES="nmmb_hst_01_bin_0048h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=glob
+export NEMSI=true
+export RSTRT=true
+export WLCLK=5
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/gfs_slg_rsthst
===================================================================
--- checkout/oldtests/tests/gfs_slg_rsthst	(nonexistent)
+++ checkout/oldtests/tests/gfs_slg_rsthst	(revision 85747)
@@ -0,0 +1,81 @@
+###############################################################################
+#
+#  GFS Semi-Lagrangian model restart from history file
+#  32 tasks, T62L64, 24 hours forecast. physics version. NEMSIO output.
+#  With digital filter. Read-in fron gfs_slg_nemsio 24 hours output file.
+#
+###############################################################################
+
+export TEST_DESCR="Run SLG restart from history file non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions"
+
+export CNTL_DIR=GFS_SLG_RSTHST
+export LIST_FILES="sigf30 sigf48 sfcf30 sfcf48 flxf30 flxf48"
+
+export_gsm
+
+#jw module purge
+#jw module load EnvVars/1.0.0 ibmpe lsf ics/14.0.1 NetCDF/4.2/serial ESMF/630rp1
+
+export fcst_begin=NO
+export CDATE=2012010100
+export LDFI_SPECT=.true.
+export NDAYS=2
+export wave=62
+export lm=64
+export TASKS=33
+export TPN=16
+export THRD=1
+export ADIABATIC=.false.
+export IAER=111
+#jw export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+export WLCLK=29
+export SLG=.true.
+export PE1=33
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+export QUILT=.true.
+export isoil=4
+export MEMBER_NAMES=c00
+export CP2=.false.
+export FDFI=3
+export FHRES=144
+export FHOUT=6
+export LONB=192
+export LATB=94
+export LONR=192
+export LATR=94
+export FHZER=6
+export FHOUT_HF=1
+export FHMAX_HF=0
+export fcyc=24
+export lsoil=4
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+export DATAICDIR=gfs_slg
+export FHOUT_HF=1
+export FHMAX_HF=12
+
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/nmm_reg_thomp
===================================================================
--- checkout/oldtests/tests/nmm_reg_thomp	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_thomp	(revision 85747)
@@ -0,0 +1,24 @@
+###############################################################################
+#
+#  Regional NMM-B with THOMPSON microphysics
+#  6x5 compute tasks / 1 thread / THOMPSON / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with THOMPSON microphysics scheme"
+
+export CNTL_DIR=NMMB_reg_thomp
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+        	   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export FCSTL=24
+export MICRO=thompson
+export SPEC_ADV=true
+export NP3D=8
+export WLCLK=6
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_ctl_debug
===================================================================
--- checkout/oldtests/tests/nmm_reg_ctl_debug	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_ctl_debug	(revision 85747)
@@ -0,0 +1,20 @@
+###############################################################################
+#
+#  Regional NMM-B with pure binary input
+#  6x5 compute tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Compare NMMB-regional results with previous trunk version DEBUG"
+
+export CNTL_DIR=NMMB_reg
+export LIST_FILES=
+
+export_nems
+export_nmm
+export FCSTL=3
+export GBRG=reg
+export WPREC=true
+export WLCLK=8
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_wsm6_gfdl
===================================================================
--- checkout/oldtests/tests/nmm_reg_wsm6_gfdl	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_wsm6_gfdl	(revision 85747)
@@ -0,0 +1,23 @@
+###############################################################################
+#
+#  Regional NMM-B with selected physics schemes (WSM6, GFDL)
+#  6x5 compute tasks / 1 thread / selected GFS physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with physics schemes WSM6 and GFDL"
+
+export CNTL_DIR=NMMB_reg_wsm6_gfdl
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+        	   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export FCSTL=24
+export MICRO=wsm6
+export RADTN=gfdl
+export WLCLK=6
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/gfs_slg_2thread
===================================================================
--- checkout/oldtests/tests/gfs_slg_2thread	(nonexistent)
+++ checkout/oldtests/tests/gfs_slg_2thread	(revision 85747)
@@ -0,0 +1,79 @@
+###############################################################################
+#
+#  GFS Semi-Lagrangian model
+#  32 tasks, T62L64, 24 hours forecast. physics version. NEMSIO output.
+#  With digital filter. Read-in fron gfs_slg_nemsio 24 hours output file.
+#
+###############################################################################
+
+export TEST_DESCR="Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions"
+
+export CNTL_DIR=GFS_SLG
+export LIST_FILES="sigf00 SIG.F06 sigf24 sfcf00 SFC.F06 sfcf24 flxf00 FLX.F06 flxf24"
+
+export_gsm
+
+#jw module purge
+#jw module load EnvVars/1.0.0 ibmpe lsf ics/14.0.1 NetCDF/4.2/serial ESMF/630rp1
+
+export CDATE=2012010100
+export LDFI_SPECT=.true.
+export NDAYS=1
+export wave=62
+export lm=64
+export TASKS=32
+#jw export TPN=16
+export TPN=8
+export THRD=2
+export ADIABATIC=.false.
+export IAER=111
+#jw export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+export WLCLK=29
+export SLG=.true.
+export PE1=32
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+export QUILT=.false.
+export isoil=4
+export MEMBER_NAMES=c00
+export CP2=.false.
+export FDFI=3
+export FHRES=144
+export FHOUT=6
+export LONB=192
+export LATB=94
+export LONR=192
+export LATR=94
+export FHROT=0
+export FHZER=6
+export FHOUT_HF=1
+export FHMAX_HF=0
+export fcyc=24
+export lsoil=4
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+export DATAICDIR=GFS_SLG
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/nmm_reg_nemsio
===================================================================
--- checkout/oldtests/tests/nmm_reg_nemsio	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_nemsio	(revision 85747)
@@ -0,0 +1,21 @@
+###############################################################################
+#
+#  Regional NMM-B with NEMSIO input
+#  6x5 compute tasks / 1 thread / opnl physics / free fcst / nemsio input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional NEMSIO as input file"
+
+export CNTL_DIR=NMMB_reg
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0012h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export NEMSI=true
+export FCSTL=12
+export WLCLK=8
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_nemsio
===================================================================
--- checkout/oldtests/tests/nmm_nemsio	(nonexistent)
+++ checkout/oldtests/tests/nmm_nemsio	(revision 85747)
@@ -0,0 +1,24 @@
+###############################################################################
+#
+#  Global NMM-B with NEMSIO input
+#  6x5 compute tasks / 1 thread / opnl physics / free fcst / nemsio input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-global NEMSIO as input file"
+
+export CNTL_DIR=NMMB_glob
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s \
+        	   nmmb_hst_01_bin_0048h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s \
+        	   nmmb_hst_01_nio_0048h_00m_00.00s \
+        	   nmmb_rst_01_bin_0024h_00m_00.00s \
+        	   nmmb_rst_01_nio_0024h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=glob
+export NEMSI=true
+export WLCLK=5
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_wsm6_rrtm
===================================================================
--- checkout/oldtests/tests/nmm_reg_wsm6_rrtm	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_wsm6_rrtm	(revision 85747)
@@ -0,0 +1,23 @@
+###############################################################################
+#
+#  Regional NMM-B with selected physics schemes (WSM6, RRTM)
+#  6x5 compute tasks / 1 thread / selected GFS physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with physics schemes WSM6 and RRTM"
+
+export CNTL_DIR=NMMB_reg_wsm6_rrtm
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+        	   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export FCSTL=24
+export MICRO=wsm6
+export RADTN=rrtm
+export WLCLK=8
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_timesr
===================================================================
--- checkout/oldtests/tests/nmm_reg_timesr	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_timesr	(revision 85747)
@@ -0,0 +1,20 @@
+###############################################################################
+#
+#  Regional NMM-B writing time series
+#  6x5 compute tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional writing time series"
+
+export CNTL_DIR=NMMB_reg_timesr
+export LIST_FILES="nmmb_hst_01_bin_0006h_00m_00.00s ts_p01_d01.bin ts_p02_d01.bin"
+
+export_nems
+export_nmm
+export GBRG=reg
+export TS=true
+export FCSTL=06
+export WLCLK=12
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_2way_nests_restart
===================================================================
--- checkout/oldtests/tests/nmm_2way_nests_restart	(nonexistent)
+++ checkout/oldtests/tests/nmm_2way_nests_restart	(revision 85747)
@@ -0,0 +1,37 @@
+###################################################################################################
+#
+#  NMM-B moving nests: (RESTART) Use generational task assignments and 2-way exchange.
+#  Compute tasks - Upper parent 5x18 | Child #1 5x9 | Child #2 5x9 | Grandchild 10x9
+#  1 thread / opnl physics / free fcst / nemsio and pure binary input
+#
+####################################################################################################
+
+export TEST_DESCR="Test NMMB-regional with 2-way moving nests - RESTART"
+
+export CNTL_DIR=NMMB_2way_nests
+export LIST_FILES="nmmb_hst_01_bin_0024h_00m_00.00s \
+		   nmmb_hst_01_nio_0024h_00m_00.00s \
+		   nmmb_hst_02_bin_0024h_00m_00.00s \
+		   nmmb_hst_02_nio_0024h_00m_00.00s \
+		   nmmb_hst_03_bin_0024h_00m_00.00s \
+		   nmmb_hst_03_nio_0024h_00m_00.00s \
+		   nmmb_hst_04_nio_0024h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=mnests_2way
+export FCSTL=24
+export NCHILD=02
+export NEMSI=true
+export NODE=3
+export AFFN=cpu
+export MODE=2-way
+export TASKS=$TASKS_mvg2
+export TPN=$TPN_mvg2
+export INPES=$INPES_mvg2
+export JNPES=$JNPES_mvg2
+export WTPG=$WTPG_mvg2
+export WGT=1.0
+export RSTRT=true
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_thread
===================================================================
--- checkout/oldtests/tests/nmm_reg_thread	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_thread	(revision 85747)
@@ -0,0 +1,26 @@
+###############################################################################
+#
+#  Regional NMM-B with multiple threads
+#  6x5 compute tasks / 2 threads / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional threading"
+
+export CNTL_DIR=NMMB_reg
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0048h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0048h_00m_00.00s \
+        	   nmmb_rst_01_bin_0024h_00m_00.00s nmmb_rst_01_nio_0024h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export THRD=2
+export TASKS=$TASKS_thrd
+export TPN=$TPN_thrd
+export INPES=$INPES_thrd
+export JNPES=$JNPES_thrd
+export WTPG=$WTPG_thrd
+export WLCLK=15
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/wam_gh_l150_nemsio
===================================================================
--- checkout/oldtests/tests/wam_gh_l150_nemsio	(nonexistent)
+++ checkout/oldtests/tests/wam_gh_l150_nemsio	(revision 85747)
@@ -0,0 +1,42 @@
+###############################################################################
+#
+#  WAM enthalpy on general hybrid 2loop 150levels
+#  32 compute tasks / 1 thread ,with quilting and NEMSIO I/O.
+#
+###############################################################################
+
+export TEST_DESCR="WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O"
+
+export CNTL_DIR=WAM_gh_l150_nemsio
+export LIST_FILES="sigf00 sigf03 sigf06 sigf12 sigf24 sigf48 \
+                   sfcf00 sfcf03 sfcf06 sfcf12 sfcf24 sfcf48 \
+                   flxf00 flxf03 flxf06 flxf12 flxf24 flxf48"
+
+export_gsm
+export NDAYS=2
+export CDATE=2011092400
+export WLCLK=30
+export TASKS=33
+export PE1=$TASKS
+export THRD=1
+export QUILT=.true.
+export FDFI=3
+export CP2=.false.
+export IDEA=.true.
+export IDVC=3
+export THERMODYN_ID=3
+export SFCPRESS_ID=2
+export SPECTRALLOOP=2
+# F107_KP_SIZE is the forecast run length required f107 data size.
+export DATAICDIR=WAM_gh_l150_nemsio                               
+export F107_KP_SIZE=16
+export F107_KP_INTERVAL=10800
+export WAM_IPE_COUPLING=.true.
+export HEIGHT_DEPENDENT_G=.true.
+export F107_KP_SKIP_SIZE=24
+export F107_KP_DATA_SIZE=56
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export WTPG=1
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/gfs_slg_stochy
===================================================================
--- checkout/oldtests/tests/gfs_slg_stochy	(nonexistent)
+++ checkout/oldtests/tests/gfs_slg_stochy	(revision 85747)
@@ -0,0 +1,101 @@
+###############################################################################
+#
+#  GFS Semi-Lagrangian model
+#  32 tasks, T62L64, 24 hours forecast. physics version. NEMSIO output.
+#  With digital filter. Read-in fron gfs_slg_nemsio 24 hours output file.
+#
+###############################################################################
+
+export TEST_DESCR="Run SLG non-adiabatic test with NEMSIO and digital filter and stochastic physics from NEMSIO initial conditions"
+
+export CNTL_DIR=GFS_SLG_STOCHY
+export LIST_FILES="sigf00 sigf01 sigf24 sfcf00 sfcf01 sfcf24 flxf00 flxf01 flxf24"
+
+export_gsm
+
+#jw module purge
+#jw module load EnvVars/1.0.0 ibmpe lsf ics/14.0.1 NetCDF/4.2/serial ESMF/630rp1
+
+export CDATE=2012010100
+export LDFI_SPECT=.true.
+export NDAYS=2
+export wave=62
+export lm=64
+export TASKS=33
+export TPN=16
+export THRD=1
+export ADIABATIC=.false.
+export IAER=111
+#jw export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+export WLCLK=30
+export SLG=.true.
+export PE1=33
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+export QUILT=.true.
+export isoil=4
+export MEMBER_NAMES=c00
+export CP2=.false.
+export FDFI=3
+export FHRES=144
+export FHOUT=6
+export LONB=192
+export LATB=94
+export LONR=192
+export LATR=94
+export FHROT=0
+export FHZER=6
+export FHOUT_HF=1
+export FHMAX_HF=0
+export fcyc=24
+export lsoil=4
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+export DATAICDIR=GFS_SLG
+export FHOUT_HF=1
+export FHMAX_HF=12
+export skeb_import=1
+export sppt_import=1
+export shum_import=1
+export skeb_export=1
+export sppt_export=1
+export shum_export=1
+export SPPT="'0.7, -999., -999., -999, -999'"
+export SPPT_LOGIT=.true.
+export SPPT_TAU="'21600,2592500,25925000,7776000,31536000'"
+export SPPT_LSCALE="'500000,1000000,2000000,2000000,2000000'"
+export SPPT_SFCLIMIT=.true.
+export SHUM="'0.006, -999., -999., -999, -999'"
+export SHUM_TAU="'2.16E4, 1.728E5, 6.912E5, 7.776E6, 3.1536E7'"
+export SHUM_LSCALE="'500.E3, 1000.E3, 2000.E3, 2000.E3, 2000.E3'"
+export SKEB="'0.8, -999, -999, -999, -999'"
+export SKEB_TAU="'2.164E4, 1.728E5, 2.592E6, 7.776E6, 3.1536E7'"
+export SKEB_LSCALE="'500.E3, 1000.E3, 2000.E3, 2000.E3, 2000.E3'"
+export SKEB_VFILT=40
+export ISEED_SPPT="'1,2,3,4,5'"
+export ISEED_SHUM="'6,7,8,9,10'"
+export ISEED_SKEB="'11,12,13,14,15'"
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/nmm_thread
===================================================================
--- checkout/oldtests/tests/nmm_thread	(nonexistent)
+++ checkout/oldtests/tests/nmm_thread	(revision 85747)
@@ -0,0 +1,26 @@
+###############################################################################
+#
+#  Global NMM-B with multiple threads
+#  6x5 compute tasks / 2 threads / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-global threading"
+
+export CNTL_DIR=NMMB_glob
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0048h_00m_00.00s        \
+		   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0048h_00m_00.00s \
+		   nmmb_rst_01_bin_0024h_00m_00.00s nmmb_rst_01_nio_0024h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=glob
+export THRD=2
+export TASKS=$TASKS_thrd
+export TPN=$TPN_thrd
+export INPES=$INPES_thrd
+export JNPES=$JNPES_thrd
+export WTPG=$WTPG_thrd
+export WLCLK=8
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/not_used/gfs_01
===================================================================
--- checkout/oldtests/tests/not_used/gfs_01	(nonexistent)
+++ checkout/oldtests/tests/not_used/gfs_01	(revision 85747)
@@ -0,0 +1,24 @@
+###############################################################################
+#
+# TEST   - GFS on a single processor with no quilting
+#        - 1 task / 1 thread
+#
+###############################################################################
+
+export TEST_DESCR="Test GFS single processor"
+
+export CNTL_DIR=GFS_NODFI
+export LIST_FILES="sigf03 sigf06 sigf12 sigf24 \
+                   sfcf03 sfcf06 sfcf12 sfcf24 \
+                   flxf03 flxf06 flxf12 flxf24"
+
+export_gsm
+export TASKS=1
+export PE1=1
+export WTPG=1
+export WRTGP=1
+export QUILT=.false.
+export NDAYS=1
+export WLCLK=80
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/not_used/gfs_1_1_dfi
===================================================================
--- checkout/oldtests/tests/not_used/gfs_1_1_dfi	(nonexistent)
+++ checkout/oldtests/tests/not_used/gfs_1_1_dfi	(revision 85747)
@@ -0,0 +1,24 @@
+###############################################################################
+#
+#  GFS digital filter
+#  1pe nsout=0
+#
+###############################################################################
+
+export TEST_DESCR="GFS,1 proc, no quilt, digital filter on reduced grid"
+
+export CNTL_DIR=GFS_NODFI_REDUCEDGRID
+export LIST_FILES="sigf03 sigf06 sigf12 sigf24 sigf48 \
+                   sfcf03 sfcf06 sfcf12 sfcf24 sfcf48 \
+                   flxf03 flxf06 flxf12 flxf24 flxf48"
+
+export_gsm
+export TASKS=1
+export PE1=1
+export WTPG=1
+export WRTGP=1
+export FDFI=3
+export WLCLK=40
+export QUILT=.false.
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/not_used/gfs_opac
===================================================================
--- checkout/oldtests/tests/not_used/gfs_opac	(nonexistent)
+++ checkout/oldtests/tests/not_used/gfs_opac	(revision 85747)
@@ -0,0 +1,19 @@
+###############################################################################
+#
+#  GFS 
+#  OPAC aerosols
+#
+###############################################################################
+
+export TEST_DESCR="GFS, use the OPAC climo scheme for SW and LW"
+
+export CNTL_DIR=GFS_OPAC
+export LIST_FILES="sigf03 sigf06 sigf12 sigf24 \
+                   sfcf03 sfcf06 sfcf12 sfcf24 \
+                   flxf03 flxf06 flxf12 flxf24"
+
+export_gsm
+export IAER=11
+export NDAYS=1
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/not_used/nmm_cntrl_esmf_5.2.0rapi
===================================================================
--- checkout/oldtests/tests/not_used/nmm_cntrl_esmf_5.2.0rapi	(nonexistent)
+++ checkout/oldtests/tests/not_used/nmm_cntrl_esmf_5.2.0rapi	(revision 85747)
@@ -0,0 +1,19 @@
+###############################################################################
+#
+#  Global NMM-B with pure binary input
+#  6x5 compute  tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Compare NMMB-global results with previous trunk version version_ESMF_5.2.0r API"
+
+export CNTL_DIR=NMMB_glob_ESMF_5.2.0rAPI
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s nmmb_hst_01_bin_0048h_00m_00.00s \
+                   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s nmmb_hst_01_nio_0048h_00m_00.00s \
+                   nmmb_rst_01_bin_0024h_00m_00.00s nmmb_rst_01_nio_0024h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=glob
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/not_used/nmm_cntrl_nmm_only
===================================================================
--- checkout/oldtests/tests/not_used/nmm_cntrl_nmm_only	(nonexistent)
+++ checkout/oldtests/tests/not_used/nmm_cntrl_nmm_only	(revision 85747)
@@ -0,0 +1,20 @@
+###############################################################################
+#
+#  Global NMM-B with pure binary input
+#  6x5 compute  tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Compare NMMB-global results with previous trunk version , only NMM compiled"
+
+export CNTL_DIR=NMMB_glob
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+                   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+                   nmmb_rst_01_bin_0024h_00m_00.00s nmmb_rst_01_nio_0024h_00m_00.00s "
+
+export_nems
+export_nmm
+export GBRG=glob
+export FCSTL=24
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/not_used/gefs_concurrency_run
===================================================================
--- checkout/oldtests/tests/not_used/gefs_concurrency_run	(nonexistent)
+++ checkout/oldtests/tests/not_used/gefs_concurrency_run	(revision 85747)
@@ -0,0 +1,22 @@
+###############################################################################
+#
+#  Concurrency GEFS
+#  4 members, every 6 hours, couple and add stochastic perturbations, T190L28.
+#
+###############################################################################
+
+export TEST_DESCR="Concurrency GEFS, stochastic perturbations, 4 members, T190L28."
+
+export CNTL_DIR=GEFS_m4
+export LIST_FILES="SIG.F06_01 SIG.F06_02 SIG.F06_03 SIG.F06_04 \
+                   SFC.F06_01 SFC.F06_02 SFC.F06_03 SFC.F06_04 \
+                   FLX.F06_01 FLX.F06_02 FLX.F06_03 FLX.F06_04"
+
+export_gsm
+
+export GEFS_ENSEMBLE=1
+export TASKS=64
+export WLCLK=20
+
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/not_used/fim_g4l32_24h
===================================================================
--- checkout/oldtests/tests/not_used/fim_g4l32_24h	(nonexistent)
+++ checkout/oldtests/tests/not_used/fim_g4l32_24h	(revision 85747)
@@ -0,0 +1,30 @@
+#############################################################################
+#
+#  FIM
+#  40 compute tasks / 1 thread, 1 node.  
+#
+#############################################################################
+
+export TEST_DESCR="Compare FIM results with previous trunk version, only FIM compiled"
+
+export TASKS=40
+export GLVL=4
+export CNTL_DIR=FIM_G${GLVL}L38_24hr
+export LIST_FILES=" \
+        fim_out_2D__000000hr fim_out_2D__000003hr fim_out_2D__000006hr \
+        fim_out_2D__000009hr fim_out_2D__000012hr fim_out_2D__000015hr \
+        fim_out_2D__000018hr fim_out_2D__000021hr fim_out_2D__000024hr \
+        fim_out_da3D000024hr fim_out_db3D000024hr fim_out_dp3D000024hr \
+        fim_out_hgtP000024hr fim_out_mp3D000024hr fim_out_oz3D000024hr \
+        fim_out_ph3D000024hr fim_out_pr3D000024hr fim_out_qv3D000024hr \
+        fim_out_qw3D000024hr fim_out_rh3D000024hr fim_out_rp3P000024hr \
+        fim_out_td3D000024hr fim_out_th3D000024hr fim_out_tk3D000024hr \
+        fim_out_tmpP000024hr fim_out_up3P000024hr fim_out_us3D000024hr \
+        fim_out_vo3D000024hr fim_out_vp3P000024hr fim_out_vs3D000024hr \
+        fim_out_ws3D000024hr"
+
+export_fim
+
+export WLCLK=15
+
+RUN_SCRIPT=rt_fim.sh
Index: checkout/oldtests/tests/not_used/gfs_32_gfs_only
===================================================================
--- checkout/oldtests/tests/not_used/gfs_32_gfs_only	(nonexistent)
+++ checkout/oldtests/tests/not_used/gfs_32_gfs_only	(revision 85747)
@@ -0,0 +1,17 @@
+###############################################################################
+#
+# TEST   - GFS 
+#        - 30 compute tasks / 1 thread 
+#
+###############################################################################
+
+export TEST_DESCR="Compare GFS results with previous trunk version, only GFS compiled"
+
+export CNTL_DIR=GFS_NODFI
+export LIST_FILES="sigf00 sigf03 sigf06 sigf12 sigf24 sigf48 \
+                   sfcf00 sfcf03 sfcf06 sfcf12 sfcf24 sfcf48 \
+                   flxf00 flxf03 flxf06 flxf12 flxf24 flxf48"
+
+export_gsm
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/not_used/gfs_32_dfi_ndsl
===================================================================
--- checkout/oldtests/tests/not_used/gfs_32_dfi_ndsl	(nonexistent)
+++ checkout/oldtests/tests/not_used/gfs_32_dfi_ndsl	(revision 85747)
@@ -0,0 +1,34 @@
+###############################################################################
+#
+#  GFS 
+#  NDSL 12 compute tasks / 2 thread
+#
+###############################################################################
+
+export TEST_DESCR="GFS, 16tasks, 2threads, quilt, dfi3hr, reduced grid, NDSL"
+
+export CNTL_DIR=GFS_DFI_REDUCEDGRID_NDSL
+export LIST_FILES="sigf03 sigf06 sigf12 sigf24 \
+                   sfcf03 sfcf06 sfcf12 sfcf24 \
+                   flxf03 flxf06 flxf12 flxf24"
+
+export_gsm
+export TASKS=16
+export PE1=12
+export THRD=2
+export WRTGP=1
+export WTPG=1
+export FDFI=3
+export NDSLFV=.true.
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export CDATE=2010010100
+if [ $NEMSIOIN = .true. ] ; then
+  export IDVC=3
+  export THERMODYN_ID=3
+  export SFCPRESS_ID=2
+  export SPECTRALLOOP=1
+#  export IC_DIR=${DISKNM}/noscrub/wx20rv/REGRESSION_TEST/GFS_DFI_REDUCEDGRID_HYB/
+fi
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/not_used/gfs_01_nsout
===================================================================
--- checkout/oldtests/tests/not_used/gfs_01_nsout	(nonexistent)
+++ checkout/oldtests/tests/not_used/gfs_01_nsout	(revision 85747)
@@ -0,0 +1,24 @@
+###############################################################################
+#
+#  GFS on a single processor with no quilting
+#  1 task / 1 thread
+#
+###############################################################################
+
+export TEST_DESCR="Test GFS, 1 proc, 1 thread, no quilting,nsout=1"
+
+export CNTL_DIR=GFS_NODFI
+export LIST_FILES="sigf03 sigf06 sigf12 sigf24 \
+                   sfcf03 sfcf06 sfcf12 sfcf24 \
+                   flxf03 flxf06 flxf12 flxf24"
+
+export_gsm
+export TASKS=1
+export PE1=1
+export WTPG=1
+export WRTGP=1
+export NSOUT=1
+export WLCLK=80
+export QUILT=.false.
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/not_used/gefs_concurrency_run_esmf5.2.0rapi
===================================================================
--- checkout/oldtests/tests/not_used/gefs_concurrency_run_esmf5.2.0rapi	(nonexistent)
+++ checkout/oldtests/tests/not_used/gefs_concurrency_run_esmf5.2.0rapi	(revision 85747)
@@ -0,0 +1,21 @@
+###############################################################################
+#
+#  Concurrency GEFS
+#  4 members, every 6 hours, couple and add stochastic perturbations, T190L28.
+#
+###############################################################################
+
+export TEST_DESCR="Concurrency GEFS, stochastic perturbations, 4 members, T190L28. ESMF5.2.0r API"
+
+export CNTL_DIR=GEFS_m4_ESMF5.2.0rAPI
+export LIST_FILES="SIG.F06_01 SIG.F06_02 SIG.F06_03 SIG.F06_04 \
+                   SFC.F06_01 SFC.F06_02 SFC.F06_03 SFC.F06_04 \
+                   FLX.F06_01 FLX.F06_02 FLX.F06_03 FLX.F06_04"
+
+export_gsm
+
+export GEFS_ENSEMBLE=1
+export TASKS=64
+export WLCLK=40
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/not_used/gfs_32_esmf5.2.0rapi
===================================================================
--- checkout/oldtests/tests/not_used/gfs_32_esmf5.2.0rapi	(nonexistent)
+++ checkout/oldtests/tests/not_used/gfs_32_esmf5.2.0rapi	(revision 85747)
@@ -0,0 +1,17 @@
+###############################################################################
+#
+#  GFS 
+#  30 compute tasks / 1 thread 
+#
+###############################################################################
+
+export TEST_DESCR="Compare GFS results with previous trunk version ESMF5.2.0rAPI"
+
+export CNTL_DIR=GFS_NODFI
+export LIST_FILES="sigf00 sigf03 sigf06 sigf12 sigf24 sigf48 \
+                   sfcf00 sfcf03 sfcf06 sfcf12 sfcf24 sfcf48 \
+                   flxf00 flxf03 flxf06 flxf12 flxf24 flxf48"
+
+export_gsm
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/not_used/gfs_32_esmf_6.3.0rapi
===================================================================
--- checkout/oldtests/tests/not_used/gfs_32_esmf_6.3.0rapi	(nonexistent)
+++ checkout/oldtests/tests/not_used/gfs_32_esmf_6.3.0rapi	(revision 85747)
@@ -0,0 +1,17 @@
+###############################################################################
+#
+# TEST   - GFS 
+#        - 30 compute tasks / 1 thread 
+#
+###############################################################################
+
+export TEST_DESCR="Compare GFS results with previous trunk version ESMF6.3.0rAPI"
+
+export CNTL_DIR=GFS_NODFI_ESMF_6.3.0rAPI
+export LIST_FILES="sigf00 sigf03 sigf06 sigf12 sigf24 sigf48 \
+                   sfcf00 sfcf03 sfcf06 sfcf12 sfcf24 sfcf48 \
+                   flxf00 flxf03 flxf06 flxf12 flxf24 flxf48"
+
+export_gsm
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/not_used/nmm_cntrl_nuopc
===================================================================
--- checkout/oldtests/tests/not_used/nmm_cntrl_nuopc	(nonexistent)
+++ checkout/oldtests/tests/not_used/nmm_cntrl_nuopc	(revision 85747)
@@ -0,0 +1,39 @@
+###############################################################################
+#
+#  Global NMM-B with pure binary input under NUOPC
+#  6x5 compute  tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: NMM-B pure binary input"
+
+export CNTL_DIR=NMMB_glob
+export LIST_FILES=" \
+    nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0003h_00m_00.00s nmmb_hst_01_bin_0006h_00m_00.00s \
+    nmmb_hst_01_bin_0009h_00m_00.00s nmmb_hst_01_bin_0012h_00m_00.00s nmmb_hst_01_bin_0015h_00m_00.00s \
+    nmmb_hst_01_bin_0018h_00m_00.00s nmmb_hst_01_bin_0021h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+    nmmb_hst_01_bin_0027h_00m_00.00s nmmb_hst_01_bin_0030h_00m_00.00s nmmb_hst_01_bin_0033h_00m_00.00s \
+    nmmb_hst_01_bin_0036h_00m_00.00s nmmb_hst_01_bin_0039h_00m_00.00s nmmb_hst_01_bin_0042h_00m_00.00s \
+    nmmb_hst_01_bin_0045h_00m_00.00s nmmb_hst_01_bin_0048h_00m_00.00s \
+    nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0003h_00m_00.00s nmmb_hst_01_nio_0006h_00m_00.00s \
+    nmmb_hst_01_nio_0009h_00m_00.00s nmmb_hst_01_nio_0012h_00m_00.00s nmmb_hst_01_nio_0015h_00m_00.00s \
+    nmmb_hst_01_nio_0018h_00m_00.00s nmmb_hst_01_nio_0021h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+    nmmb_hst_01_nio_0027h_00m_00.00s nmmb_hst_01_nio_0030h_00m_00.00s nmmb_hst_01_nio_0033h_00m_00.00s \
+    nmmb_hst_01_nio_0036h_00m_00.00s nmmb_hst_01_nio_0039h_00m_00.00s nmmb_hst_01_nio_0042h_00m_00.00s \
+    nmmb_hst_01_nio_0045h_00m_00.00s nmmb_hst_01_nio_0048h_00m_00.00s \
+    nmmb_rst_01_bin_0024h_00m_00.00s nmmb_rst_01_nio_0024h_00m_00.00s"
+
+
+export_nems
+export_nmm
+export TASKS=48
+export WLCLK=30
+export GBRG=glob
+# - nems.configure ---
+export_nems
+export atm_model=nmm
+export atm_petlist_bounds="0 47"
+export med_model=none
+
+export RTPWD=/scratch1/portfolios/NCEPDEV/nems/noscrub/Gerhard.Theurich/REGRESSION_TEST_NUOPC_mergeworx
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_spec_adv_rst
===================================================================
--- checkout/oldtests/tests/nmm_reg_spec_adv_rst	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_spec_adv_rst	(revision 85747)
@@ -0,0 +1,21 @@
+###############################################################################
+#
+#  Regional NMM-B restart with binary input
+#  6x5 compute tasks / 1 thread / separate species advection / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with separate species advection ON"
+
+export CNTL_DIR=NMMB_reg_spec_adv
+export LIST_FILES="nmmb_hst_01_bin_0024h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export SPEC_ADV=true
+export FCSTL=24
+export RSTRT=true
+export WLCLK=5
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_mvg_nests_restart
===================================================================
--- checkout/oldtests/tests/nmm_mvg_nests_restart	(nonexistent)
+++ checkout/oldtests/tests/nmm_mvg_nests_restart	(revision 85747)
@@ -0,0 +1,35 @@
+####################################################################################################
+#
+#  NMM-B 1-way moving nests: (RESTART) Regional parent with two children and one grandchild
+#  Compute tasks - Upper parent 8x8 | Child #1 2x6 | Child #2 2x6 | Grandchild 5x6
+#  1 thread / opnl physics / free fcst / nemsio input
+#
+####################################################################################################
+
+export TEST_DESCR="Test NMMB-regional with moving nests - RESTART"
+
+export CNTL_DIR=NMMB_mvg_nests
+export LIST_FILES="nmmb_hst_01_bin_0024h_00m_00.00s \
+                   nmmb_hst_01_nio_0024h_00m_00.00s \
+                   nmmb_hst_02_bin_0024h_00m_00.00s \
+                   nmmb_hst_02_nio_0024h_00m_00.00s \
+                   nmmb_hst_03_bin_0024h_00m_00.00s \
+                   nmmb_hst_03_nio_0024h_00m_00.00s \
+                   nmmb_hst_04_bin_0024h_00m_00.00s \
+                   nmmb_hst_04_nio_0024h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=mnests
+export FCSTL=24
+export NCHILD=02
+export NEMSI=true
+export NODE=3
+export TASKS=$TASKS_mvg1
+export TPN=$TPN_mvg1
+export INPES=$INPES_mvg1
+export JNPES=$JNPES_mvg1
+export WTPG=$WTPG_mvg1
+export RSTRT=true
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_rst_nio
===================================================================
--- checkout/oldtests/tests/nmm_reg_rst_nio	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_rst_nio	(revision 85747)
@@ -0,0 +1,20 @@
+###############################################################################
+#
+#  Regional NMM-B restart with NEMSIO input
+#  6x5 compute tasks / 1 thread / opnl physics / restart / nemsio input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional restart run with NEMSIO file"
+
+export CNTL_DIR=NMMB_reg
+export LIST_FILES="nmmb_hst_01_bin_0048h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export NEMSI=true
+export RSTRT=true
+export WLCLK=5
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/gfs_slg_land
===================================================================
--- checkout/oldtests/tests/gfs_slg_land	(nonexistent)
+++ checkout/oldtests/tests/gfs_slg_land	(revision 85747)
@@ -0,0 +1,84 @@
+###############################################################################
+#
+#  GFS Semi-Lagrangian model
+#  32 tasks, T62L64, 24 hours forecast. physics version. NEMSIO output.
+#  With digital filter. Read-in fron gfs_slg_nemsio 24 hours output file.
+#
+###############################################################################
+
+export TEST_DESCR="Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions"
+
+export CNTL_DIR=GFS_SLG_LAND
+export LIST_FILES="sigf00 sigf01 sigf24 sfcf00 sfcf01 sfcf24 flxf00 flxf01 flxf24"
+
+export_gsm
+
+#jw module purge
+#jw module load EnvVars/1.0.0 ibmpe lsf ics/14.0.1 NetCDF/4.2/serial ESMF/630rp1
+
+export CDATE=2012010100
+export LDFI_SPECT=.true.
+export NDAYS=2
+export wave=62
+export lm=64
+export TASKS=33
+export TPN=16
+export THRD=1
+export ADIABATIC=.false.
+export IAER=111
+#jw export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+export WLCLK=29
+export SLG=.true.
+export PE1=33
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+export QUILT=.true.
+export isoil=4
+export MEMBER_NAMES=c00
+export CP2=.false.
+export FDFI=3
+export FHRES=144
+export FHOUT=6
+export LONB=192
+export LATB=94
+export LONR=192
+export LATR=94
+export FHROT=0
+export FHZER=6
+export FHOUT_HF=1
+export FHMAX_HF=0
+export fcyc=24
+export lsoil=4
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export IALB=1
+export isot=1
+export ivegsrc=1
+export RESTART=.false.
+export DATAICDIR=GFS_SLG_LAND
+export FHOUT_HF=1
+export FHMAX_HF=12
+
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/nmm_rest
===================================================================
--- checkout/oldtests/tests/nmm_rest	(nonexistent)
+++ checkout/oldtests/tests/nmm_rest	(revision 85747)
@@ -0,0 +1,19 @@
+###############################################################################
+#
+#  Global NMM-B restart from pure binary input
+#  6x5 compute tasks / 1 thread / opnl physics / restart / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-global restart run"
+
+export CNTL_DIR=NMMB_glob
+export LIST_FILES="nmmb_hst_01_bin_0048h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=glob
+export RSTRT=true
+export WLCLK=5
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_rst_nio_debug
===================================================================
--- checkout/oldtests/tests/nmm_reg_rst_nio_debug	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_rst_nio_debug	(revision 85747)
@@ -0,0 +1,21 @@
+###############################################################################
+#
+#  Regional NMM-B restart with NEMSIO input
+#  6x5 compute tasks / 1 thread / opnl physics / restart / nemsio input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional restart run with NEMSIO file DEBUG"
+
+export CNTL_DIR=NMMB_reg
+export LIST_FILES=""
+
+export_nems
+export_nmm
+export FCSTL=27
+export GBRG=reg
+export NEMSI=true
+export RSTRT=true
+export WLCLK=13
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_spec_adv
===================================================================
--- checkout/oldtests/tests/nmm_reg_spec_adv	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_spec_adv	(revision 85747)
@@ -0,0 +1,23 @@
+###############################################################################
+#
+#  Regional NMM-B with NEMSIO input
+#  6x5 compute tasks / 1 thread / separate species advection / NEMSIO input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with separate species advection ON"
+
+export CNTL_DIR=NMMB_reg_spec_adv
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+        	   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export SPEC_ADV=true
+export FCSTL=24
+export NEMSI=true
+export WLCLK=6
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/gfs_gocart_nemsio
===================================================================
--- checkout/oldtests/tests/gfs_gocart_nemsio	(nonexistent)
+++ checkout/oldtests/tests/gfs_gocart_nemsio	(revision 85747)
@@ -0,0 +1,35 @@
+###############################################################################
+#
+#  GFS_GOCART_NEMSIO
+#
+###############################################################################
+
+export TEST_DESCR="GFS_GOCART with NEMSIO"
+
+export CNTL_DIR=GFS_GOCART_NEMSIO
+export LIST_FILES="ngac.t00z.sigf00 ngac.t00z.sigf03 ngac.t00z.sigf06 ngac.t00z.sigf12 ngac.t00z.sigf24 \
+                   ngac.t00z.sfcf00 ngac.t00z.sfcf03 ngac.t00z.sfcf06 ngac.t00z.sfcf12 ngac.t00z.sfcf24 \
+                   ngac.t00z.aerf00 ngac.t00z.aerf03 ngac.t00z.aerf06 ngac.t00z.aerf12 ngac.t00z.aerf24 "
+# PT skipping flxf comparison until fixed on Theia
+#                   ngac.t00z.flxf00 ngac.t00z.flxf03 ngac.t00z.flxf06 ngac.t00z.flxf12 ngac.t00z.flxf24 \
+
+export_gsm
+
+export TASKS=64
+export PE1=64
+export QUILT=.true.
+export NEMSIOIN=.true.
+export SIGIOIN=.false.
+export NEMSIOOUT=.true.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+export CDATE=2012071700
+#export SIGHDR=$NEMSIOGET
+export WTPG=4
+export dtphys=3600
+export wave=126
+export shuff_lats_a=.true.
+export shuff_lats_r=.true.
+export DATAICDIR=GFS_GOCART_NEMSIO
+
+RUN_SCRIPT=rt_gocart.sh
Index: checkout/oldtests/tests/nmm_reg_post
===================================================================
--- checkout/oldtests/tests/nmm_reg_post	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_post	(revision 85747)
@@ -0,0 +1,27 @@
+###############################################################################
+#
+#  Regional NMM-B with pure binary input and post
+#  6x5 compute tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="NMMB-regional run with post on quilt"
+
+export CNTL_DIR=NMMB_reg_post
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s \
+        	   nmmb_hst_01_bin_0048h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s \
+        	   nmmb_hst_01_nio_0048h_00m_00.00s \
+        	   nmmb_rst_01_bin_0024h_00m_00.00s \
+        	   nmmb_rst_01_nio_0024h_00m_00.00s \
+        	   BGDAWP.GrbF48 \
+        	   BGRD3D.GrbF48 \
+        	   BGRDSF.GrbF48"
+
+export_nems
+export_nmm
+export GBRG=reg
+export WPREC=true
+export WRITE_DOPOST=.true.
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/gfs_slg_nsst
===================================================================
--- checkout/oldtests/tests/gfs_slg_nsst	(nonexistent)
+++ checkout/oldtests/tests/gfs_slg_nsst	(revision 85747)
@@ -0,0 +1,86 @@
+###############################################################################
+#
+#  GFS Semi-Lagrangian model
+#  32 tasks, T62L64, 24 hours forecast. physics version. NEMSIO output, NSST on.
+#  With digital filter. Read-in fron gfs_slg_nemsio 24 hours output file.
+#
+###############################################################################
+
+export TEST_DESCR="Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions"
+
+export CNTL_DIR=GFS_SLG_NSST
+export LIST_FILES="sigf00 sigf01 sigf24 sfcf00 sfcf01 sfcf24 nstf00 nstf01 nstf24 flxf00 flxf01 flxf24"
+
+export_gsm
+
+#jw module purge
+#jw module load EnvVars/1.0.0 ibmpe lsf ics/14.0.1 NetCDF/4.2/serial ESMF/630rp1
+
+export CDATE=2012010100
+export LDFI_SPECT=.true.
+export NDAYS=2
+export wave=62
+export lm=64
+export TASKS=33
+export TPN=16
+export THRD=1
+export ADIABATIC=.false.
+export IAER=111
+#jw export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+export WLCLK=29
+export SLG=.true.
+export PE1=33
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+export QUILT=.true.
+export isoil=4
+export MEMBER_NAMES=c00
+export CP2=.false.
+export FDFI=3
+export FHRES=144
+export FHOUT=1
+export LONB=192
+export LATB=94
+export LONR=192
+export LATR=94
+export FHROT=0
+export FHZER=6
+export FHOUT_HF=1
+export FHMAX_HF=0
+export fcyc=24
+export lsoil=4
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=2         # nsst model mode: 0(no nsst), 1(uncpld nsst) and 2(cpld nstnst)
+export NST_SPINUP=0       # generate nst file or not (0=no, 1=yes)
+export NST_RESERVED=0     # nsst analysis mode: 0 = off; 1 = on
+export ZSEA1=0            # the upper depth (in mm) to do vertical mean of T-Profile (0 = default)
+export ZSEA2=5            # the lower depth (in mm) to do vertical mean of T-Profile (0 = default)
+export nst_anl=.false.    # .fasle. : N
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+export DATAICDIR=GFS_SLG_NSST
+export FHOUT_HF=1
+export FHMAX_HF=12
+
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/nmm_reg_hur
===================================================================
--- checkout/oldtests/tests/nmm_reg_hur	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_hur	(revision 85747)
@@ -0,0 +1,29 @@
+###############################################################################
+#
+#  Regional NMM-B with HWRF physics
+#  6x5 compute tasks / 1 thread / HWRF / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with HWRF physics"
+
+export CNTL_DIR=NMMB_reg_hur
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+        	   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export FCSTL=24
+export WLCLK=5
+export TURBL=gfsedmfhur
+export CONVC=scalecu
+export MICRO=fer_hires
+export RADTN=gfdl
+export SFC_LAYER=gfdl
+export LAND_SURFACE=noah 
+export WLCLK=8
+
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_filt
===================================================================
--- checkout/oldtests/tests/nmm_reg_filt	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_filt	(revision 85747)
@@ -0,0 +1,30 @@
+###############################################################################
+#
+#  Regional NMM-B static nests with filter
+#  Compute tasks - Upper parent 2x2 | Child #1 3x5 | Grandchild 6x7
+#  1 thread / opnl physics / free fcst / nemsio binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional digital filter with static nests"
+
+export CNTL_DIR=NMMB_reg_filt
+export LIST_FILES="nmmb_hst_01_bin_0003h_00m_00.00s nmmb_hst_01_nio_0003h_00m_00.00s \
+        	   nmmb_hst_02_bin_0003h_00m_00.00s nmmb_hst_02_nio_0003h_00m_00.00s \
+        	   nmmb_hst_03_bin_0003h_00m_00.00s nmmb_hst_03_nio_0003h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=fltr
+export FCSTL=03
+export AFFN=cpu
+export NEMSI=true
+export NCHILD=01
+export TASKS=$TASKS_fltr
+export TPN=$TPN_fltr
+export INPES=$INPES_fltr
+export JNPES=$JNPES_fltr
+export WTPG=$WTPG_fltr
+export WLCLK=15
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_gfsp
===================================================================
--- checkout/oldtests/tests/nmm_reg_gfsp	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_gfsp	(revision 85747)
@@ -0,0 +1,21 @@
+###############################################################################
+#
+#  Regional NMM-B with GFS physics
+#  6x5 compute tasks / 1 thread / GFS physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with GFS physics package"
+
+export CNTL_DIR=NMMB_gfsP_reg
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+		   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+		   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export gfsP=true
+export FCSTL=24
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_nests
===================================================================
--- checkout/oldtests/tests/nmm_nests	(nonexistent)
+++ checkout/oldtests/tests/nmm_nests	(revision 85747)
@@ -0,0 +1,39 @@
+###############################################################################
+#
+#  NMM-B static nests: Regional parent with two children and one grandchild
+#  Compute tasks - Upper parent 2x3 | Child #1 4x8 | Child #2 2x4 | Grandchild 7x10
+#  1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with static nests"
+
+export CNTL_DIR=NMMB_nests
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+        	   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s \
+        	   nmmb_hst_02_bin_0000h_00m_00.00s nmmb_hst_02_bin_0024h_00m_00.00s \
+        	   nmmb_hst_02_nio_0000h_00m_00.00s nmmb_hst_02_nio_0024h_00m_00.00s \
+        	   nmmb_rst_02_bin_0012h_00m_00.00s nmmb_rst_02_nio_0012h_00m_00.00s \
+        	   nmmb_hst_03_bin_0000h_00m_00.00s nmmb_hst_03_bin_0024h_00m_00.00s \
+        	   nmmb_hst_03_nio_0000h_00m_00.00s nmmb_hst_03_nio_0024h_00m_00.00s \
+        	   nmmb_rst_03_bin_0012h_00m_00.00s nmmb_rst_03_nio_0012h_00m_00.00s \
+        	   nmmb_hst_04_bin_0000h_00m_00.00s nmmb_hst_04_bin_0024h_00m_00.00s \
+        	   nmmb_hst_04_nio_0000h_00m_00.00s nmmb_hst_04_nio_0024h_00m_00.00s \
+        	   nmmb_rst_04_bin_0012h_00m_00.00s nmmb_rst_04_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=nests
+export FCSTL=24
+export NCHILD=02
+export AFFN=cpu
+export NODE=3
+export WLCLK=30
+export TASKS=$TASKS_nest
+export TPN=$TPN_nest
+export INPES=$INPES_nest
+export JNPES=$JNPES_nest
+export WTPG=$WTPG_nest
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/gfs_eulerian
===================================================================
--- checkout/oldtests/tests/gfs_eulerian	(nonexistent)
+++ checkout/oldtests/tests/gfs_eulerian	(revision 85747)
@@ -0,0 +1,19 @@
+###############################################################################
+#
+#  GFS Eulerian dynamics with digital filter
+#  30 compute tasks / 1 thread
+#
+###############################################################################
+
+export TEST_DESCR="GFS eulerian dycore,32 total proc (tasks), 1 thread, quilt, digital filter on reduced grid"
+
+export CNTL_DIR=GFS_EULERIAN
+export LIST_FILES="sigf03 sigf06 sigf12 sigf24 sigf48 \
+                   sfcf03 sfcf06 sfcf12 sfcf24 sfcf48 \
+                   flxf03 flxf06 flxf12 flxf24 flxf48"
+
+export_gsm
+export FDFI=3
+export DATAICDIR=GFS_EULERIAN
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/wam_gh_l150
===================================================================
--- checkout/oldtests/tests/wam_gh_l150	(nonexistent)
+++ checkout/oldtests/tests/wam_gh_l150	(revision 85747)
@@ -0,0 +1,43 @@
+###############################################################################
+#
+#  WAM enthalpy on general hybrid 2loop 150levels
+#  32 compute tasks / 1 thread ,no quilting
+#
+###############################################################################
+
+export TEST_DESCR="WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting"
+
+export CNTL_DIR=WAM_gh_l150
+export LIST_FILES="sigf00 sigf03 sigf06 sigf12 sigf24 \
+                   sfcf00 sfcf03 sfcf06 sfcf12 sfcf24 \
+                   flxf00 flxf03 flxf06 flxf12 flxf24 "
+#export LIST_FILES="sigf00 sigf03 sigf06 sigf12 sigf24 sigf48 \
+#                   sfcf00 sfcf03 sfcf06 sfcf12 sfcf24 sfcf48 \
+#                   flxf00 flxf03 flxf06 flxf12 flxf24 flxf48"
+
+export_gsm
+#export NDAYS=2
+export NDAYS=1
+export CDATE=2011092300
+export WLCLK=30
+export TASKS=32
+export PE1=$TASKS
+export THRD=1
+export QUILT=.false.
+export FDFI=3
+export CP2=.false.
+export IDEA=.true.
+export IDVC=3
+export THERMODYN_ID=3
+export SFCPRESS_ID=2
+export SPECTRALLOOP=2
+# F107_KP_SIZE is the forecast run length required f107 data size.
+#-----------------------------------------------------------------
+export F107_KP_SIZE=16
+export F107_KP_INTERVAL=10800
+export WAM_IPE_COUPLING=.true.
+export HEIGHT_DEPENDENT_G=.true.
+export F107_KP_SKIP_SIZE=24
+export F107_KP_DATA_SIZE=56
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/gfs_slg_adiabatic
===================================================================
--- checkout/oldtests/tests/gfs_slg_adiabatic	(nonexistent)
+++ checkout/oldtests/tests/gfs_slg_adiabatic	(revision 85747)
@@ -0,0 +1,78 @@
+###############################################################################
+#
+#  GFS Semi-Lagrangian model
+#  32 tasks, T62L64, 24 hours forecast. adiabatic version. NEMSIO output.
+#  With digital filter. Read-in fron gfs_slg_nemsio 24 hours output file.
+#
+###############################################################################
+
+export TEST_DESCR="Run SLG adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions"
+
+export CNTL_DIR=GFS_SLG_ADIABATIC
+export LIST_FILES="sigf00 sigf06 sigf12 sigf24 "
+
+export_gsm
+
+#jw module purge
+#jw module load EnvVars/1.0.0 ibmpe lsf ics/14.0.1 NetCDF/4.2/serial ESMF/630rp1
+
+export CDATE=2012010100
+export LDFI_SPECT=.true.
+export NDAYS=1
+export wave=62
+export lm=64
+export TASKS=32
+export TPN=16
+export THRD=1
+export ADIABATIC=.true.
+export IAER=111
+#jw export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+export WLCLK=29
+export SLG=.true.
+export PE1=32
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+export QUILT=.false.
+export isoil=4
+export MEMBER_NAMES=c00
+export CP2=.false.
+export FDFI=3
+export FHRES=144
+export FHOUT=6
+export LONB=192
+export LATB=94
+export LONR=192
+export LATR=94
+export FHROT=0
+export FHZER=6
+export FHOUT_HF=1
+export FHMAX_HF=0
+export fcyc=24
+export lsoil=4
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+export DATAICDIR=GFS_SLG
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/nmm_2way_nests
===================================================================
--- checkout/oldtests/tests/nmm_2way_nests	(nonexistent)
+++ checkout/oldtests/tests/nmm_2way_nests	(revision 85747)
@@ -0,0 +1,42 @@
+###############################################################################
+#
+#  NMM-B moving nests: Use generational task assignments and 2-way exchange.
+#  Compute tasks - Upper parent 5x18 | Child #1 5x9 | Child #2 5x9 | Grandchild 10x9
+#  1 thread / opnl physics / free fcst / nemsio and pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with 2-way moving nests"
+
+export CNTL_DIR=NMMB_2way_nests
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+		   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+		   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s \
+		   nmmb_hst_02_bin_0000h_00m_00.00s nmmb_hst_02_bin_0024h_00m_00.00s \
+		   nmmb_hst_02_nio_0000h_00m_00.00s nmmb_hst_02_nio_0024h_00m_00.00s \
+		   nmmb_rst_02_bin_0012h_00m_00.00s nmmb_rst_02_nio_0012h_00m_00.00s \
+		   nmmb_hst_03_bin_0000h_00m_00.00s nmmb_hst_03_bin_0024h_00m_00.00s \
+		   nmmb_hst_03_nio_0000h_00m_00.00s nmmb_hst_03_nio_0024h_00m_00.00s \
+		   nmmb_rst_03_bin_0012h_00m_00.00s nmmb_rst_03_nio_0012h_00m_00.00s \
+		   nmmb_hst_04_bin_0000h_00m_00.00s nmmb_hst_04_bin_0024h_00m_00.00s \
+		   nmmb_hst_04_nio_0000h_00m_00.00s nmmb_hst_04_nio_0024h_00m_00.00s \
+		   nmmb_rst_04_bin_0012h_00m_00.00s nmmb_rst_04_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=mnests_2way
+export FCSTL=24
+export NCHILD=02
+export NEMSI=true
+export NODE=3
+export AFFN=cpu
+export MODE=2-way
+export TASKS=$TASKS_mvg2
+export TPN=$TPN_mvg2
+export INPES=$INPES_mvg2
+export JNPES=$JNPES_mvg2
+export WTPG=$WTPG_mvg2
+export WGT=1.0
+export WLCLK=13
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_pcpadj
===================================================================
--- checkout/oldtests/tests/nmm_reg_pcpadj	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_pcpadj	(revision 85747)
@@ -0,0 +1,22 @@
+###############################################################################
+#
+#  Regional NMM-B with precipitation adjustment on
+#  6x5 compute tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with precipitation adjustment on"
+
+export CNTL_DIR=NMMB_reg_pcpadj
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0012h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0012h_00m_00.00s \
+        	   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export FCSTL=12
+export PCPFLG=true
+export WLCLK=5
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_gfsp
===================================================================
--- checkout/oldtests/tests/nmm_gfsp	(nonexistent)
+++ checkout/oldtests/tests/nmm_gfsp	(revision 85747)
@@ -0,0 +1,24 @@
+###############################################################################
+#
+#  Global NMM-B with GFS physics
+#  6x5 compute tasks / 1 thread / GFS physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-global with GFS physics package"
+
+export CNTL_DIR=NMMB_gfsP_glob
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s \
+        	   nmmb_hst_01_bin_0024h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s \
+        	   nmmb_hst_01_nio_0024h_00m_00.00s \
+        	   nmmb_rst_01_bin_0012h_00m_00.00s \
+        	   nmmb_rst_01_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=glob
+export gfsP=true
+export FCSTL=24
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_filt_zombie
===================================================================
--- checkout/oldtests/tests/nmm_reg_filt_zombie	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_filt_zombie	(revision 85747)
@@ -0,0 +1,30 @@
+###############################################################################
+#
+#  Regional NMM-B static nests with filter where grandchild skips filter
+#  Compute tasks - Upper parent 2x2 | Child #1 3x5 | Grandchild 6x7
+#  1 thread / opnl physics / free fcst / nemsio binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional digital filter with zombie grandchild"
+
+export CNTL_DIR=NMMB_reg_filt_zombie
+export LIST_FILES="nmmb_hst_01_bin_0003h_00m_00.00s nmmb_hst_01_nio_0003h_00m_00.00s \
+        	   nmmb_hst_02_bin_0003h_00m_00.00s nmmb_hst_02_nio_0003h_00m_00.00s \
+        	   nmmb_hst_03_bin_0003h_00m_00.00s nmmb_hst_03_nio_0003h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=fltr_zombie
+export FCSTL=03
+export AFFN=cpu
+export NEMSI=true
+export NCHILD=01
+export TASKS=$TASKS_fltr
+export TPN=$TPN_fltr
+export INPES=$INPES_fltr
+export JNPES=$JNPES_fltr
+export WTPG=$WTPG_fltr
+export WLCLK=17
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/gfs_slg_t574
===================================================================
--- checkout/oldtests/tests/gfs_slg_t574	(nonexistent)
+++ checkout/oldtests/tests/gfs_slg_t574	(revision 85747)
@@ -0,0 +1,78 @@
+###############################################################################
+#
+#  GFS Semi-Lagrangian model
+#  96 tasks, T574, 24 hours forecast. physics version. NEMSIO output.
+#  With digital filter. Read-in fron gfs_slg_nemsio 24 hours output file.
+#
+###############################################################################
+
+export TEST_DESCR="Run T574 SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions"
+
+export CNTL_DIR=GFS_SLG_T574
+export LIST_FILES="sigf00 SIG.F06 SIG.F12 sigf24 sfcf00 SFC.F06 SFC.F12 sfcf24 flxf00 FLX.F06 FLX.F12 flxf24"
+
+export_gsm
+
+#jw module purge
+#jw module load EnvVars/1.0.0 ibmpe lsf ics/14.0.1 NetCDF/4.2/serial ESMF/630rp1
+
+export CDATE=2012102400
+export LDFI_SPECT=.true.
+export NDAYS=1
+export wave=574
+export lm=64
+export TASKS=96
+export TPN=8
+export THRD=1
+export ADIABATIC=.false.
+export IAER=111
+#jw export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+export WLCLK=30
+export SLG=.true.
+export PE1=96
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION='"grib1"'
+export GOCART_AER2POST=.false.
+export NSOUT=0
+export QUILT=.true.
+export isoil=4
+export MEMBER_NAMES=c00
+export CP2=.false.
+export FDFI=3
+export FHRES=144
+export FHOUT=6
+export LONB=1152
+export LATB=576
+export LONR=1152
+export LATR=576
+export FHROT=0
+export FHZER=6
+export FHOUT_HF=1
+export FHMAX_HF=0
+export fcyc=24
+export lsoil=4
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+export DATAICDIR=GFS_SLG_T574
+
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldtests/tests/nmm_reg_sel_phy
===================================================================
--- checkout/oldtests/tests/nmm_reg_sel_phy	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_sel_phy	(revision 85747)
@@ -0,0 +1,24 @@
+###############################################################################
+#
+#  Regional NMM-B with selected GFS physics schemes
+#  6x5 compute tasks / 1 thread / selected GFS physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with selected GFS physics schemes"
+
+export CNTL_DIR=NMMB_reg_sel_phy
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+        	   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+        	   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export FCSTL=24
+export CONVC=sas
+export MICRO=gfs
+export TURBL=gfs
+export WLCLK=6
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_decomp
===================================================================
--- checkout/oldtests/tests/nmm_reg_decomp	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_decomp	(revision 85747)
@@ -0,0 +1,21 @@
+###############################################################################
+#
+#  Regional NMM-B with different domain decomposition
+#  3x5 compute tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional different decomposition"
+
+export CNTL_DIR=NMMB_reg
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export FCSTL=12
+export INPES=$JNPES_dflt
+export JNPES=$INPES_dflt
+export WLCLK=6
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_2way_nests_debug
===================================================================
--- checkout/oldtests/tests/nmm_2way_nests_debug	(nonexistent)
+++ checkout/oldtests/tests/nmm_2way_nests_debug	(revision 85747)
@@ -0,0 +1,31 @@
+###############################################################################
+#
+#  NMM-B moving nests: Use generational task assignments and 2-way exchange.
+#  Compute tasks - Upper parent 5x18 | Child #1 5x9 | Child #2 5x9 | Grandchild 10x9
+#  1 thread / opnl physics / free fcst / nemsio and pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with 2-way moving nests DEBUG"
+
+export CNTL_DIR=NMMB_2way_nests
+export LIST_FILES=
+
+export_nems
+export_nmm
+export GBRG=mnests_2way
+export FCSTL=3
+export NCHILD=02
+export NEMSI=true
+export NODE=3
+export AFFN=cpu
+export MODE=2-way
+export TASKS=$TASKS_mvg2
+export TPN=$TPN_mvg2
+export INPES=$INPES_mvg2
+export JNPES=$JNPES_mvg2
+export WTPG=$WTPG_mvg2
+export WGT=1.0
+export WLCLK=18
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_sas_zhao
===================================================================
--- checkout/oldtests/tests/nmm_reg_sas_zhao	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_sas_zhao	(revision 85747)
@@ -0,0 +1,23 @@
+###############################################################################
+#
+#  Regional NMM-B with selected physics schemes (SAS, ZHAO)
+#  6x5 compute tasks / 1 thread / selected GFS physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with physics schemes SAS, ZHAO"
+
+export CNTL_DIR=NMMB_reg_sas_zhao
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+		   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+		   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export FCSTL=24
+export CONVC=sas
+export MICRO=gfs
+export WLCLK=6
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_mvg_nests
===================================================================
--- checkout/oldtests/tests/nmm_mvg_nests	(nonexistent)
+++ checkout/oldtests/tests/nmm_mvg_nests	(revision 85747)
@@ -0,0 +1,39 @@
+###############################################################################
+#
+#  NMM-B 1-way moving nests: Regional parent with two children and one grandchild
+#  Compute tasks - Upper parent 8x8 | Child #1 2x6 | Child #2 2x6 | Grandchild 5x6
+#  1 thread / opnl physics / free fcst / nemsio binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional with moving nests"
+
+export CNTL_DIR=NMMB_mvg_nests
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+		   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+		   nmmb_rst_01_bin_0012h_00m_00.00s nmmb_rst_01_nio_0012h_00m_00.00s \
+		   nmmb_hst_02_bin_0000h_00m_00.00s nmmb_hst_02_bin_0024h_00m_00.00s \
+		   nmmb_hst_02_nio_0000h_00m_00.00s nmmb_hst_02_nio_0024h_00m_00.00s \
+		   nmmb_rst_02_bin_0012h_00m_00.00s nmmb_rst_02_nio_0012h_00m_00.00s \
+		   nmmb_hst_03_bin_0000h_00m_00.00s nmmb_hst_03_bin_0024h_00m_00.00s \
+		   nmmb_hst_03_nio_0000h_00m_00.00s nmmb_hst_03_nio_0024h_00m_00.00s \
+		   nmmb_rst_03_bin_0012h_00m_00.00s nmmb_rst_03_nio_0012h_00m_00.00s \
+		   nmmb_hst_04_bin_0000h_00m_00.00s nmmb_hst_04_bin_0024h_00m_00.00s \
+		   nmmb_hst_04_nio_0000h_00m_00.00s nmmb_hst_04_nio_0024h_00m_00.00s \
+		   nmmb_rst_04_bin_0012h_00m_00.00s nmmb_rst_04_nio_0012h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=mnests
+export FCSTL=24
+export NCHILD=02
+export NEMSI=true
+export NODE=3
+export TASKS=$TASKS_mvg1
+export TPN=$TPN_mvg1
+export INPES=$INPES_mvg1
+export JNPES=$JNPES_mvg1
+export WTPG=$WTPG_mvg1
+export WLCLK=12
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_reg_rst
===================================================================
--- checkout/oldtests/tests/nmm_reg_rst	(nonexistent)
+++ checkout/oldtests/tests/nmm_reg_rst	(revision 85747)
@@ -0,0 +1,19 @@
+###############################################################################
+#
+#  Regional NMM-B restart with pure binary input
+#  6x5 compute tasks / 1 thread / opnl physics / restart / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional restart run"
+
+export CNTL_DIR=NMMB_reg
+export LIST_FILES="nmmb_hst_01_bin_0048h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=reg
+export RSTRT=true
+export WLCLK=5
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_nest_rest
===================================================================
--- checkout/oldtests/tests/nmm_nest_rest	(nonexistent)
+++ checkout/oldtests/tests/nmm_nest_rest	(revision 85747)
@@ -0,0 +1,32 @@
+###############################################################################
+#
+#  NMM-B restart static nests: Regional parent with two children and one grandchild
+#  Compute tasks - Upper parent 2x3 | Child #1 4x8 | Child #2 2x4 | Grandchild 7x10
+#  1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-regional static nests with restart"
+
+export CNTL_DIR=NMMB_nests
+export LIST_FILES="nmmb_hst_01_bin_0024h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+		   nmmb_hst_02_bin_0024h_00m_00.00s nmmb_hst_02_nio_0024h_00m_00.00s \
+		   nmmb_hst_03_bin_0024h_00m_00.00s nmmb_hst_03_nio_0024h_00m_00.00s \
+		   nmmb_hst_04_bin_0024h_00m_00.00s nmmb_hst_04_nio_0024h_00m_00.00s"
+
+export_nems
+export_nmm
+export RSTRT=true
+export GBRG=nests
+export FCSTL=24
+export NCHILD=02
+export AFFN=cpu
+export NODE=3
+export TASKS=$TASKS_nest
+export TPN=$TPN_nest
+export INPES=$INPES_nest
+export JNPES=$JNPES_nest
+export WTPG=$WTPG_nest
+export WLCLK=15
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/tests/nmm_decomp
===================================================================
--- checkout/oldtests/tests/nmm_decomp	(nonexistent)
+++ checkout/oldtests/tests/nmm_decomp	(revision 85747)
@@ -0,0 +1,22 @@
+###############################################################################
+#
+#  Global NMM-B with different domain decomposition
+#  3x5 compute tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="Test NMMB-global different decomposition"
+
+export CNTL_DIR=NMMB_glob
+export LIST_FILES="nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+                   nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s"
+
+export_nems
+export_nmm
+export GBRG=glob
+export FCSTL=24
+export INPES=$JNPES_dflt
+export JNPES=$INPES_dflt
+export WLCLK=5
+
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldtests/nems.configure.leapfrog_atm_wav.IN
===================================================================
--- checkout/oldtests/nems.configure.leapfrog_atm_wav.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.leapfrog_atm_wav.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.leapfrog_atm_wav.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.leapfrog_atm_wav.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.ocn.IN
===================================================================
--- checkout/oldtests/nems.configure.ocn.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.ocn.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.ocn.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.ocn.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/rt_nmm.sh
===================================================================
--- checkout/oldtests/rt_nmm.sh	(nonexistent)
+++ checkout/oldtests/rt_nmm.sh	(revision 85747)
@@ -0,0 +1,285 @@
+#!/bin/bash
+#set -eu
+
+mkdir -p ${RUNDIR}
+
+####################################################################################################
+# Make configure and run files
+####################################################################################################
+
+source atparse.bash
+
+wrtdopost="${WRITE_DOPOST}"
+postgrbvs="${POST_GRIBVERSION}"
+SRCD="${PATHTR}"
+RUND="${RUNDIR}"
+
+atparse > nmm_run < nmm_conf/nmm_${GBRG}_run.IN
+
+atparse < nmm_conf/nmm_${GBRG}_conf.IN > configure_file_01
+
+if [ ${nems_configure}"x" == "x" ]; then
+  nems_configure=atm_nostep
+  atm_model=nmm
+fi
+atparse < nems.configure.${nems_configure}.IN > nems.configure
+atparse < atmos.configure_nmm > atmos.configure
+
+if [ $SCHEDULER = 'moab' ]; then
+
+atparse < nmm_conf/nmm_msub.IN > nmm_msub
+
+elif [ $SCHEDULER = 'pbs' ]; then
+
+atparse < nmm_conf/nmm_qsub.IN > nmm_qsub
+
+elif [ $SCHEDULER = 'lsf' ]; then
+
+atparse < nmm_conf/nmm_bsub.IN > nmm_bsub
+
+fi
+
+if [ ${GBRG} = nests ]; then
+  cat nmm_conf/nmm_nests_conf_02.IN | atparse > configure_file_02
+
+  cat nmm_conf/nmm_nests_conf_03.IN | atparse > configure_file_03
+
+  cat nmm_conf/nmm_nests_conf_04.IN | atparse > configure_file_04
+
+fi
+
+if [ ${GBRG} = mnests ]; then
+  rm -f configure_file_02 configure_file_03 configure_file_04
+  cat nmm_conf/nmm_mnests_conf_02.IN | atparse > configure_file_02
+  cat nmm_conf/nmm_mnests_conf_03.IN | atparse > configure_file_03
+  cat nmm_conf/nmm_mnests_conf_04.IN | atparse > configure_file_04
+fi
+
+if [ ${MODE} = 2-way  ]; then
+  rm -f configure_file_02 configure_file_03 configure_file_04
+  cat nmm_conf/nmm_mnests_2way_conf_02.IN | atparse > configure_file_02
+  cat nmm_conf/nmm_mnests_2way_conf_03.IN | atparse > configure_file_03
+  cat nmm_conf/nmm_mnests_2way_conf_04.IN | atparse > configure_file_04
+fi
+
+if [ ${GBRG} = fltr ]; then
+  rm -f configure_file_02 configure_file_03 configure_file_04
+  cp nmm_conf/nmm_fltr_conf_02 configure_file_02
+  cp nmm_conf/nmm_fltr_conf_03 configure_file_03
+fi
+
+if [ ${GBRG} = fltr_zombie ]; then
+  rm -f configure_file_02 configure_file_03 configure_file_04
+  cp nmm_conf/nmm_fltr_conf_02 configure_file_02
+  cp nmm_conf/nmm_fltr_zombie_conf_03 configure_file_03
+fi
+
+####################################################################################################
+# Submit test
+####################################################################################################
+
+sh ./nmm_run
+
+# wait for the job to enter the queue
+count=0
+job_running=0
+until [ $job_running -eq 1 ]
+do
+echo "TEST is waiting to enter the queue"
+if [ $SCHEDULER = 'moab' ]; then
+  job_running=`showq -u ${USER} -n | grep ${JBNME} | wc -l`;sleep 5
+elif [ $SCHEDULER = 'pbs' ]; then
+  job_running=`qstat -u ${USER} -n | grep ${JBNME} | wc -l`;sleep 5
+elif [ $SCHEDULER = 'lsf' ]; then
+  job_running=`bjobs -u ${USER} -J ${JBNME} 2>/dev/null | grep ${QUEUE} | wc -l`;sleep 5
+fi
+(( count=count+1 )) ; if [ $count -eq 13 ] ; then echo "No job in queue after one minute, exiting..." ; exit 2 ; fi
+done
+
+# wait for the job to finish and compare results
+job_running=1
+n=1
+until [ $job_running -eq 0 ]
+do
+
+sleep 30
+if [ $SCHEDULER = 'moab' ]; then
+  job_running=`showq -u ${USER} -n | grep ${JBNME} | wc -l`
+elif [ $SCHEDULER = 'pbs' ]; then
+  job_running=`qstat -u ${USER} -n | grep ${JBNME} | wc -l`
+elif [ $SCHEDULER = 'lsf' ]; then
+  job_running=`bjobs -u ${USER} -J ${JBNME} 2>/dev/null | wc -l`
+fi
+
+if [ $SCHEDULER = 'moab' ]; then
+
+  status=`showq -u ${USER} -n | grep ${JBNME} | awk '{print $3}'` ; status=${status:--}
+  if [ -f ${RUNDIR}/err ] ; then FnshHrs=`grep Finished ${RUNDIR}/err | tail -1 | awk '{ print $10 }'` ; fi
+  FnshHrs=${FnshHrs:-0}
+  if   [ $status = 'Idle' ];       then echo "$n/2min TEST ${TEST_NR} is waiting in a queue, Status: " $status
+  elif [ $status = 'Running' ];    then echo "$n/2min TEST ${TEST_NR} is running,            Status: " $status  ", Finished " $FnshHrs "hours"
+  elif [ $status = 'Starting' ];   then echo "$n/2min TEST ${TEST_NR} is ready to run,       Status: " $status  ", Finished " $FnshHrs "hours"
+  elif [ $status = 'Completed' ];  then echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status ; job_running=0
+  else                                  echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status  ", Finished " $FnshHrs "hours"
+  fi
+
+elif [ $SCHEDULER = 'pbs' ]; then
+
+  status=`qstat -u ${USER} -n | grep ${JBNME} | awk '{print $"10"}'` ; status=${status:--}
+  if [ -f ${RUNDIR}/err ] ; then FnshHrs=`tail -100 ${RUNDIR}/err | grep Finished | tail -1 | awk '{ print $10 }'` ; fi
+  FnshHrs=${FnshHrs:-0}
+  if   [ $status = 'Q' ];  then echo "$n/2min TEST ${TEST_NR} is waiting in a queue, Status: " $status
+  elif [ $status = 'H' ];  then echo "$n/2min TEST ${TEST_NR} is held in a queue,    Status: " $status
+  elif [ $status = 'R' ];  then echo "$n/2min TEST ${TEST_NR} is running,            Status: " $status  ", Finished " $FnshHrs "hours"
+  elif [ $status = 'E' -o $status = 'C' ];  then
+    jobid=`qstat -u ${USER} | grep ${JBNME} | awk '{print $1}'`
+    exit_status=`qstat ${jobid} -f | grep exit_status | awk '{print $3}'`
+    if [ $exit_status != 0 ]; then
+      echo "Test ${TEST_NR} FAIL " >> ${REGRESSIONTEST_LOG}
+      (echo;echo;echo)             >> ${REGRESSIONTEST_LOG}
+      echo "Test ${TEST_NR} FAIL "
+      (echo;echo;echo)
+      echo $TEST_NAME >> fail_test
+      exit 0
+    fi
+    echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status
+    job_running=0
+  elif [ $status = 'C' ];  then echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status ; job_running=0
+  else                          echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status  ", Finished " $FnshHrs "hours"
+  fi
+
+elif [ $SCHEDULER = 'lsf' ]; then
+
+  status=`bjobs -u ${USER} -J ${JBNME} 2>/dev/null | grep ${QUEUE} | awk '{print $3}'` ; status=${status:--}
+#  if [ $status != '-' -a $status != 'PEND' ] ; then FnshHrs=`bpeek -J ${JBNME} | grep Finished | tail -1 | awk '{ print $10 }'` ; fi
+  if [ -f ${RUNDIR}/err ] ; then FnshHrs=`grep Finished ${RUNDIR}/err | tail -1 | awk '{ print $10 }'` ; fi
+  FnshHrs=${FnshHrs:-0}
+  if   [ $status = 'PEND' ];  then echo "$n/2min TEST ${TEST_NR} is waiting in a queue, Status: " $status
+  elif [ $status = 'RUN'  ];  then echo "$n/2min TEST ${TEST_NR} is running,            Status: " $status  ", Finished " $FnshHrs "hours"
+  elif [ $status = 'EXIT' ];  then
+    echo "Test ${TEST_NR} FAIL " >> ${REGRESSIONTEST_LOG}
+    (echo;echo;echo)             >> ${REGRESSIONTEST_LOG}
+    echo "Test ${TEST_NR} FAIL "
+    (echo;echo;echo)
+    echo $TEST_NAME >> fail_test
+    exit 0
+  else                             echo "$n/2min TEST ${TEST_NR} is finished,           Status: " $status  ", Finished " $FnshHrs "hours"
+    exit_status=`bjobs -u ${USER} -J ${JBNME} -a 2>/dev/null | grep $QUEUE | awk '{print $3}'`
+    if [ $exit_status = 'EXIT' ];  then
+      echo "Test ${TEST_NR} FAIL " >> ${REGRESSIONTEST_LOG}
+      (echo;echo;echo)             >> ${REGRESSIONTEST_LOG}
+      echo "Test ${TEST_NR} FAIL "
+      (echo;echo;echo)
+      echo $TEST_NAME >> fail_test
+      exit 0
+    fi
+  fi
+
+
+fi
+(( n=n+1 ))
+done
+
+####################################################################################################
+# Check results
+####################################################################################################
+
+test_status='PASS'
+
+# Give 10 seconds for data to show up on file system
+sleep 10
+
+(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")  >> ${REGRESSIONTEST_LOG}
+           echo "working dir  = ${RUNDIR}"              >> ${REGRESSIONTEST_LOG}
+           echo "Checking test ${TEST_NR} results ...." >> ${REGRESSIONTEST_LOG}
+(echo;echo;echo "baseline dir = ${RTPWD}/${CNTL_DIR}")
+           echo "working dir  = ${RUNDIR}"
+           echo "Checking test ${TEST_NR} results ...."
+
+#
+     if [ ${CREATE_BASELINE} = false ]; then
+#
+# --- regression test comparison ----
+#
+
+for i in ${LIST_FILES}
+do
+printf %s " Comparing " $i "....." >> ${REGRESSIONTEST_LOG}
+printf %s " Comparing " $i "....."
+
+if [ ! -f ${RUNDIR}/$i ] ; then
+
+  echo ".......MISSING file" >> ${REGRESSIONTEST_LOG}
+  echo ".......MISSING file"
+  test_status='FAIL'
+
+elif [ ! -f ${RTPWD}/${CNTL_DIR}/$i ] ; then
+
+  echo ".......MISSING baseline" >> ${REGRESSIONTEST_LOG}
+  echo ".......MISSING baseline"
+  test_status='FAIL'
+
+else
+
+  d=`cmp ${RTPWD}/${CNTL_DIR}/$i ${RUNDIR}/$i | wc -l`
+
+  if [[ $d -ne 0 ]] ; then
+#  (echo " ......***NOT OK***" ; echo ; echo "   $i differ!   ")>> ${REGRESSIONTEST_LOG}
+#   echo " ......***NOT OK***" ; echo ; echo "   $i differ!   " ; exit 2
+    echo ".......***NOT OK***" >> ${REGRESSIONTEST_LOG} 
+    echo ".......***NOT OK***" 
+    test_status='FAIL' 
+    if [ ${BAIL_CONDITION}"x" = FILE"x" ]; then 
+      echo "BAIL_CONDITION=FILE, Abort testing on failure" 
+      exit 2 
+    fi
+     
+  else
+
+    echo "....OK" >> ${REGRESSIONTEST_LOG}
+    echo "....OK"
+  fi
+
+fi
+
+done
+
+if [ $test_status = 'FAIL' ]; then echo $TEST_NAME >> fail_test ; fi
+
+#
+     else
+#
+# --- create baselines
+#
+
+ echo;echo;echo "Moving set ${TEST_NR} files ...."
+
+for i in ${LIST_FILES}
+do
+  printf %s " Moving " $i "....."
+  if [ -f ${RUNDIR}/$i ] ; then
+    cp ${RUNDIR}/${i} ${STMP}/${USER}/REGRESSION_TEST/${CNTL_DIR}/${i}
+  else
+    echo "Missing " ${RUNDIR}/$i " output file"
+    echo;echo " Set ${TEST_NR} failed "
+    exit 2
+  fi
+done
+
+# ---
+     fi
+# ---
+
+echo "Test ${TEST_NR} ${test_status} " >> ${REGRESSIONTEST_LOG}
+(echo;echo;echo)                       >> ${REGRESSIONTEST_LOG}
+echo "Test ${TEST_NR} ${test_status} "
+(echo;echo;echo)
+
+sleep 4
+echo;echo
+
+####################################################################################################
+# End test
+####################################################################################################
+
+exit 0

Property changes on: checkout/oldtests/rt_nmm.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/exglobal_fcst_nems.sh
===================================================================
--- checkout/oldtests/exglobal_fcst_nems.sh	(nonexistent)
+++ checkout/oldtests/exglobal_fcst_nems.sh	(revision 85747)
@@ -0,0 +1,1806 @@
+#!/bin/sh
+################################################################################
+####  UNIX Script Documentation Block
+#                      .                                             .
+# Script name:         exglobal_fcst_nems.sh
+# Script description:  Runs a global spectral model forecast
+#
+# Author:        Mark Iredell       Org: NP23         Date: 1999-05-01
+#
+# Abstract: This script runs a single or an ensemble of global spectral model
+#           forecasts. The initial conditions and run parameters are either
+#           passed in the argument list or imported.
+#
+# Script history log:
+# 1999-05-01  Mark Iredell
+# 2005-01-03  Cheng-Hsuan Lu :add namelist SOIL_VEG
+#                             set FSMCL(2:4) = FSMCL2
+#                             add FNVMNC,FNVMXC,FNSLPC,FNABSC
+# 2006-02     Shrinivas Moorthi Modified to run ESMF - Stand Alone
+#                             version of ATM - Only filestyle "L"
+#                             allowed - Added a ESMF config file
+#                             The script can run up to 21 ENS members
+#                             concurrently.
+# 2006-06     Shrinivas Moorthi : Added default PE$n values to 0
+# 2009-05     Jun Wang, add write grid component option
+# 2009-10     Sarah Lu, ESMF_State_Namelist modified:
+#                       tracer added; (q, oz, cld) removed
+# 2009-11     Jun Wang, activate reduced grid option and digital filter option
+# 2009-12     Jun Wang, link atm_namelist.rc to configure_file
+# 2009-2010   Shrinvias Moorthi : Added stochastic ensembles, semi-Lagrangian
+#                                 high frequency output, G3D outputs and many
+#                                 other upgrades related to model changes
+# 2010-01     Weiyu Yang, modified for the ensemble GEFS.
+# 2010-01-14  Sarah Lu : Added GOCART_CLIM and GOCART_LUTS
+# 2010-02     Jun Wang  Add restart
+# 2010-02-06  Sarah Lu : modify phy_namelist.rc (set p_export/dp_export to 1)
+# 2010-03-23  Sarah Lu : add passive_tracer to atm_namelist.rc 
+# 2010-05-31  Sarah Lu : use wildcard to copy files from GOCART_CLIM to DATA
+# 2010-07     Jun Wang : add option to output filtered 3hr output
+# 2010-07-14  Shrinivas Moorthi : Upgraded for the new physics and nst model
+#             and rewrote some parts and added ensemble generality
+# 2010-07-23  Sarah Lu : add AER, modify filename_base, file_io_form, file_io
+# 2010-12-12  Henry Juang : add ndslfv, process_split, and mass_dp for NDSL
+# 2011-03-15  Henry Juang : add JCAPG for NDSL
+# 2011-02-28  Sarah Lu : add thermodyn_id and sfcpress_id to nam_dyn
+# 2011-04-14  Jun Wang : add copy MAPL/CHEM config files,set default FILE_IO_FORM
+# 2012-01-15  Sarah Lu: add WRITE_DOPOST, GOCART_POSTOUT, POST_GRIBVERSION
+# 2012-02-03  Jun Wang: add grib2 option for POST
+# 2012-02-12  Sarah Lu: change GOCART_POSTOUT to GOCART_AER2POST
+# 2012-02-20  Jun Wang: add POST_NCEPGRB2TBL for post
+# 2012-03-15  Sarah Lu: modify how POST_GRIBVERSION is specified
+# 2012-05-12  Sarah Lu: modify how LATG is specified
+# 2012-04-06  Henry Juang : add option of IDEA
+# 2012-04-16  Jun Wang : set dp_import to 1 for NDSL
+# 2012-09-26  Jun Wang : set sigio option
+# 2013-02-12  Henry Juang : remove JCAPG
+# 2013-07-10  Sarah Lu: specify wgrib and nemsioget for multi-platform
+# 2013-11-13  Xingren Wu : add A2OI for Atm/Ocn/Ice coupling
+# 2014-06-27  S. Moorthi - Clean up, fix slg option, gaea specific  etc
+# 2014-10-11  S. Moorthi - Clean up, unify gloabl and ngac scripts remove scheduler etc
+# 2015-01-06  S. Moorthi - Added THEIA option ; turned off ESMF Compliance check etc
+# 2015 02-26  S. Moorthi - added MICRO_PHY_DATA
+# 2015 08-21  Xu Li      - change nst_fcst to be nstf_name, define nstf_name and nst_anl
+#                          nstf_name contains the NSST related parameters
+#                          nstf_name(1) : 0 = NSSTM off, 1 = NSSTM on but uncoupled, 2 = NSSTM on and coupled
+#                          nstf_name(2) : 1 = NSSTM spin up on, 0 = NSSTM spin up off
+#                          nstf_name(3) : 1 = NSST analysis on, 0 = NSSTM analysis off
+#                          nstf_name(4) : zsea1 in mm
+#                          nstf_name(5) : zsea2 in mm
+#                          nst_anl      : .true. = NSST analysis on, .false. = NSSTM analysis off
+
+# 2015-10-19 Weiyu Yang  - add the f107_kp_size, f107_kp_interval.
+#                          number of inputted f10.7 and kp data and the time
+#                          interval of them.
+# 2016-03-07 Weiyu Yang  - Add WAM IPE coupling flags wam_ipe_coupling and 
+#                          height_dependent_g. Add f107_kp_skip_size to skip
+#                          the f10.7 and kp observation data before the start time
+#                          of the forecast run.
+# 2016-03-17 S. Moorthi  - added default values to Weiyu's WAM changes
+# 2016-03-28 S. Moorthi  - add iobuf, hugepages, task geometry equivalent etc on
+#                          wcoss cray.  Right now it is designed to have three
+#                          segments for the compute tasks and one for io tasks.
+#                          The aprun commands themselves need to be set outside
+#                          The default setting is to run one aprun command
+# 2016-06-10 S. Moorthi  - Adding H2O Chemistry for staratosphere
+#
+# Usage:  global_forecast.sh SIGI/GRDI SFCI SIGO FLXO FHOUT FHMAX IGEN D3DO NSTI NSTO G3DO FHOUT_HF FHMAX_HF
+#
+#   Input script positional parameters:
+#     1             Input grd file 1
+#                   defaults to $SIGI or $GRDI; one or the other is required
+#     2             Input surface file
+#                   defaults to $SFCI; one or the other is required
+#     3             Output sigma file with embedded forecast hour '${FH}'
+#                   defaults to $SIGO, then to ${COMOUT}/sigf'${FH}'$SUFOUT
+#     4             Output flux file with embedded forecast hour '${FH}'
+#                   defaults to $FLXO, then to ${COMOUT}/flxf'${FH}'$SUFOUT
+#     5             Output frequency in hours
+#                   defaults to $FHOUT, then to 3
+#     6             Length of forecast in hours
+#                   defaults to $FHMAX; otherwise FHSEG is required to be set
+#     7             Output generating code
+#                   defaults to $IGEN, defaults to 0
+#     8             Output flux file with embedded forecast hour '${FH}'
+#                   defaults to $D3DO, then to ${COMOUT}/d3df'${FH}'$SUFOUT
+#     9             Input NST file
+#     10            Output NST file
+#     11            output 3d file for GOCART
+#                   defaults to $G3DO, then to ${COMOUT}/g3df'${FH}'$SUFOUT
+#     12            High frequency output interval ; default 1 hour
+#     13            Maximum hour of high frequecny output
+#
+#   Imported Shell Variables:
+#     SIGI/GRDI     Input sigma file
+#                   overridden by $1; one or the other is required
+#     SFCI          Input surface file
+#                   overridden by $2; one or the other is required
+#     SIGO          Output sigma file with embedded forecast hour '${FH}'
+#                   overridden by $3; defaults to ${COMOUT}/sigf'${FH}'$SUFOUT
+#     FLXO          Output flux file with embedded forecast hour '${FH}'
+#                   overridden by $4; defaults to ${COMOUT}/flxf'${FH}'$SUFOUT
+#     D3DO          Output d3d file with embedded forecast hour '${FH}'
+#                   overridden by $4; defaults to ${COMOUT}/d3df'${FH}'$SUFOUT
+#     NSTO         Output nst file with embedded forecast hour '${FH}'
+#                   overridden by $4; defaults to ${COMOUT}/nstf'${FH}'$SUFOUT
+#     G3DO          Output g3d file with embedded forecast hour '${FH}'
+#                   overridden by $4; defaults to ${COMOUT}/g3df'${FH}'$SUFOUT
+#     FHOUT         Output frequency in hours
+#                   overridden by $5; defaults to 3
+#     FHMAX         Length of forecast in hours
+#                   overridden by $6; either FHMAX or FHSEG must be set
+#     IGEN          Output generating code
+#                   overridden by $7; defaults to 0
+#     FIXGLOBAL     Directory for global fixed files
+#                   defaults to /nwprod/fix
+#     EXECGLOBAL    Directory for global executables
+#                   defaults to /nwprod/exec
+#     DATA          working directory
+#                   (if nonexistent will be made, used and deleted)
+#                   defaults to current working directory
+#     COMOUT        output directory
+#                   (if nonexistent will be made)
+#                   defaults to current working directory
+#     XC            Suffix to add to executables
+#                   defaults to none
+#     SUFOUT        Suffix to add to output filenames
+#                   defaults to none
+#     NCP           Copy command
+#                   defaults to cp
+#     SIGHDR        Command to read sigma header
+#                   (required if JCAP, LEVS, or FHINI are not specified)
+#                   defaults to ${EXECGLOBAL}/global_sighdr$XC
+#     JCAP          Spectral truncation
+#     LEVS          Number of levels
+#                   defaults to the value in the input sigma file header
+#     LEVR          Number of levels over which radiation is computed
+#                   defaults to LEVS
+#     MTNRSL        A string representing topography resolution
+#                   defaults to $JCAP
+#     MTNRSLUF      A string representing unfiltered topography resolution
+#                   defaults to $MTNRSL
+#     FCSTEXEC      Forecast executable
+#                   defaults to ${EXECGLOBAL}/global_fcst$XC
+#     SIGI2         Second time level sigma restart file
+#                   defaults to NULL
+#     CO2CON        Input CO2 radiation (vertical resolution dependent)
+#                   defaults to ${FIXGLOBAL}/global_co2con.l${LEVS}.f77
+#     MTNVAR        Input mountain variance (horizontal resolution dependent)
+#                   defaults to ${FIXGLOBAL}/global_mtnvar.t${JCAP}.f77
+#     O3FORC        Input ozone forcing (production/loss) climatology
+#                   defaults to ${FIXGLOBAL}/global_o3prdlos.f77
+#     O3CLIM        Input ozone climatology
+#                   defaults to ${FIXGLOBAL}/global_o3clim.txt
+#     H2OFORC       input h2o forcing (production/loss) climatology
+#                   defaults to ${FIXGLOBAL}/global_h2o_pltc.f77
+#     FNGLAC        Input glacier climatology GRIB file
+#                   defaults to ${FIXGLOBAL}/global_glacier.2x2.grb
+#     FNMXIC        Input maximum sea ice climatology GRIB file
+#                   defaults to ${FIXGLOBAL}/global_maxice.2x2.grb
+#     FNTSFC        Input SST climatology GRIB file
+#                   defaults to ${FIXGLOBAL}/global_sstclim.2x2.grb
+#     FNSNOC        Input snow climatology GRIB file
+#                   defaults to ${FIXGLOBAL}/global_snoclim.1.875.grb
+#     FNZORC        Input roughness climatology GRIB file
+#                   defaults to 'sib' (From sib vegetation-based lookup table.
+#                   FNVETC must be set to sib file: ${FIXGLOBAL}/global_vegtype.1x1.grb)
+#     FNALBC        Input albedo climatology GRIB file
+#                   defaults to ${FIXGLOBAL}/global_albedo4.1x1.grb
+#     FNALBC2       Input 'facsf' and 'facwf' albedo climatology GRIB file
+#                   defaults to ${FIXgsm}/global_albedo4.1x1.grb
+#     FNAISC        Input sea ice climatology GRIB file
+#                   defaults to ${FIXGLOBAL}/global_iceclim.2x2.grb
+#     FNTG3C        Input deep soil temperature climatology GRIB file
+#                   defaults to ${FIXGLOBAL}/global_tg3clim.2.6x1.5.grb
+#     FNVEGC        Input vegetation fraction climatology GRIB file
+#                   defaults to ${FIXGLOBAL}/global_vegfrac.1x1.grb
+#     FNVETC        Input vegetation type climatology GRIB file
+#                   defaults to ${FIXGLOBAL}/global_vegtype.1x1.grb
+#     FNSOTC        Input soil type climatology GRIB file
+#                   defaults to ${FIXGLOBAL}/global_soiltype.1x1.grb
+#     FNSMCC        Input soil moisture climatology GRIB file
+#                   defaults to ${FIXGLOBAL}/global_soilmcpc.1x1.grb
+#     FNVMNC        Input min veg frac climatology GRIB file    
+#                   defaults to ${FIXGLOBAL}/global_shdmin.0.144x0.144.grb
+#     FNVMXC        Input max veg frac climatology GRIB file    
+#                   defaults to ${FIXGLOBAL}/global_shdmax.0.144x0.144.grb
+#     FNSLPC        Input slope type climatology GRIB file    
+#                   defaults to ${FIXGLOBAL}/global_slope.1x1.grb
+#     FNABSC        Input max snow albedo climatology GRIB file    
+#                   defaults to ${FIXGLOBAL}/global_snoalb.1x1.grb
+#     OROGRAPHY     Input orography GRIB file (horiz resolution dependent)
+#                   defaults to ${FIXGLOBAL}/global_orography.t$JCAP.grb
+#     OROGRAPHY_UF  Input unfiltered orography GRIB file (resolution dependent)
+#                   defaults to ${FIXGLOBAL}/global_orography_uf.t$JCAP.grb
+#     LONSPERLAT    Input txt file containing reduced grid informationa for dynamics
+#                   defaults to ${FIXGLOBAL}/global_lonsperlat.t$MTNRSL.txt}
+#     LONSPERLAR    Input txt file containing reduced grid information for physics
+#                   defaults to ${FIXGLOBAL}/global_lonsperlat.t$MTNRSL.txt}
+#     FNMSKH        Input high resolution land mask GRIB file
+#                   defaults to ${FIXGLOBAL}/seaice_newland.grb
+#     FNTSFA        Input SST analysis GRIB file
+#                   defaults to none
+#     FNACNA        Input sea ice analysis GRIB file
+#                   defaults to none
+#     FNSNOA        Input snow analysis GRIB file
+#                   defaults to none
+#     AERODIR       Input aersol climatology directory
+#                   defaults to ${FIXGLOBAL}
+##########################################################################
+#     FIX_RAD       Directory for global fixed files
+#                   Defaults to $${FIXGLOBAL}
+#     EMISDIR       Input earth's surface emissivity data directory
+#                   defaults to ${FIX_RAD} - export IEMS=1 to activate
+#     SOLCDIR       11 year cycle Solar constat data directory
+#                   defaults to ${FIX_RAD} - export ISOL=1,2,3,4, or 10 to activate
+#     VOLCDIR       Volcanic aerosol  data directory
+#                   defaults to ${FIX_RAD} - export IAER=100,101, or 110 to activate
+#     CO2DIR        Historical CO2 data directory
+#                   defaults to ${FIX_RAD} - export ICO2=1 or 2 to activate
+#                   ICO2=1 gives annual mean and ICO2=2 uses monthly 2D data
+##########################################################################
+#     GOCART_CLIM   Directory for gocart climo files
+#                   Defaults to $${FIXGLOBAL}
+#     GOCARTC_LUTS  Directory for gocart luts files
+#                   Defaults to $${FIXGLOBAL}
+#     SIGR1         Output first time level sigma restart file
+#                   defaults to ${DATA}/sigr1 which is deleted
+#     SIGR2         Output second time level sigma restart file
+#                   defaults to ${DATA}/sigr2 which is deleted
+#     SFCR          Output surface restart file
+#                   defaults to ${DATA}/sfcr which is deleted
+#     NSTR          Output nst restart file
+#                   defaults to ${DATA}/nstr which is deleted
+#     SFCO          Output surface file with embedded forecast hour '${FH}'
+#                   defaults to ${COMOUT}/sfcf'${FH}'$SUFOUT
+#     LOGO          Output log file with embedded forecast hour '${FH}'
+#                   defaults to ${COMOUT}/logf'${FH}'$SUFOUT
+#     INISCRIPT     Preprocessing script
+#                   defaults to none
+#     LOGSCRIPT     Log posting script
+#                   defaults to none
+#     ERRSCRIPT     Error processing script
+#                   defaults to 'eval [[ $err = 0 ]]'
+#     ENDSCRIPT     Postprocessing script
+#                   defaults to none
+#     FHINI         Starting forecast hour
+#                   defaults to the value in the input sigma file header
+#     FHSEG         Number of hours to integrate
+#                   (only required if FHMAX is not specified)
+#                   defaults to 0
+#     DELTIM        Timestep in seconds
+#                   defaults to 3600/($JCAP/20)
+#     FHRES         Restart frequency in hours
+#                   defaults to 24
+#     FHZER         Zeroing frequency in hours
+#                   defaults to 6
+#     FHLWR         Longwave radiation frequency in seconds
+#                   defaults to 3600
+#     FHSWR         Shortwave radiation frequency in seconds
+#                   defaults to 3600
+#     FHROT         Forecast hour to Read One Time level
+#                   defaults to 0
+#     FHDFI         Half number of hours of digital filter initialization
+#                   defaults to 0
+#     FHCYC         Surface cycling frequency in hours
+#                   defaults to 0 for no cycling
+#     IDVC          Integer ID of the vertical coordinate type
+#                   defaults to that in the header for the input upperair
+#                   file. IDVC=1 for sigma; IDVC=2 for pressure/sigma hybrid
+#     TFILTC        Time filter coefficient
+#                   defaults to 0.85
+#     DYNVARS       Other namelist inputs to the dynamics executable
+#                   defaults to none set
+#     PHYVARS       Other namelist inputs to the physics executable
+#                   defaults to none set
+#     TRACERVARS    Other namelist inputs to the forecast executable
+#                   defaults to none set
+#     FSMCL2        Scale in days to relax to soil moisture climatology
+#                   defaults to 99999 for no relaxation
+#     FTSFS         Scale in days to relax to SST anomaly to zero
+#                   defaults to 90
+#     FAISS         Scale in days to relax to sea ice to climatology
+#                   defaults to 99999
+#     FSNOL         Scale in days to relax to snow to climatology
+#                   defaults to 99999
+#     FSICL         Scale in days to relax to sea ice to climatology
+#                   defaults to 99999
+#     FZORL         Scale in days to relax to roughness climatology.
+#                   defaults to 99999 because the 'sib' option sets
+#                   roughness from a lookup table and is static.
+#     CYCLEVARS     Other namelist inputs to the surface cycling
+#                   defaults to none set
+#     NTHREADS      Number of threads
+#                   defaults to 1
+#     SPECTRAL_LOOP Number of spectral loops
+#                   defaults to 2
+#     NTHSTACK      Size of stack per thread
+#                   defaults to 64000000
+#     FILESTYLE     File management style flag
+#                   ('L' for symbolic links in $DATA is the only allowed style),
+#     PGMOUT        Executable standard output
+#                   defaults to $pgmout, then to '&1'
+#     PGMERR        Executable standard error
+#                   defaults to $pgmerr, then to '&1'
+#     pgmout        Executable standard output default
+#     pgmerr        Executable standard error default
+#     REDOUT        standard output redirect ('1>' or '1>>')
+#                   defaults to '1>', or to '1>>' to append if $PGMOUT is a file
+#     REDERR        standard error redirect ('2>' or '2>>')
+#                   defaults to '2>', or to '2>>' to append if $PGMERR is a file
+#     VERBOSE       Verbose flag (YES or NO)
+#                   defaults to NO
+#
+#   Exported Shell Variables:
+#     PGM           Current program name
+#     pgm
+#     ERR           Last return code
+#     err
+#
+#   Modules and files referenced:
+#     scripts    : $INISCRIPT
+#                  $LOGSCRIPT
+#                  $ERRSCRIPT
+#                  $ENDSCRIPT
+#
+#     programs   : $FCSTEXEC
+#
+#     input data : $1 or $SIGI
+#                  $2 or $SFCI
+#                  $SIGI2
+#                  $FNTSFA
+#                  $FNACNA
+#                  $FNSNOA
+#
+#     fixed data : $CO2CON
+#                  $MTNVAR
+#                  $O3FORC
+#                  $O3CLIM
+#                  $H2OFORC
+#                  $FNGLAC
+#                  $FNMXIC
+#                  $FNTSFC
+#                  $FNSNOC
+#                  $FNZORC
+#                  $FNALBC
+#                  $FNAISC
+#                  $FNTG3C
+#                  $FNVEGC
+#                  $FNVETC
+#                  $FNSOTC
+#                  $FNSMCC
+#                  $FNVMNC
+#                  $FNVMXC
+#                  $FNSLPC
+#                  $FNABSC
+#                  $FNMSKH
+#                  $OROGRAPHY
+#                  $OROGRAPHY_U
+#                  $LONSPERLAT
+#                  $LONSPERLAR
+#
+#     output data: $3 or $SIGO
+#                  $4 or $FLXO
+#                  $SFCO
+#                  $LOGO
+#                  $SIGR1
+#                  $SIGR2
+#                  $SFCR
+#                  $NSTR
+#                  $PGMOUT
+#                  $PGMERR
+#
+#     scratch    : ${DATA}/fort.11
+#                  ${DATA}/fort.12
+#                  ${DATA}/fort.14
+#                  ${DATA}/fort.15
+#                  ${DATA}/fort.24
+#                  ${DATA}/fort.27
+#                  ${DATA}/fort.28
+#                  ${DATA}/fort.29
+#                  ${DATA}/fort.43
+#                  ${DATA}/fort.48
+#                  ${DATA}/fort.51
+#                  ${DATA}/fort.52
+#                  ${DATA}/fort.53
+#                  ${DATA}/SIG.F*
+#                  ${DATA}/SFC.F*
+#                  ${DATA}/FLX.F*
+#                  ${DATA}/LOG.F*
+#                  ${DATA}/D3D.F*
+#                  ${DATA}/G3D.F*
+#                  ${DATA}/NST.F*
+#                  ${DATA}/sigr1
+#                  ${DATA}/sigr2
+#                  ${DATA}/sfcr
+#                  ${DATA}/nstr
+#                  ${DATA}/NULL
+#
+# Remarks:
+#
+#   Condition codes
+#      0 - no problem encountered
+#     >0 - some problem encountered
+#
+#  Control variable resolution priority
+#    1 Command line argument.
+#    2 Environment variable.
+#    3 Inline default.
+#
+# Attributes:
+#   Language: POSIX shell
+#   Machine: IBM SP, WCOSS, GAEA, THEIA
+#
+####
+################################################################################
+#  Set environment.
+
+export VERBOSE=${VERBOSE:-"NO"}
+if [[ $VERBOSE = YES ]] ; then
+   echo $(date) EXECUTING $0 $* >&2
+   set -x
+fi
+
+export COMPLIANCECHECK=${COMPLIANCECHECK:-OFF}
+export ESMF_RUNTIME_COMPLIANCECHECK=$COMPLIANCECHECK:depth=4
+#
+export machine=${machine:-WCOSS}
+export machine=$(echo $machine|tr '[a-z]' '[A-Z]')
+export FCST_LAUNCHER=${FCST_LAUNCHER:-${APRUN:-""}}
+export APRUNB=${APRUNB:-NONE}
+export APRUNE=${APRUNE:-NONE}
+export APRUNW=${APRUNW:-NONE}
+if [ $machine = IBMP6 ]; then
+  export MP_BINDPROC=${MP_BINDPROC:-yes}
+  export MEMORY_AFFINIY=${MEMORY_AFFINIY:-MCM}
+  export MP_SYNC_QP=${MP_SYNC_QP:-yes}
+  export MP_SHARED_MEMORY=${MP_SHARED_MEMORY:-"NO"}
+  export MP_COREFILE_FORMAT=${MP_COREFILE_FORMAT:-"lite"}
+elif [ $machine = THEIA ]; then
+  export MPICH_FAST_MEMCPY=${MPICH_FAST_MEMCPY:-"ENABLE"}
+  export MPI_BUFS_PER_PROC=${MPI_BUFS_PER_PROC:-2048}
+  export MPI_BUFS_PER_HOST=${MPI_BUFS_PER_HOST:-2048}
+  export MKL_NUM_THREADS=${MKL_NUM_THREADS:-1}
+  if [[ "${LOADICS:-YES}" == YES ]] ; then
+      . /apps/lmod/5.8/init/ksh
+      module load intel/14.0.2
+      module load  impi/4.1.3.048
+  fi
+elif [ $machine = GAEA ]; then
+  export MPICH_FAST_MEMCPY=${MPICH_FAST_MEMCPY:-"ENABLE"}
+  export MPICH_MAX_SHORT_MSG_SIZE=${MPICH_MAX_SHORT_MSG_SIZE:-4096}
+  export MPICH_UNEX_BUFFER_SIZE=${MPICH_UNEX_BUFFER_SIZE:-1024000000}
+  export MPICH_PTL_UNEX_EVENTS=${MPICH_PTL_UNEX_EVENTS:-400000}
+  export MPICH_PTL_OTHER_EVENTS=${MPICH_PTL_OTHER_EVENTS:-100000}
+  export MPMD_PROC=${MPMD_PROC:-NO}
+  export MKL_NUM_THREADS=${MKL_NUM_THREADS:-1}
+elif [ $machine = WCOSS ] ; then
+  if [ ${LOADICS:-YES} = YES ] ; then
+    . /usrx/local/Modules/3.2.10/init/ksh
+    module unload ics
+    export ICS_VERSION=${ICS_VERSION:-15.0.1}
+    module load ics/$ICS_VERSION
+    export MKL_CBWR=${MKL_CBWR:-AVX}          # Needed for bit reproducibility with mkl
+    export MKL_NUM_THREADS=${MKL_NUM_THREADS:-1}
+    export SAVE_ALL_TASKS=${SAVE_ALL_TASKS:-no}
+    export PROFILE_BY_CALL_SITE=${PROFILE_BY_CALL_SITE:-no} 
+
+    if [ ${USEBULKXFER:-NO} = YES ] ; then
+      module unload ibmpe
+      module load ibmpe/1.3.0.8p
+      export MP_USE_BULK_XFER=yes
+#     export MP_EAGER_LIMIT=64K
+      export MP_BULK_MIN_MSG_SIZE=512K
+#     export MP_BULK_MIN_MSG_SIZE=64K
+      export MP_RC_USE_LMC=yes
+    fi
+  fi
+  export MP_EAGER_LIMIT=${MP_EAGER_LIMIT:-64K}
+  export FORT_BUFFERED=${FORT_BUFFERED:-true}
+  export MP_EUIDEVICE=${MP_EUIDEVICE:-min}
+  export MP_EUILIB=${MP_EUILIB:-us}
+# export MP_TASK_AFFINITY=${MP_TASK_AFFINITY:-"cpu:$NTHREADS"}
+  export MPICH_ALLTOALL_THROTTLE=${MPICH_ALLTOALL_THROTTLE:-0}
+  export MP_SINGLE_THREAD=${MP_SINGLE_THREAD:-yes}
+  export VPROF_PROFILE=${VPROF_PROFILE:-no}
+  export MP_COREFILE_FORMAT=${MP_COREFILE_FORMAT:-"lite"}
+# export MP_USE_TOKEN_FLOW_ CONTROL=${MP_USE_TOKEN_FLOW_ CONTROL:-yes}
+# export MP_S_ENABLE_ERR_PRINT=yes
+fi
+if [[ "$machine" == "WCOSS_C" && "${LOADIOBUF:-YES}" == YES ]] ; then
+ export PRGENV=${PRGENV:-intel}
+ export HUGEPAGES=${HUGEPAGES:-hugepages2M}
+ module unload iobuf             ; module load iobuf
+ module unload PrgEnv-$PRGENV    ; module load PrgEnv-$PRGENV
+ module unload craype-$HUGEPAGES ; module load craype-$HUGEPAGES
+
+ export IOBUF_PARAMS=${IOBUF_PARAMS:-'*:size=8M'}
+#export IOBUF_PARAMS=${IOBUF_PARAMS:-'*:size=8M:verbose'}
+#export IOBUF_PARAMS=${IOBUF_PARAMS:-'*:size=4M,%stdout:size=2M:verbose'}
+#export IOBUF_PARAMS=${IOBUF_PARAMS:-'*:size=4M,%stdout:size=2M'}
+ export MPICH_GNI_COLL_OPT_OFF=${MPICH_GNI_COLL_OPT_OFF:-MPI_Alltoallv}
+#export LD_PRELOAD=/u/James.A.Abeles/mpitrace/shared/libmpitrace.so
+#export LD_PRELOAD=/u/James.A.Abeles/gperftools-2.2.1/lib/libtcmalloc_minimal.so
+#export LD_PRELOAD=/u/James.A.Abeles/mpitrace/shared/libmpitrace.so:/u/James.A.Abeles/gperftools-2.2.1/lib/libtcmalloc_minimal.so
+fi
+
+export model=${model:-global}
+#  Command line arguments.
+
+export NEMSIO_IN=${NEMSIO_IN:-".true."}
+export NEMSIO_OUT=${NEMSIO_OUT:-".true."}
+
+export ENS_NUM=${ENS_NUM:-1}
+export FM=${FM}
+if [ $NEMSIO_IN = .false. ] ; then
+ export SIGI=${1:-${SIGI:-?}}
+else
+ export GRDI=${1:-${GRDI:-?}}
+ export SIGI=${1:-${GRDI:-?}}
+fi
+export SFCI=${2:-${SFCI:-?}}
+export SIGO=${3:-${SIGO}}
+export FLXO=${4:-${FLXO}}
+export FHOUT=${5:-${FHOUT:-3}}
+export FHMAX=${6:-${FHMAX:-0}}
+export IGEN=${7:-${IGEN:-0}}
+export D3DO=${8:-${D3DO}}
+export NSTI=${9:-${NSTI:-?}}
+export NSTO=${10:-${NSTO}}
+export G3DO=${11:-${G3DO}}
+export FHOUT_HF=${12:-${FHOUT_HF:-1}}
+export FHMAX_HF=${13:-${FHMAX_HF:-0}}
+export AERO=${14:-${AERO}}
+
+# DHOU 02/28/2008 Modified for general case
+# DHOU 01/07/2008 Added two input for the GEFS_Cpl module
+# FHM_FST is the FHMAX for the integration before the first stop
+# FH_INC is the FHMAX_increase for the integration before next stop
+export FH_INC=${FH_INC:-100000000}
+export ENS_SPS=${ENS_SPS:-.false.}
+export ADVANCECOUNT_SETUP=${ADVANCECOUNT_SETUP:-0}
+export HOUTASPS=${HOUTASPS:-10000}
+
+export SPS_PARM1=${SPS_PARM1:-"0.005 10.0 0.005 10.0 0.0 0.0 0.0 0.0 0.0 0.0"}
+export SPS_PARM2=${SPS_PARM2:-"0.105 0.03 0.12 42.0 0.0 0.0 0.0 0.0 0.0 0.0"}
+export SPS_PARM3=${SPS_PARM3:-"0.2 0.34 -0.34 3.0 0.0 0.0 0.0 0.0 0.0 0.0"}
+
+[[ $ENS_NUM -lt 2 ]]&&ENS_SPS=.false.
+if [ $ENS_SPS = .false. ] ; then export FH_INC=$FHMAX ; fi
+
+#  Directories.
+export HOMEDIR=${HOMEDIR:-/nwprod}
+export NWPROD=${NWPROD:-$HOMEDIR}
+#export gsm_ver=${gsm_ver:-"gsm.-v12.0.0/"}
+export gsm_ver=${gsm_ver:-""}
+export FIXGLOBAL=${FIXGLOBAL:-$NWPROD/${gsm_ver}${FIXSUBDA:-fix/fix_am}}
+export FIX_RAD=${FIX_RAD:-$FIXGLOBAL}
+export FIX_IDEA=${FIX_IDEA:-$FIXGLOBAL}
+export FIX_NGAC=${FIX_NGAC:-$NWPROD/fix/fix_ngac}
+export PARMGLOBAL=${PARMGLOBAL:-$NWPROD/${PARMSUBDA:-parm/parm_am}}
+export PARM_NGAC=${PARM_NGAC:-$NWPROD/ngac.v1.0.2/parm}
+export EXECGLOBAL=${EXECGLOBAL:-$NWPROD/exec}
+export DATA=${DATA:-$(pwd)}
+export COMOUT=${COMOUT:-$(pwd)}
+
+#  Filenames.
+MN=${MN:-""}
+export XC=${XC}
+export SUFOUT=${SUFOUT}
+export NCP=${NCP:-"/bin/cp -p"}
+
+if [ $NEMSIO_IN = .true. ]; then
+# export SIGHDR=${SIGHDR:-$NWPROD/util/exec/nemsio_get}
+ export SIGHDR=${SIGHDR:-$NWPROD/ngac.v1.0.0/exec/nemsio_get}
+ export JCAP=${JCAP:-$($SIGHDR ${GRDI}$FM jcap |grep -i "jcap" |awk -F"= " '{print $2}' |awk -F" " '{print $1}')}
+ export LEVS=${LEVS:-$($SIGHDR ${GRDI}$FM levs|grep -i "levs" |awk -F"= " '{print $2}' |awk -F" " '{print $1}')}
+ export LEVR=${LEVR:-$LEVS}
+ export LONF=${LONF:-$($SIGHDR ${GRDI}$FM LONF|grep -i "lonf" |awk -F"= " '{print $2}' |awk -F" " '{print $1}')}
+ if [[ $RESTART = .true. ]] ; then
+  export LATG=${LATG:-$($SIGHDR ${GRDI}$FM LATF|grep -i "latf" |awk -F"= " '{print $2}' |awk -F" " '{print $1}')}
+ else
+  export LATG=${LATG:-$($SIGHDR ${GRDI}$FM LATG|grep -i "latg" |awk -F"= " '{print $2}' |awk -F" " '{print $1}')}
+ fi
+ export LONR=${LONR:-$LONF}
+ export LATR=${LATR:-$LATG}
+ export NTRAC=${NTRAC:-$($SIGHDR ${GRDI}$FM NTRAC|grep -i "NTRAC" |awk -F"= " '{print $2}' |awk -F" " '{print $1}')}
+ export IDVC=${IDVC:-$($SIGHDR ${GRDI}$FM IDVC |grep -i "IDVC" |awk -F"= " '{print $2}' |awk -F" " '{print $1}')}
+ export IDVM=${IDVM:-$($SIGHDR ${GRDI}$FM IDVM |grep -i "IDVM" |awk -F"= " '{print $2}' |awk -F" " '{print $1}')}
+ export FHINI=${FHINI:-$($SIGHDR ${GRDI}$FM NFHOUR |grep -i "NFHOUR" |awk -F"= " '{print $2}' |awk -F" " '{print $1}')}
+else
+ export SIGHDR=${SIGHDR:-${EXECGLOBAL}/global_sighdr$XC}
+ export JCAP=${JCAP:-$(echo jcap|$SIGHDR ${SIGI}$FM)}
+ export LEVS=${LEVS:-$(echo levs|$SIGHDR ${SIGI}$FM)}
+ export LEVR=${LEVR:-$LEVS}
+ export LONR=${LONR:-$(echo lonr|$SIGHDR ${SIGI}$FM)}
+ export LATR=${LATR:-$(echo latr|$SIGHDR ${SIGI}$FM)}
+ export LONF=${LONF:-$(echo lonf|$SIGHDR ${SIGI}$FM)}
+ export LATG=${LATG:-$(echo latf|$SIGHDR ${SIGI}$FM)}
+ export NTRAC=${NTRAC:-$(echo ntrac|$SIGHDR ${SIGI}$FM)}
+ export IDVC=${IDVC:-$(echo idvc|$SIGHDR ${SIGI}$FM)}
+ export IDVM=${IDVM:-$(echo idvm|$SIGHDR ${SIGI}$FM)}
+ export FHINI=${FHINI:-$(echo ifhr|$SIGHDR ${SIGI}$FM)}
+fi
+export LONB=${LONB:-$LONF}
+export LATB=${LATB:-$LATG}
+export THERMODYN_ID=${THERMODYN_ID:-$((IDVM/10))}
+export SFCPRESS_ID=${SFCPRESS_ID:-$((IDVM-(IDVM/10)*10))}
+export NMTVR=${NMTVR:-14}
+export LSOIL=${LSOIL:-4}
+export NTOZ=${NTOZ:-2}
+export NTCW=${NTCW:-3}
+export NCLD=${NCLD:-1}
+export NGPTC=${NGPTC:-30}
+#jw
+export ADIABATIC=${ADIABATIC:-${ADIAB:-.false.}}
+export nsout=${nsout:-0}
+export LDFI_GRD=${LDFI_GRD:-.false.}
+export LDFIFLTO=${LDFIFLTO:-.false.}
+export DFILEVS=${DFILEVS:-$LEVS}
+export NUM_FILE=${NUM_FILE:-3}
+export QUILTING=${QUILTING:-.true.}
+export REDUCED_GRID=${REDUCED_GRID:-.true.}
+export nemsioget=${nemsioget:-$SIGHDR}
+export PASSIVE_TRACER=${PASSIVE_TRACER:-.false.}
+
+export NST_FCST=${NST_FCST:-0}
+export NST_SPINUP=${NST_SPINUP:-0}
+export NST_RESERVED=${NST_RESERVED:-0}
+export ZSEA1=${ZSEA1:-0}
+export ZSEA2=${ZSEA2:-0}
+
+export nstf_name="$NST_FCST,$NST_SPINUP,$NST_RESERVED,$ZSEA1,$ZSEA2"
+export nst_anl=${nst_anl:-.false.}
+
+export IAER=${IAER:-0}
+export GOCART=${GOCART:-0}
+export NGRID_A2OI=${NGRID_A2OI:-48}
+export A2OI_OUT=${A2OI_OUT:-.false.}
+export CPLFLX=${CPLFLX:-.false.}
+export NDSLFV=${NDSLFV:-.false.}
+if [ $NDSLFV = .true. ] ; then
+ export MASS_DP=.true.
+ export PROCESS_SPLIT=.false.
+ export dp_import=1
+fi
+#
+export EXPLICIT=${EXPLICIT:-.false.}
+export MASS_DP=${MASS_DP:-.false.}
+export PROCESS_SPLIT=${PROCESS_SPLIT:-.false.}
+export ZFLXTVD=${ZFLXTVD:-.false.}
+export SEMI_IMPLICIT_TEMP_PROFILE=${SEMI_IMPLICIT_TEMP_PROFILE:-.false.}
+#
+export FCSTEXEC=${FCSTEXEC:-${EXECGLOBAL}/${model}_fcst$XC}
+export GRDI2=${GRDI2:-NULL}
+export SIGI2=${SIGI2:-NULL}
+export CO2CON=${CO2CON:-${FIXGLOBAL}/global_co2con.l${LEVS}.f77}
+export MTNRSL=${MTNRSL:-$JCAP}
+export MTNRSLUF=${MTNRSLUF:-$MTNRSL}
+export MTNVAR=${MTNVAR:-${FIXGLOBAL}/global_mtnvar.t$MTNRSL.f77}
+export O3FORC=${O3FORC:-${FIXGLOBAL}/global_o3prdlos.f77}
+export O3CLIM=${O3CLIM:-${FIXGLOBAL}/global_o3clim.txt}
+export H2OFORC=${H2OFORC:-${FIXGLOBAL}/global_h2o_pltc.f77}
+export FNGLAC=${FNGLAC:-${FIXGLOBAL}/global_glacier.2x2.grb}
+export FNMXIC=${FNMXIC:-${FIXGLOBAL}/global_maxice.2x2.grb}
+#export FNTSFC=${FNTSFC:-${FIXGLOBAL}/cfs_oi2sst1x1monclim19822001.grb}
+export FNTSFC=${FNTSFC:-${FIXGLOBAL}/RTGSST.1982.2012.monthly.clim.grb}
+export FNSNOC=${FNSNOC:-${FIXGLOBAL}/global_snoclim.1.875.grb}
+#export FNZORC=${FNZORC:-${FIXGLOBAL}/global_zorclim.1x1.grb}
+export FNZORC=${FNZORC:-sib}
+export FNALBC=${FNALBC:-${FIXGLOBAL}/global_albedo4.1x1.grb}
+export FNALBC2=${FNALBC2:-${FIXGLOBAL}/global_albedo4.1x1.grb}
+#export FNAISC=${FNAISC:-${FIXGLOBAL}/cfs_ice1x1monclim19822001.grb}
+export FNAISC=${FNAISC:-${FIXGLOBAL}/CFSR.SEAICE.1982.2012.monthly.clim.grb}
+export FNTG3C=${FNTG3C:-${FIXGLOBAL}/global_tg3clim.2.6x1.5.grb}
+export FNVEGC=${FNVEGC:-${FIXGLOBAL}/global_vegfrac.0.144.decpercent.grb}
+export FNVETC=${FNVETC:-${FIXGLOBAL}/global_vegtype.1x1.grb}
+export FNSOTC=${FNSOTC:-${FIXGLOBAL}/global_soiltype.1x1.grb}
+#export FNSMCC=${FNSMCC:-${FIXGLOBAL}/global_soilmcpc.1x1.grb}
+export FNVMNC=${FNVMNC:-${FIXGLOBAL}/global_shdmin.0.144x0.144.grb}
+export FNVMXC=${FNVMXC:-${FIXGLOBAL}/global_shdmax.0.144x0.144.grb}
+export FNSLPC=${FNSLPC:-${FIXGLOBAL}/global_slope.1x1.grb}
+export FNABSC=${FNABSC:-${FIXGLOBAL}/global_snoalb.1x1.grb}
+export FNMSKH=${FNMSKH:-${FIXGLOBAL}/seaice_newland.grb}
+export OROGRAPHY_UF=${OROGRAPHY_UF:-${FIXGLOBAL}/global_orography_uf.t$MTNRSLUF.${LONR}.${LATR}.grb}
+export FNSMCC=${FNSMCC:-${FIXGLOBAL}/global_soilmgldas.t${JCAP}.${LONR}.${LATR}.grb}
+if [ ${lingg_a:-.true.} = .true. ]; then
+export OROGRAPHY=${OROGRAPHY:-${FIXGLOBAL}/global_orography.t$MTNRSL.${LONR}.${LATR}.grb}
+export LONSPERLAT=${LONSPERLAT:-${FIXGLOBAL}/global_lonsperlat.t$MTNRSL.${LONR}.${LATR}.txt}
+export LONSPERLAR=${LONSPERLAR:-${FIXGLOBAL}/global_lonsperlat.t$MTNRSL.${LONR}.${LATR}.txt}
+else
+export OROGRAPHY=${OROGRAPHY:-${FIXGLOBAL}/global_orography.t$MTNRSL.grb}
+export LONSPERLAT=${LONSPERLAT:-${FIXGLOBAL}/global_lonsperlat.t$MTNRSL.txt}
+export LONSPERLAR=${LONSPERLAR:-${FIXGLOBAL}/global_lonsperlat.t$MTNRSL.txt}
+fi
+export FNTSFA=${FNTSFA}
+export FNACNA=${FNACNA}
+export FNSNOA=${FNSNOA}
+#
+export AERODIR=${AERODIR:-${FIX_RAD}}
+export EMISDIR=${EMISDIR:-${FIX_RAD}}
+export SOLCDIR=${SOLCDIR:-${FIX_RAD}}
+export VOLCDIR=${VOLCDIR:-${FIX_RAD}}
+export CO2DIR=${CO2DIR:-${FIX_RAD}}
+export GOCART_CLIM=${GOCART_CLIM:-${FIX_RAD}}
+export GOCART_LUTS=${GOCART_LUTS:-${FIX_RAD}}
+#export ALBDIR=${ALBDIR:-${FIX_RAD}}
+export IEMS=${IEMS:-0}
+export ISOL=${ISOL:-0}
+export IAER=${IAER:-0}
+export ICO2=${ICO2:-0}
+#export IALB=${IALB:-0}
+#
+LOCD=${LOCD:-""}
+export COMENS=$COMOUT'$LOCD'
+## Restart Files
+export GRDR1=${GRDR1:-${COMENS}/grdr1}
+export GRDR2=${GRDR2:-${COMENS}/grdr2}
+export SIGR1=${SIGR1:-${COMENS}/sigr1}
+export SIGR2=${SIGR2:-${COMENS}/sigr2}
+export SFCR=${SFCR:-${COMENS}/sfcr}
+export NSTR=${NSTR:-${COMENS}/nstr}
+
+export SIGS1=${SIGS1:-${COMENS}/sigs1}
+export SIGS2=${SIGS2:-${COMENS}/sigs2}
+export SFCS=${SFCS:-${COMENS}/sfcs}
+export NSTS=${NSTS:-${COMENS}/nsts}
+
+## History Files
+export SIGO=${SIGO:-${COMENS}/sigf'${FH}''${MN}'$SUFOUT}
+export SFCO=${SFCO:-${COMENS}/sfcf'${FH}''${MN}'$SUFOUT}
+export FLXO=${FLXO:-${COMENS}/flxf'${FH}''${MN}'$SUFOUT}
+export LOGO=${LOGO:-${COMENS}/logf'${FH}''${MN}'$SUFOUT}
+export D3DO=${D3DO:-${COMENS}/d3df'${FH}''${MN}'$SUFOUT}
+export NSTO=${NSTO:-${COMENS}/nstf'${FH}''${MN}'$SUFOUT}
+export G3DO=${G3DO:-${COMENS}/g3df'${FH}''${MN}'$SUFOUT}
+export AERO=${AERO:-${COMOUT}/aerf'${FH}''${MN}'$SUFOUT}
+
+export INISCRIPT=${INISCRIPT}
+export ERRSCRIPT=${ERRSCRIPT:-'eval [[ $err = 0 ]]'}
+export LOGSCRIPT=${LOGSCRIPT}
+export ENDSCRIPT=${ENDSCRIPT}
+
+#  Other variables.
+
+export FHSEG=${FHSEG:-0}
+export FHMAX=${FHMAX:-$((10#$FHINI+10#$FHSEG))}
+export DELTIM=${DELTIM:-$((3600/(JCAP/20)))}
+export FHRES=${FHRES:-24}
+export FHZER=${FHZER:-6}
+export FHLWR=${FHLWR:-3600}
+export FHSWR=${FHSWR:-3600}
+export FHROT=${FHROT:-0}
+export FHDFI=${FHDFI:-1}
+export FHCYC=${FHCYC:-24}
+export nhours_dfini=${nhours_dfini:-$FHDFI}
+export GB=${GB:-0}
+export gfsio_in=${gfsio_in:-.false.}
+if [ $gfsio_in = .true. ] ; then export GB=1 ; fi
+
+#        WAM related namelist variables
+#        ------------------------------
+export IDEA=${IDEA:-.false.}
+export WAM_IPE_COUPLING=${WAM_IPE_COUPLING:-.false.}
+export WAM_IPE_COUPLING=${WAM_IPE_COUPLING:-.false.}
+export HEIGHT_DEPENDENT_G=${HEIGHT_DEPENDENT_G:-.false.}
+# F107_KP_SIZE is the forecast run required f107 data size.
+#----------------------------------------------------------
+export F107_KP_SIZE=${F107_KP_SIZE:-16}
+export F107_KP_SKIP_SIZE=${F107_KP_SKIP_SIZE:-0}
+export F107_KP_DATA_SIZE=${F107_KP_DATA_SIZE:-56}
+export F107_KP_INTERVAL=${F107_KP_INTERVAL:-10800}
+
+#
+## for post
+export WRITE_DOPOST=${WRITE_DOPOST:-.false.}
+export GOCART_AER2POST=${GOCART_AER2POST:-.false.}
+export POST_GRIBVERSION=${POST_GRIBVERSION:-grib1}
+export POSTCTLFILE=${POSTCTLFILE:-$PARM_NGAC/ngac_postcntrl.parm}
+export POST_PARM=${POST_PARM:-$PARM_NGAC/ngac_postcntrl.xml}
+export POST_AVBLFLDSXML=${POST_AVBLFLDSXML:-$PARM_NGAC/ngac_post_avblflds.xml}
+export POST_NCEPGRB2TBL=${POST_NCEPGRB2TBL:-$NWPROD/lib/sorc/g2tmpl/params_grib2_tbl_new}
+
+## copy/link post related files
+if [[ $WRITE_DOPOST = .true. ]] ; then
+ if [[ $POST_GRIBVERSION = grib1 ]] ; then
+#  ln -sf ${POSTCTLFILE} fort.14
+   ${NCP} ${POSTCTLFILE} fort.14
+ elif [[ $POST_GRIBVERSION = grib2 ]] ; then
+   ${NCP} ${POST_PARM}        postcntrl.xml
+   ${NCP} ${POST_AVBLFLDSXML} post_avblflds.xml
+   ${NCP} ${POST_NCEPGRB2TBL} params_grib2_tbl_new
+ fi
+ ln -sf griddef.out fort.110
+ MICRO_PHYS_DATA=${MICRO_PHYS_DATA:-${POST_LUTDAT:-$NWPROD/$PARMSUBDA/nam_micro_lookup.dat}}
+ ${NCP} $MICRO_PHYS_DATA ./eta_micro_lookup.dat
+fi
+#
+# Total pe = WRT_GROUP*WRTPE_PER_GROUP + fcst pes
+#
+export WRT_GROUP=${WRT_GROUP:-1}
+export WRTPE_PER_GROUP=${WRTPE_PER_GROUP:-1}
+export QUILTING=${QUILTING:-.true.}
+export GOCART_AER2POST=${GOCART_AER2POST:-.false.}
+#
+export LWRTGRDCMP=${LWRTGRDCMP:-".true."}
+if [ $NEMSIO_OUT = .false. -a $WRITE_DOPOST = .false. ] ; then
+  export LWRTGRDCMP=.false.
+fi
+# number of output files, default =3, for adiab num_file=1
+ioform_sig=${ioform_sig:-bin4}
+ioform_sfc=${ioform_sfc:-bin4}
+ioform_flx=${ioform_flx:-bin4}
+if [[ $ADIABATIC = .true. ]] ; then
+  export NUM_FILE=1 ;
+  export FILENAME_BASE="'SIG.F'"
+  export FILE_IO_FORM=${FILE_IO_FORM:-"'bin4'"}
+else
+  export FILENAME_BASE="'SIG.F' 'SFC.F' 'FLX.F'"
+  export FILE_IO_FORM=${FILE_IO_FORM:-"'bin4' 'bin4' 'bin4'"}
+  export NUM_FILE=3
+
+  if [ $NST_FCST -gt 0 ] ; then
+    export FILENAME_BASE=${FILENAME_BASE}" 'NST.F'"
+    export FILE_IO_FORM=${FILE_IO_FORM}" 'bin4'"
+    export NUM_FILE=$((NUM_FILE+1))
+  fi
+  if [ $GOCART == 1 ] ; then
+    export FILENAME_BASE=${FILENAME_BASE}" 'AER.F'"
+    export FILE_IO_FORM=${FILE_IO_FORM}" 'bin4'"
+    export NUM_FILE=$((NUM_FILE+1))
+  fi
+  echo "NUM_FILE=$NUM_FILE,GOCART=$GOCART,nstf_name=$nstf_name,nst_anl=$nst_anl,FILENAME_BASE=$FILENAME_BASE"
+ fi
+#
+if [ $IDVC = 1 ] ; then
+ export HYBRID=.false.    ; export GEN_COORD_HYBRID=.false.
+elif [ $IDVC = 2 ] ; then
+ export HYBRID=.true.     ; export GEN_COORD_HYBRID=.false.
+elif [ $IDVC = 3 ] ; then
+ export HYBRID=.false.    ; export GEN_COORD_HYBRID=.true.
+fi
+export TFILTC=${TFILTC:-0.85}
+export DYNVARS=${DYNVARS:-""}
+export PHYVARS=${PHYVARS:-""}
+export TRACERVARS=${TRACERVARS:-""}
+export FSMCL2=${FSMCL2:-99999}
+export FTSFS=${FTSFS:-90}
+export FAISS=${FAISS:-99999}
+export FSNOL=${FSNOL:-99999}
+export FSICL=${FSICL:-99999}
+export CYCLVARS=${CYCLVARS}
+export POSTGPVARS=${POSTGPVARS}
+export NTHREADS=${NTHREADS:-1}
+export semilag=${semilag:-${SEMILAG:-.true.}}
+export OMP_NUM_THREADS=${OMP_NUM_THREADS:-${NTHREADS:-1}}
+export SPECTRAL_LOOP=${SPECTRAL_LOOP:-2}
+export FILESTYLE=${FILESTYLE:-'L'}
+export PGMOUT=${PGMOUT:-${pgmout:-'&1'}}
+export PGMERR=${PGMERR:-${pgmerr:-'&2'}}
+export MEMBER_NAMES=${MEMBER_NAMES:-''}
+
+export p_import=${p_import:-1}
+export dp_import=${dp_import:-1}
+export dpdt_import=${dpdt_import:-1}
+
+if [ $machine = IBMP6 ] ; then
+  export NTHSTACK=${NTHSTACK:-128000000}
+  export XLSMPOPTS=${XLSMPOPTS:-"parthds=$NTHREADS:stack=$NTHSTACK"}
+  export XLFRTEOPTS="unit_vars=yes:intrinthds=1"
+  export BIND_TASKS=${BIND_TASKS:-no}
+  typeset -L1 l=$PGMOUT
+  [[ $l = '&' ]]&&a=''||a='>'
+  export REDOUT=${REDOUT:-'1>'$a}
+  typeset -L1 l=$PGMERR
+  [[ $l = '&' ]]&&a=''||a='>'
+  export REDERR=${REDERR:-'2>'$a}
+else
+  export REDOUT=${REDOUT:-'1>'}
+  export REDERR=${REDERR:-'2>'}
+fi
+export print_esmf=${print_esmf:-.false.} # print each PET output to file
+
+################################################################################
+#  Preprocessing
+$INISCRIPT
+pwd=$(pwd)
+if [[ -d $DATA ]] ; then
+   mkdata=NO
+else
+   mkdir -p $DATA
+   mkdata=YES
+fi
+cd $DATA||exit 99
+if [ $IDEA = .true. ] ; then 
+   ${NCP} $FIX_IDEA/global_idea* . 
+fi
+[[ -d $COMOUT ]]||mkdir -p $COMOUT
+
+if [[ $HOUTASPS -lt 10000 ]] ; then
+   (( HOUTA = FHROT + FHMAX - HOUTASPS ))  # DHOU, 09/11/2010
+   NMSUB=${NMSUB:-""}
+else
+  HOUTA=-1
+  NMSUB=""
+fi
+
+################################################################################
+#  Make forecast
+if [ "$APRUNW" = NONE ] ; then
+ if [ "$APRUNB" = NONE -a "$APRUNE" = NONE ] ; then
+   export PGM='$FCST_LAUNCHER $DATA/$(basename $FCSTEXEC)'
+ else
+  export PGM='$FCST_LAUNCHER $DATA/$(basename $FCSTEXEC) $APRUNB $DATA/$(basename $FCSTEXEC) $APRUNE $DATA/$(basename $FCSTEXEC)'
+ fi
+else
+ if [ "$APRUNB" = NONE -a "$APRUNE" = NONE ] ; then
+  export PGM='$FCST_LAUNCHER $DATA/$(basename $FCSTEXEC) $APRUNW $DATA/$(basename $FCSTEXEC)'
+ else
+  export PGM='$FCST_LAUNCHER $DATA/$(basename $FCSTEXEC) $APRUNB $DATA/$(basename $FCSTEXEC) $APRUNE $DATA/$(basename $FCSTEXEC) $APRUNW $DATA/$(basename $FCSTEXEC)'
+ fi
+fi
+export pgm=$PGM
+$LOGSCRIPT
+${NCP} $FCSTEXEC $DATA
+#------------------------------------------------------------
+if [ $FHROT -gt 0 ] ; then
+ if [ $NEMSIO_IN = .false. ] ; then
+   if [ $SIGI2 != NULL ] ; then export RESTART=.true. ; fi
+ else
+   if [ $SIGI2 != NULL -a $GRDI2 != NULL ] ; then export RESTART=.true. ; fi
+ fi
+fi
+export RESTART=${RESTART:-.false.}
+#if [ $RESTART = .false. ] ; then # when restarting should not remove - Weiyu
+#  rm -f NULL
+#fi
+FH=$((10#$FHINI))
+[[ $FH -lt 10 ]]&&FH=0$FH
+if [[ $FHINI -gt 0 ]] ; then
+   if [ $FHOUT_HF -ne $FHOUT -a $FH -lt $FHMAX_HF ] ; then
+    FH=$((10#$FHINI+10#$FHOUT_HF))
+   else
+    FH=$((10#$FHINI+10#$FHOUT))
+   fi
+   [[ $FH -lt 10 ]]&&FH=0$FH
+fi
+while [[ 10#$FH -le $FHMAX ]] ; do
+   if [[ 10#$FH -le $HOUTA ]] ; then
+     FNSUB=$NMSUB
+   else
+     FNSUB=""
+   fi
+## eval rm -f ${LOGO}${FNSUB}
+   if [ $FHOUT_HF -ne $FHOUT -a $FH -lt $FHMAX_HF ] ; then
+     ((FH=10#$FH+10#$FHOUT_HF))
+   else
+     ((FH=10#$FH+10#$FHOUT))
+   fi
+   [[ $FH -lt 10 ]]&&FH=0$FH
+done
+if [[ $FILESTYLE = "L" ]] ; then
+#  ln -fs $CO2CON fort.15
+#  ln -fs $MTNVAR fort.24
+#  ln -fs $O3FORC fort.28
+#  ln -fs $O3CLIM fort.48
+
+   ${NCP} $CO2CON  fort.15
+   ${NCP} $MTNVAR  fort.24
+   ${NCP} $O3FORC  fort.28
+   ${NCP} $H2OFORC fort.29
+   ${NCP} $O3CLIM  fort.48
+else
+  echo 'FILESTYLE' $FILESTYLE 'NOT SUPPORTED'
+  exit 222
+fi
+#for m in 01 02 03 04 05 06 07 08 09 10 11 12
+#do
+# ln -fs $AERODIR/global_aeropac3a.m$m.txt aeropac3a.m$m
+#done
+
+AEROSOL_FILE=${AEROSOL_FILE:-global_climaeropac_global.txt}
+EMMISSIVITY_FILE=${EMMISSIVITY_FILE:-global_sfc_emissivity_idx.txt}
+
+#ln -fs $AERODIR/$AEROSOL_FILE     aerosol.dat
+#ln -fs $EMISDIR/$EMMISSIVITY_FILE sfc_emissivity_idx.txt
+#ln -fs $OROGRAPHY                 orography
+#ln -fs $OROGRAPHY_UF              orography_uf
+
+${NCP} $AERODIR/$AEROSOL_FILE     aerosol.dat
+${NCP} $EMISDIR/$EMMISSIVITY_FILE sfc_emissivity_idx.txt
+${NCP} $OROGRAPHY                 orography
+${NCP} $OROGRAPHY_UF              orography_uf
+
+${NCP} $LONSPERLAT                lonsperlat.dat
+${NCP} $LONSPERLAR                lonsperlar.dat
+if [ $IEMS -gt 0 ] ; then
+ EMMISSIVITY_FILE=${EMMISSIVITY_FILE:-global_sfc_emissivity_idx.txt}
+#ln -fs $EMISDIR/$EMMISSIVITY_FILE sfc_emissivity_idx.txt
+ ${NCP} $EMISDIR/$EMMISSIVITY_FILE sfc_emissivity_idx.txt
+fi
+if [ $ISOL -gt 0 ] ; then
+ cd $SOLCDIR
+ for file in `ls | grep solarconstant` ; do
+  ${NCP} $file $DATA/$(echo $file |sed -e "s/global_//g")
+ done
+fi
+if [ $IAER -gt 0 ] ; then
+ cd $VOLCDIR
+ for file in `ls | grep volcanic_aerosols` ; do
+  ${NCP} $file $DATA/$(echo $file |sed -e "s/global_//g")
+ done
+ cd $DATA
+#${NCP} $GOCART_CLIM/* $DATA
+ ${NCP} $GOCART_LUTS/NCEP_AEROSOL.bin $DATA
+fi
+if [ $ICO2 -gt 0 ] ; then
+ cd $CO2DIR
+ for file in `ls | grep co2historicaldata` ; do
+  ${NCP} $file $DATA/$(echo $file |sed -e "s/global_//g")
+ done
+ CO2_seasonal_cycle=${CO2_seasonal_cycle:-global_co2monthlycyc1976_2006.txt}
+ ${NCP} $CO2_seasonal_cycle $DATA/co2monthlycyc.txt
+fi
+cd $DATA
+export PHYVARS="IEMS=$IEMS,ISOL=$ISOL,IAER=$IAER,ICO2=$ICO2,$PHYVARS"
+#
+#     For one member case i.e. control
+#     --------------------------------
+mins=$((DELTIM/60))
+secs=$((DELTIM-(DELTIM/60)*60))
+[[ $mins -lt 10 ]] &&mins=0$mins
+[[ $secs -lt 10 ]] &&secs=0$secs
+
+export FHINI=$((FHINI+0))
+export FHROT=$((FHROT+0))
+
+if [[ $ENS_NUM -le 1 ]] ; then
+  FH=$((10#$FHINI))
+  [[ $FH -lt 10 ]]&&FH=0$FH
+  if [[ $FHINI -gt 0 ]] ; then
+    if [ $FHOUT_HF -ne $FHOUT -a $FH -lt $FHMAX_HF ] ; then
+     FH=$((10#$FHINI+10#$FHOUT_HF))
+    else
+     FH=$((10#$FHINI+10#$FHOUT))
+    fi
+    [[ $FH -lt 10 ]]&&FH=0$FH
+  fi
+#        For Initial Conditions
+#        ----------------------
+  if [ $FHINI -eq  $FHROT ]; then
+    if [ $NEMSIO_IN = .true. ]; then
+      ln -fs $GRDI  grid_ini
+      ln -fs $GRDI  sig_ini
+    else
+      ln -fs $SIGI  sig_ini
+    fi
+    ln -fs $SFCI  sfc_ini
+    ln -fs $NSTI  nst_ini
+#   if [ $FHROT -gt 0 ] ; then
+#     export RESTART=.true.
+#   else
+#     export RESTART=.false.
+#   fi
+  else
+    ln -fs $GRDI  grid_ini
+    ln -fs $GRDI2 grid_ini2
+    ln -fs $SIGI  sig_ini
+    ln -fs $SIGI2 sig_ini2
+    ln -fs $SFCI  sfc_ini
+    ln -fs $NSTI  nst_ini
+    export RESTART=.true.
+  fi
+#        For output
+#        ----------
+  while [[ 10#$FH -le $FHMAX ]] ; do
+    if [[ 10#$FH -le $HOUTA ]] ; then
+      FNSUB=$NMSUB
+    else
+      FNSUB=""
+    fi
+    if [ $FH -eq 00 ] ; then
+      SUF2=:${mins}:${secs}
+    else
+      SUF2=""
+    fi
+    eval ln -fs ${SIGO}$FNSUB SIG.F${FH}$SUF2
+    eval ln -fs ${SFCO}$FNSUB SFC.F${FH}$SUF2
+    eval ln -fs ${FLXO}$FNSUB FLX.F${FH}$SUF2
+    eval ln -fs ${LOGO}$FNSUB LOG.F${FH}$SUF2
+    eval ln -fs ${D3DO}$FNSUB D3D.F${FH}$SUF2
+    eval ln -fs ${NSTO}$FNSUB NST.F${FH}$SUF2
+    eval ln -fs ${G3DO}$FNSUB G3D.F${FH}$SUF2
+    eval ln -fs ${AERO}$FNSUB AER.F${FH}$SUF2
+
+    if [ $FHOUT_HF -ne $FHOUT -a $FH -lt $FHMAX_HF ] ; then
+     ((FH=10#$FH+10#$FHOUT_HF))
+    else
+     ((FH=10#$FH+10#$FHOUT))
+    fi
+    [[ 10#$FH -lt 10 ]]&&FH=0$FH
+
+  done
+  eval ln -fs $GRDR1 GRDR1
+  eval ln -fs $GRDR2 GRDR2
+  eval ln -fs $SIGR1 SIGR1
+  eval ln -fs $SIGR2 SIGR2
+  eval ln -fs $SFCR  SFCR
+  eval ln -fs $NSTR  NSTR
+else
+#
+#   For Ensemble runs (members > 1)
+#   -------------------------------
+  for MN in $MEMBER_NAMES ; do
+    IMN=`echo $MN|cut -c2-3`
+    IMN=$((IMN+0))
+    if [ $IMN -eq 0 ] ; then IMN=$ENS_NUM ; fi
+    if [ $IMN -lt 10 ] ; then IMN=0$IMN ; fi
+    echo 'IMN=' $IMN
+    if [ ${USESUBDIR:-NO} = YES ] ; then
+     if [ $IMN -eq $ENS_NUM ] ; then LOCD=/c00 ; else LOCD=/p$IMN ; fi
+    fi
+    mkdir -p `eval echo \$COMENS`
+
+#      This is just faking the ensemble ICs.
+#   ${NCP} $SIGI  ${SIGI}${MN}
+#   ${NCP} $SFCI  ${SFCI}${MN}
+#   ${NCP} $SIGI2 ${SIGI2}${MN}
+#        For Initial Conditions
+#        ----------------------
+    eval ln -fs ${GRDI}${MN}  grid_ini_${IMN}
+    eval ln -fs ${GRDI2}${MN} grid_ini2_${IMN}
+    eval ln -fs ${SIGI}${MN}  sig_ini_${IMN}
+    eval ln -fs ${SIGI2}${MN} sig_ini2_${IMN}
+    eval ln -fs ${SFCI}${MN}  sfc_ini_${IMN}
+    eval ln -fs ${NSTI}${MN}  nst_ini_${IMN}
+
+    if [ $FHINI -eq  $FHROT ]; then
+      if [ $FHROT -gt 0 ] ; then
+        export RESTART=.true.
+      else
+        export RESTART=.false.
+      fi
+    else
+      export RESTART=.true.
+    fi
+
+#        For output
+#        ----------
+    FH=$((10#$FHINI))
+    [[ 10#$FH -lt 10 ]]&&FH=0$FH
+    if [[ $FHINI -gt 0 ]] ; then
+      if [ $FHOUT_HF -ne $FHOUT -a $FH -lt $FHMAX_HF ] ; then
+       FH=$((10#$FHINI+10#$FHOUT_HF))
+      else
+       FH=$((10#$FHINI+10#$FHOUT))
+      fi
+      [[ 10#$FH -lt 10 ]]&&FH=0$FH
+    fi
+    while [[ 10#$FH -le $FHMAX ]] ; do
+      if [[ 10#$FH -le $HOUTA ]] ; then
+        FNSUB=$NMSUB
+      else
+        FNSUB=""
+      fi
+      if [ $FH -eq 00 ] ; then
+        SUF2=:${mins}:${secs}
+      else
+        SUF2=""
+      fi
+      eval ln -fs ${SIGO}$FNSUB SIG.F${FH}${SUF2}_${IMN}
+      eval ln -fs ${SFCO}$FNSUB SFC.F${FH}${SUF2}_${IMN}
+      eval ln -fs ${FLXO}$FNSUB FLX.F${FH}${SUF2}_${IMN}
+      eval ln -fs ${LOGO}$FNSUB LOG.F${FH}${SUF2}_${IMN}
+      eval ln -fs ${D3DO}$FNSUB D3D.F${FH}${SUF2}_${IMN}
+      eval ln -fs ${NSTO}$FNSUB NST.F${FH}${SUF2}_${IMN}
+      eval ln -fs ${G3DO}$FNSUB G3D.F${FH}${SUF2}_${IMN}
+      eval ln -fs ${AERO}$FNSUB AER.F${FH}${SUF2}_${IMN}
+
+      if [ $FHOUT_HF -ne $FHOUT -a $FH -lt $FHMAX_HF ] ; then
+       ((FH=10#$FH+10#$FHOUT_HF))
+      else
+       ((FH=10#$FH+10#$FHOUT))
+      fi
+      [[ $FH -lt 10 ]]&&FH=0$FH
+    done
+
+# 02/29/2008 DHOU,  added new files for the output after SPS
+#     FH=$FHMAX
+# 09/09/2008 DHOU,  changed the time of output after SPS, fro end to earlier
+#             for the digital filtering after resolution change
+      FH=$HOUTASPS
+    if [[ $FH -lt 10000 ]] ; then
+      [[ $FH -lt 10 ]]&&FH=0$FH
+      eval ln -fs $SIGS SIG.S${FH}_${IMN}
+      eval ln -fs $SFBS SFB.S${FH}_${IMN}
+      eval ln -fs $FLXS FLX.S${FH}_${IMN}
+    fi
+
+    eval ln -fs ${SIGR1}_${IMN} SIGR1_${IMN}
+    eval ln -fs ${SIGR2}_${IMN} SIGR2_${IMN}
+    eval ln -fs ${SFCR}_{IMN}   SFCR_${IMN}
+    eval ln -fs ${NSTR}_${IMN}  NSTR_${IMN}
+# 02/29/2008 DHOU,  added new files for the re-start-files after SP
+    if [ $ENS_NUM -gt 2 ] ; then
+      eval ln -fs ${SIGS1}_${IMN} SIGS1_${IMN}
+      eval ln -fs ${SIGS2}_${IMN} SIGS2_${IMN}
+      eval ln -fs ${SFCS}_${IMN}  SFCS_${IMN}
+      eval ln -fs ${NSTS}_${IMN}  NSTS_${IMN}
+    fi
+  done
+fi
+
+#
+# Create Configure file (i.e. .rc file) here
+# PE$n are to be imported from outside.  If PE$n are not set from outside, the
+# model would give equal processors for all ensembel members.
+#
+c=1
+while [ $c -le $ENS_NUM ] ; do
+ eval export PE$c=\${PE$c:-0}
+ c=$((c+1))
+done
+
+export wgrib=${wgrib:-$NWPROD/util/exec/wgrib}
+
+if [ $FHINI -eq 0 ]; then
+  if [[ $ENS_NUM -le 1 ]] ; then
+    if [ $NEMSIO_IN = .true. ]; then
+     if [ $ioform_sig = 'grib' ] ; then
+      export CDATE=$($wgrib -4yr $GRDI | grep -i hgt |awk -F: '{print $3}' |awk -F= '{print $2}')
+     else
+      export CDATE=$($nemsioget $GRDI idate |grep -i "idate" |awk -F= '{print $2}')
+     fi
+    else
+      export CDATE=${CDATE:-$(echo idate|$SIGHDR ${SIGI})}
+    fi
+  else
+    MN=c00
+    if [ $NEMSIO_IN = .true. ]; then
+     if [ $ioform_sig = 'grib' ] ; then
+      export CDATE=$($wgrib -4yr ${GRDI}${MN} | grep -i hgt |awk -F: '{print $3}' |awk -F= '{print $2}')
+     else
+      export CDATE=$($nemsioget $GRDI idate |grep -i "idate" |awk -F= '{print $2}')
+     fi
+    else
+      export CDATE=${CDATE:-$(echo idate|$SIGHDR ${SIGI}i${MN})}
+    fi
+  fi
+  if [ $NEMSIO_IN = .true. ] ; then
+    INI_YEAR=$(echo $CDATE | awk -F" " '{print $1}')
+    echo "now"
+    echo ${INI_YEAR}
+    INI_MONTH=$(echo $CDATE | awk -F" " '{print $2}')
+    INI_DAY=$(echo $CDATE | awk -F" " '{print $3}')
+    INI_HOUR=$(echo $CDATE | awk -F" " '{print $4}')
+  else
+    INI_YEAR=$(echo $CDATE | cut -c1-4)
+    echo "cdate=$CDATE, ini_year=${INI_YEAR}"
+    INI_MONTH=$(echo $CDATE | cut -c5-6)
+    INI_DAY=$(echo $CDATE | cut -c7-8)
+    INI_HOUR=$(echo $CDATE | cut -c9-10)
+  fi
+else
+  if [[ $ENS_NUM -le 1 ]] ; then
+    if [ $NEMSIO_IN = .true. ]; then
+     if [ $ioform_sig = 'grib' ] ; then
+      export CDATE=$($wgrib -4yr $GRDI | grep -i hgt |awk -F: '{print $3}' |awk -F= '{print $2}')
+     else
+      export CDATE=$($nemsioget $GRDI idate | grep -i "idate" |awk -F= '{print $2}')
+     fi
+    else
+      export CDATE=${CDATE:-$(echo idate|$SIGHDR ${SIGI})}
+    fi
+  else
+    MN=c00
+    if [ $NEMSIO_IN = .true. ]; then
+     if [ $ioform_sig = 'grib' ] ; then
+      export CDATE=$($wgrib -4yr ${GRDI}${MN} | grep -i hgt |awk -F: '{print $3}' |awk -F= '{print $2}')
+     else
+      export CDATE=$($nemsioget ${GRDI}${MN} idate | grep -i "idate" |awk -F= '{print $2}')
+     fi
+    else
+      export CDATE=${CDATE:-$(echo idate|$SIGHDR ${SIGI}${MN})}
+    fi
+  fi
+  if [ $NEMSIO_IN = .true. ]; then
+#   export CDATE=$($nemsioget $GRDI idate | grep -i "idate" |awk -F= '{print $2}')
+    INI_YEAR=$(echo $CDATE | awk -F" " '{print $1}')
+    echo "now"
+    echo ${INI_YEAR}
+    INI_MONTH=$(echo $CDATE | awk -F" " '{print $2}')
+    INI_DAY=$(echo $CDATE | awk -F" " '{print $3}')
+    INI_HOUR=$(echo $CDATE | awk -F" " '{print $4}')
+  else
+    INI_YEAR=$(echo $CDATE | cut -c1-4)
+    echo "cdate=$CDATE, ini_year=${INI_YEAR}"
+    INI_MONTH=$(echo $CDATE | cut -c5-6)
+    INI_DAY=$(echo $CDATE | cut -c7-8)
+    INI_HOUR=$(echo $CDATE | cut -c9-10)
+  fi
+fi
+
+## copy configure files needed for NEMS GFS
+${NCP} ${MAPL:-$PARM_NGAC/MAPL.rc}                    MAPL.rc
+${NCP} ${CHEM_REGISTRY:-$PARM_NGAC/Chem_Registry.rc}  Chem_Registry.rc
+
+## copy configure files and fixed files needed for GOCART
+if [ $GOCART == 1 ] ; then
+ ${NCP} ${CONFIG_DU:-$PARM_NGAC/DU_GridComp.rc}             DU_GridComp.rc
+ ${NCP} ${CONFIG_SU:-$PARM_NGAC/SU_GridComp.rc}             SU_GridComp.rc
+ ${NCP} ${CONFIG_OC:-$PARM_NGAC/OC_GridComp.rc}             OC_GridComp.rc
+ ${NCP} ${CONFIG_OCx:-$PARM_NGAC/OC_GridComp---full.rc}     OC_GridComp---full.rc
+ ${NCP} ${CONFIG_BC:-$PARM_NGAC/BC_GridComp.rc}             BC_GridComp.rc
+ ${NCP} ${CONFIG_SS:-$PARM_NGAC/SS_GridComp.rc}             SS_GridComp.rc
+ ${NCP} ${AOD_REGISTRY:-$PARM_NGAC/Aod-550nm_Registry.rc}   $DATA/Aod_Registry.rc
+#jw  ${NCP} ${AOD_REGISTRY:-$PARM_NGAC/Aod-550nm_Registry.rc}   $DATA/Aod-550nm_Registry.rc
+ ${NCP} $PARM_NGAC/AEROSOL_LUTS.dat                         $DATA/
+
+ ln -sf $FIX_NGAC  ngac_fix
+
+fi
+
+#
+# jw: generate configure file
+#
+#---------------------------------------
+if [ ! -s $DATA/nems.configure ] ; then
+ cat << EOF > $DATA/nems.configure
+ EARTH_component_list: ATM
+ ATM_model:            ${atm_model:-gsm}
+ runSeq::
+   ATM
+ ::
+EOF
+fi
+
+#---------------------------------------
+
+core=${core:-gfs}
+if [ ! -s $DATA/atmos.configure ] ; then
+ cat << EOF > $DATA/atmos.configure
+ core: $core
+ atm_model:                  ${atm_model:-gsm}
+ atm_coupling_interval_sec:  ${coupling_interval_fast_sec:-" "}
+ atm_coupling_interval_sec:
+EOF
+fi
+
+cat << EOF > atm_namelist.rc
+core: $core
+print_esmf:     ${print_esmf}
+
+nhours_dfini=${nhours_dfini:-$FHDFI}
+
+#nam_atm +++++++++++++++++++++++++++
+nlunit:                  35
+deltim:                  ${DELTIM}.0
+fhrot:                   $FHROT
+namelist:                atm_namelist
+total_member:            $ENS_NUM
+grib_input:              $GB
+PE_MEMBER01:             $PE1
+PE_MEMBER02:             $PE2
+PE_MEMBER03:             $PE3
+PE_MEMBER04:             $PE4
+PE_MEMBER05:             $PE5
+PE_MEMBER06:             $PE6
+PE_MEMBER07:             $PE7
+PE_MEMBER08:             $PE8
+PE_MEMBER09:             $PE9
+PE_MEMBER10:             $PE10
+PE_MEMBER11:             $PE11
+PE_MEMBER12:             $PE12
+PE_MEMBER13:             $PE13
+PE_MEMBER14:             $PE14
+PE_MEMBER15:             $PE15
+PE_MEMBER16:             $PE16
+PE_MEMBER17:             $PE17
+PE_MEMBER18:             $PE18
+PE_MEMBER19:             $PE19
+PE_MEMBER20:             $PE20
+PE_MEMBER21:             $PE21
+
+# For stochastic purturbed runs -  added by Dhou and Wyang
+  --------------------------------------------------------
+#  ENS_SPS, logical control for application of stochastic perturbation scheme
+#  HH_START, start hour of forecast, and modified ADVANCECOUNT_SETUP
+#  HH_INCREASE and HH_FINAL are fcst hour increment and end hour of forecast
+#  ADVANCECOUNT_SETUP is an integer indicating the number of time steps between
+#  integrtion_start and the time when model state is saved for the _ini of the
+#  GEFS_Coupling, currently is 0h.
+
+HH_INCREASE:             $FH_INC
+HH_FINAL:                $FHMAX
+HH_START:                $FHINI
+ADVANCECOUNT_SETUP:      $ADVANCECOUNT_SETUP
+
+ENS_SPS:                 $ENS_SPS
+HOUTASPS:                $HOUTASPS
+
+#ESMF_State_Namelist +++++++++++++++
+
+RUN_CONTINUE:            .false.
+
+#
+dt_int:                  $DELTIM
+dt_num:                  0
+dt_den:                  1
+start_year:              $INI_YEAR
+start_month:             $INI_MONTH
+start_day:               $INI_DAY
+start_hour:              $INI_HOUR
+start_minute:            0
+start_second:            0
+nhours_fcst:             $FHMAX
+restart:                 $RESTART
+nhours_fcst1:            $FHMAX
+im:                      $LONB
+jm:                      $LATB
+global:                  .true.
+nhours_dfini:            $nhours_dfini
+adiabatic:               $ADIABATIC
+lsoil:                   $LSOIL
+passive_tracer:          $PASSIVE_TRACER
+dfilevs:                 $DFILEVS
+ldfiflto:                $LDFIFLTO
+num_tracers:             $NTRAC
+ldfi_grd:                $LDFI_GRD
+lwrtgrdcmp:              $LWRTGRDCMP
+nemsio_in:               $NEMSIO_IN
+
+
+#jwstart added quilt
+###############################
+#### Specify the I/O tasks ####
+###############################
+
+
+quilting:                $QUILTING   #For asynchronous quilting/history writes
+read_groups:             0
+read_tasks_per_group:    0
+write_groups:            $WRT_GROUP
+write_tasks_per_group:   $WRTPE_PER_GROUP
+
+num_file:                $NUM_FILE                   #
+filename_base:           $FILENAME_BASE
+file_io_form:            $FILE_IO_FORM                     
+file_io:                 'DEFERRED' 'DEFERRED' 'DEFERRED' 'DEFERRED'  #
+write_dopost:            $WRITE_DOPOST          # True--> run do on quilt
+post_gribversion:        $POST_GRIBVERSION      # True--> grib version for post output files
+gocart_aer2post:         $GOCART_AER2POST
+write_nemsioflag:        .TRUE.       # True--> Write nemsio run history files
+write_fsyncflag:         .false.      # True--> check if output files synced to disk
+nfhout:                  $FHOUT
+nfhout_hf:               $FHOUT_HF
+nfhmax_hf:               $FHMAX_HF
+nsout:                   $nsout
+
+io_recl:                 100
+io_position:             ' '
+io_action:               'WRITE'
+io_delim:                ' '
+io_pad:                  ' '
+
+#jwend
+
+EOF
+# addition import/export variables for stochastic physics
+export sppt_import=${sppt_import:-0}
+export sppt_export=${sppt_export:-0}
+export shum_import=${shum_import:-0}
+export shum_export=${shum_export:-0}
+export skeb_import=${skeb_import:-0}
+export skeb_export=${skeb_export:-0}
+export vc_import=${vc_import:-0}
+export vc_export=${vc_export:-0}
+
+#
+cat atm_namelist.rc > dyn_namelist.rc
+cat << EOF >> dyn_namelist.rc
+
+SLG_FLAG:                        $semilag
+
+#ESMF_State_Namelist +++++++++++++++
+idate1_import:                    1
+z_import:                         1
+ps_import:                        1
+div_import:                       0
+vor_import:                       0
+u_import:                         1
+v_import:                         1
+temp_import:                      1
+tracer_import:                    1
+p_import:                         $p_import
+dp_import:                        $dp_import
+dpdt_import:                      $dpdt_import
+
+idate1_export:                    1
+z_export:                         1
+ps_export:                        1
+div_export:                       0
+vor_export:                       0
+u_export:                         1
+v_export:                         1
+temp_export:                      1
+tracer_export:                    1
+p_export:                         1
+dp_export:                        1
+dpdt_export:                      1
+sppt_wts_export:                  ${sppt_export}
+shum_wts_export:                  ${shum_export}
+skeb_wts_export:                  ${skeb_export}
+vc_wts_export:                    ${vc_export}
+
+EOF
+
+cat atm_namelist.rc > phy_namelist.rc
+cat << EOF >> phy_namelist.rc
+
+#Upper_Air_State_Namelist +++++++++++++++
+idate1_import:                    1
+z_import:                         1
+ps_import:                        1
+div_import:                       0
+vor_import:                       0
+u_import:                         1
+v_import:                         1
+temp_import:                      1
+tracer_import:                    1
+p_import:                         $p_import
+dp_import:                        $dp_import
+dpdt_import:                      $dpdt_import
+sppt_wts_import:                  ${sppt_import}
+shum_wts_import:                  ${shum_import}
+skeb_wts_import:                  ${skeb_import}
+vc_wts_import:                    ${vc_import}
+
+idate1_export:                    1
+z_export:                         1
+ps_export:                        1
+div_export:                       0
+vor_export:                       0
+u_export:                         1
+v_export:                         1
+temp_export:                      1
+tracer_export:                    1
+p_export:                         1
+dp_export:                        1
+dpdt_export:                      1
+
+# Surface state.
+#---------------
+orography_import:                 1
+t_skin_import:                    1
+soil_mois_import:                 1
+snow_depth_import:                1
+soil_t_import:                    1
+deep_soil_t_import:               1
+roughness_import:                 1
+conv_cloud_cover_import:          1
+conv_cloud_base_import:           1
+conv_cloud_top_import:            1
+albedo_visible_scattered_import:  1
+albedo_visible_beam_import:       1
+albedo_nearir_scattered_import:   1
+albedo_nearir_beam_import:        1
+sea_level_ice_mask_import:        1
+vegetation_cover_import:          1
+canopy_water_import:              1
+m10_wind_fraction_import:         1
+vegetation_type_import:           1
+soil_type_import:                 1
+zeneith_angle_facsf_import:       1
+zeneith_angle_facwf_import:       1
+uustar_import:                    1
+ffmm_import:                      1
+ffhh_import:                      1
+sea_ice_thickness_import:         1
+sea_ice_concentration_import:     1
+tprcp_import:                     1
+srflag_import:                    1
+actual_snow_depth_import:         1
+liquid_soil_moisture_import:      1
+vegetation_cover_min_import:      1
+vegetation_cover_max_import:      1
+slope_type_import:                1
+snow_albedo_max_import:           1
+
+orography_export:                 1
+t_skin_export:                    1
+soil_mois_export:                 1
+snow_depth_export:                1
+soil_t_export:                    1
+deep_soil_t_export:               1
+roughness_export:                 1
+conv_cloud_cover_export:          1
+conv_cloud_base_export:           1
+conv_cloud_top_export:            1
+albedo_visible_scattered_export:  1
+albedo_visible_beam_export:       1
+albedo_nearir_scattered_export:   1
+albedo_nearir_beam_export:        1
+sea_level_ice_mask_export:        1
+vegetation_cover_export:          1
+canopy_water_export:              1
+m10_wind_fraction_export:         1
+vegetation_type_export:           1
+soil_type_export:                 1
+zeneith_angle_facsf_export:       1
+zeneith_angle_facwf_export:       1
+uustar_export:                    1
+ffmm_export:                      1
+ffhh_export:                      1
+sea_ice_thickness_export:         1
+sea_ice_concentration_export:     1
+tprcp_export:                     1
+srflag_export:                    1
+actual_snow_depth_export:         1
+liquid_soil_moisture_export:      1
+vegetation_cover_min_export:      1
+vegetation_cover_max_export:      1
+slope_type_export:                1
+snow_albedo_max_export:           1
+
+EOF
+# additional namelist parameters for stochastic physics.  Default is off
+export SPPT=${SPPT:-"0.0,0.0,0.0,0.0,0.0"}
+export ISEED_SPPT=${ISEED_SPPT:-0}
+export SPPT_LOGIT=.TRUE.
+export SPPT_LOGIT=${SPPT_LOGIT:-.TRUE.}
+export SPPT_TAU=${SPPT_TAU:-"21600,2592500,25925000,7776000,31536000"}
+export SPPT_LSCALE=${SPPT_LSCALE:-"500000,1000000,2000000,2000000,2000000"}
+
+export SHUM=${SHUM:-"0.0, -999., -999., -999, -999"}
+export ISEED_SHUM=${ISEED_SHUM:-0}
+export SHUM_TAU=${SHUM_TAU:-"2.16E4, 1.728E5, 6.912E5, 7.776E6, 3.1536E7"}
+export SHUM_LSCALE=${SHUM_LSCALE:-"500.E3, 1000.E3, 2000.E3, 2000.E3, 2000.E3"}
+
+export SKEB=${SKEB:-"0.0, -999., -999., -999, -999"}
+export ISEED_SKEB=${ISEED_SKEB:-0}
+export SKEB_TAU=${SKEB_TAU:-"2.164E4, 1.728E5, 2.592E6, 7.776E6, 3.1536E7"}
+export SKEB_LSCALE=${SKEB_LSCALE:="1000.E3, 1000.E3, 2000.E3, 2000.E3, 2000.E3"}
+export SKEB_VFILT=${SKEB_VFILT:-40}
+export SKEB_DISS_SMOOTH=${SKEB_DISS_SMOOTH:-12}
+
+export VC=${VC:-0.0}
+export ISEED_VC=${ISEED_VC:-0}
+export VCAMP=${VCAMP:-"0.0, -999., -999., -999, -999"}
+export VC_TAU=${VC_TAU:-"4.32E4, 1.728E5, 2.592E6, 7.776E6, 3.1536E7"}
+export VC_LSCALE=${VC_LSCALE:-"1000.E3, 1000.E3, 2000.E3, 2000.E3, 2000.E3"}
+
+#
+#   WARNING WARNING FILESTYLE "C" will not work for Component Ensembles!!!
+#
+#eval $PGM <<EOF $REDOUT$PGMOUT $REDERR$PGMERR
+
+#
+#   WARNING WARNING FILESTYLE "C" will not work for Component Ensembles!!!
+#
+#eval $PGM <<EOF $REDOUT$PGMOUT $REDERR$PGMERR
+#totalview poe -a $PGM <<EOF $REDOUT$PGMOUT $REDERR$PGMERR
+#
+# FHOUT_hf=$FHOUT_HF, FHMAX_hf=$FHMAX_HF,   # need to add when code is updated
+
+cat  > atm_namelist <<EOF
+ &nam_dyn
+  FHOUT=$FHOUT, FHMAX=$FHMAX, IGEN=$IGEN, DELTIM=$DELTIM,
+  FHOUT_hf=$FHOUT_HF, FHMAX_hf=$FHMAX_HF,
+  FHRES=$FHRES, FHROT=$FHROT, FHDFI=$FHDFI, nsout=$nsout,
+  nxpt=1, nypt=2, jintmx=2, lonf=$LONF, latg=$LATG,
+  jcap=$JCAP,   levs=$LEVS,  levr=$LEVR,
+  ntrac=$NTRAC, ntoz=$NTOZ, ntcw=$NTCW, ncld=$NCLD,
+  ngptc=$NGPTC, hybrid=$HYBRID, tfiltc=$TFILTC,
+  gen_coord_hybrid=$GEN_COORD_HYBRID, zflxtvd=$ZFLXTVD,
+  spectral_loop=$SPECTRAL_LOOP, explicit=$EXPLICIT,
+  ndslfv=$NDSLFV,mass_dp=$MASS_DP,process_split=$PROCESS_SPLIT,
+  reduced_grid=$REDUCED_GRID,lsidea=$IDEA,
+  wam_ipe_coupling=$WAM_IPE_COUPLING,
+  height_dependent_g=$HEIGHT_DEPENDENT_G,
+  semi_implicit_temp_profile=$SEMI_IMPLICIT_TEMP_PROFILE,
+  thermodyn_id=$THERMODYN_ID, sfcpress_id=$SFCPRESS_ID,
+  dfilevs=$DFILEVS,
+  SHUM=$SHUM,SHUM_TAU=$SHUM_TAU,SHUM_LSCALE=$SHUM_LSCALE,ISEED_SHUM=$ISEED_SHUM,
+  SPPT=$SPPT,SPPT_TAU=$SPPT_TAU,SPPT_LSCALE=$SPPT_LSCALE,SPPT_LOGIT=$SPPT_LOGIT,ISEED_SPPT=$ISEED_SPPT,
+  SKEB=$SKEB,SKEB_TAU=$SKEB_TAU,SKEB_LSCALE=$SKEB_LSCALE,SKEB_VFILT=$SKEB_VFILT,SKEB_DISS_SMOOTH=$SKEB_DISS_SMOOTH,ISEED_SKEB=$ISEED_SKEB,
+  VC=$VC,VC_TAU=$VC_TAU,VC_LSCALE=$VC_LSCALE,VCAMP=$VCAMP,ISEED_VC=$ISEED_VC,
+  $DYNVARS /
+ &nam_phy
+  FHOUT=$FHOUT, FHMAX=$FHMAX, IGEN=$IGEN, DELTIM=$DELTIM,
+  FHOUT_hf=$FHOUT_HF, FHMAX_hf=$FHMAX_HF,
+  FHRES=$FHRES, FHROT=$FHROT, FHCYC=$FHCYC, FHDFI=$FHDFI,
+  FHZER=$FHZER, FHLWR=$FHLWR, FHSWR=$FHSWR,nsout=$nsout,
+  nxpt=1, nypt=2, jintmx=2, lonr=$LONR, latr=$LATR,
+  jcap=$JCAP, levs=$LEVS, levr=$LEVR, reduced_grid=$REDUCED_GRID,
+  ntrac=$NTRAC, ntoz=$NTOZ, ntcw=$NTCW, ncld=$NCLD,
+  lsoil=$LSOIL, nmtvr=$NMTVR, lsidea=$IDEA, 
+  f107_kp_size=$F107_KP_SIZE, 
+  f107_kp_interval=$F107_KP_INTERVAL,
+  f107_kp_skip_size=$F107_KP_SKIP_SIZE,
+  f107_kp_data_size=$F107_KP_DATA_SIZE,
+  ngptc=$NGPTC, hybrid=$HYBRID, tfiltc=$TFILTC,
+  gen_coord_hybrid=$GEN_COORD_HYBRID,
+  thermodyn_id=$THERMODYN_ID, sfcpress_id=$SFCPRESS_ID,
+  nstf_name=${nstf_name},nst_anl=${nst_anl},
+  SHUM=$SHUM, SPPT=$SPPT,SKEB=$SKEB, VC=$VC,VCAMP=$VCAMP
+  $PHYVARS /
+ &TRACER_CONSTANT
+  $TRACERVARS /
+ &SOIL_VEG
+  LPARAM = .FALSE./
+ &NAMSFC
+  FNGLAC="$FNGLAC",
+  FNMXIC="$FNMXIC",
+  FNTSFC="$FNTSFC",
+  FNSNOC="$FNSNOC",
+  FNZORC="$FNZORC",
+  FNALBC="$FNALBC",
+  FNALBC2="$FNALBC2",
+  FNAISC="$FNAISC",
+  FNTG3C="$FNTG3C",
+  FNVEGC="$FNVEGC",
+  FNVETC="$FNVETC",
+  FNSOTC="$FNSOTC",
+  FNSMCC="$FNSMCC",
+  FNMSKH="$FNMSKH",
+  FNTSFA="$FNTSFA",
+  FNACNA="$FNACNA",
+  FNSNOA="$FNSNOA",
+  FNVMNC="$FNVMNC",
+  FNVMXC="$FNVMXC",
+  FNSLPC="$FNSLPC",
+  FNABSC="$FNABSC",
+  LDEBUG=.false.,
+  FSMCL(2)=$FSMCL2,
+  FSMCL(3)=$FSMCL2,
+  FSMCL(4)=$FSMCL2,
+  FTSFS=$FTSFS,
+  FAISS=$FAISS,
+  FSNOL=$FSNOL,
+  FSICL=$FSICL,
+  FTSFL=99999,
+  FAISL=99999,
+  FVETL=99999,
+  FSOTL=99999,
+  FvmnL=99999,
+  FvmxL=99999,
+  FSLPL=99999,
+  FABSL=99999,
+  FSNOS=99999,
+  FSICS=99999,
+
+  $CYCLVARS  /
+ &NAMPGB
+  $POSTGPVARS /
+EOF
+
+ln -sf atm_namelist.rc ./model_configure
+
+eval $PGM $REDOUT$PGMOUT $REDERR$PGMERR
+
+#if [ $machine = WCOSS_C ] ; then
+#unset LD_PRELOAD
+#fi
+export ERR=$?
+export err=$ERR
+$ERRSCRIPT||exit 2
+
+
+rm -f NULL
+rm -f fort.11 fort.12 fort.14
+rm -f fort.15 fort.24 fort.27 fort.28 fort.29 fort.43 fort.48
+rm -f orography
+rm -f orography_uf
+rm -f fort.51 fort.52 fort.53
+#rm -f SIG.F* SFC.F* FLX.F* LOG.F* D3D.F AER.F*
+##rm -f sigr1 sigr2 sfcr
+################################################################################
+#  Postprocessing
+cd $pwd
+[[ $mkdata = YES ]]&&rmdir $DATA
+$ENDSCRIPT
+set +x
+if [[ "$VERBOSE" = "YES" ]] ; then
+   echo $(date) EXITING $0 with return code $err >&2
+fi
+exit $err

Property changes on: checkout/oldtests/exglobal_fcst_nems.sh
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/fim_ll.IN
===================================================================
--- checkout/oldtests/fim_ll.IN	(nonexistent)
+++ checkout/oldtests/fim_ll.IN	(revision 85747)
@@ -0,0 +1,24 @@
+#!/bin/ksh
+#
+# @ step_name = fim_runtest
+# @ output = out
+# @ error = err
+# @ job_type = parallel
+# @ job_name = @[JBNME]
+# @ total_tasks = @[TASKS]
+# @ parallel_threads = @[THRDS]
+# @ task_affinity = cpu(@[THRDS])
+##@node_usage = shared
+# @ node_usage = not_shared
+#TBH:  need less than 1GB for G4 tests... 
+##@ node_resources= ConsumableMemory(110GB)
+# @ resources= ConsumableMemory (1GB)
+# @ class = @[CLASS]
+# @ group = @[GROUP]
+# @ wall_clock_limit = 00:@[WLCLK]:00
+# @ preferences = Feature == "dev"
+# @ network.MPI = sn_all,not_shared,us
+# @ account_no=@[ACCNR]
+##@ blocking=unlimited
+# @ queue
+
Index: checkout/oldtests/rt.conf
===================================================================
--- checkout/oldtests/rt.conf	(nonexistent)
+++ checkout/oldtests/rt.conf	(revision 85747)
@@ -0,0 +1,79 @@
+##########################################################################################
+###  NMMB
+##########################################################################################
+
+#COMPILE | nmm_post                            | standard    | wcoss        | nmmb_intel  |
+#COMPILE | nmm                                 | standard    | theia        | nmmb_intel  |
+APPBUILD| app=NMM                             | standard    | theia        |             |
+APPBUILD| app=NMM-POST                        | standard    | wcoss        |             |
+RUN     | nmm_cntrl                           | standard    |              | nmm         |
+RUN     | nmm_nemsio                          |             |              |             |
+RUN     | nmm_rest                            |             |              |             |
+RUN     | nmm_rest_nio                        | standard    |              |             |
+RUN     | nmm_decomp                          | standard    |              |             |
+RUN     | nmm_thread                          | standard    |              |             |
+#RUN     | nmm_gfsp                            |             |              | nmm         |
+RUN     | nmm_reg_ctl                         |             |              | nmm         |
+RUN     | nmm_reg_nemsio                      | standard    |              |             |
+RUN     | nmm_reg_rst                         | standard    |              |             |
+RUN     | nmm_reg_rst_nio                     |             |              |             |
+RUN     | nmm_reg_decomp                      |             |              |             |
+RUN     | nmm_reg_thread                      |             |              |             |
+#RUN     | nmm_reg_gfsp                        | standard    |              | nmm         |
+RUN     | nmm_reg_sel_phy                     |             |              | nmm         |
+RUN     | nmm_reg_spec_adv                    |             |              | nmm         |
+RUN     | nmm_reg_spec_adv_rst                |             |              |             |
+RUN     | nmm_reg_wsm6_gfdl                   |             |              | nmm         |
+RUN     | nmm_reg_wsm6_rrtm                   |             |              | nmm         |
+RUN     | nmm_reg_sas_zhao                    |             |              | nmm         |
+RUN     | nmm_reg_thomp                       |             |              | nmm         |
+RUN     | nmm_reg_hur                         |             |              | nmm         |
+RUN     | nmm_reg_pcpadj                      |             |              | nmm         |
+RUN     | nmm_reg_timesr                      |             |              | nmm         |
+RUN     | nmm_nests                           |             |              | nmm         |
+RUN     | nmm_nest_rest                       | standard    |              |             |
+RUN     | nmm_reg_filt                        |             |              | nmm         |
+RUN     | nmm_reg_filt_zombie                 |             |              | nmm         |
+RUN     | nmm_mvg_nests                       |             |              | nmm         |
+RUN     | nmm_mvg_nests_restart               |             |              |             |
+RUN     | nmm_mvg_nests_gens                  |             |              |             |
+RUN     | nmm_2way_nests                      |             |              | nmm         |
+RUN     | nmm_2way_nests_restart              |             |              |             |
+#RUN     | nmm_reg_post                        | standard    | wcoss        | nmm,post    |
+
+#COMPILE | nmm DEBUG=on                        | standard    | wcoss        | nmmb_intel  |
+#COMPILE | nmm DEBUG=on                        | standard    | theia        | nmmb_intel  |
+APPBUILD| app=NMM-DEBUG                       | standard    | wcoss        |             |
+APPBUILD| app=NMM-DEBUG                       | standard    | theia        |             |
+RUN     | nmm_reg_rst_nio_debug               | standard    |              |             |
+RUN     | nmm_reg_rst_debug                   | standard    |              |             |
+RUN     | nmm_reg_ctl_debug                   | standard    |              |             |
+RUN     | nmm_2way_nests_debug                | standard    |              |             |
+
+##########################################################################################
+###  GFS
+##########################################################################################
+
+#COMPILE | gsm                                 | standard    | wcoss         | gsm_intel   |
+#COMPILE | gsm                                 | standard    | theia         | gsm_intel   |
+APPBUILD| app=GSM                             | standard    | wcoss         |             |
+APPBUILD| app=GSM                             | standard    | theia         |             |
+RUN     | gfs_eulerian                        | standard    |               | gfs         |
+RUN     | wam_gh_l150                         | standard    |               | gfs         |
+RUN     | wam_gh_l150_nemsio                  | standard    |               | gfs         |
+RUN     | gfs_slg                             | standard    |               | gfs         |
+RUN     | gfs_slg_nsst                        | standard    |               | gfs         |
+RUN     | gfs_slg_adiabatic                   | standard    |               | gfs         |
+RUN     | gfs_slg_48pe                        | standard    |               | gfs         |
+RUN     | gfs_slg_2thread                     | standard    | wcoss         | gfs         |
+RUN     | gfs_slg_rsthst                      | standard    |               | gfs         |
+RUN     | gfs_slg_t574                        | standard    |               | gfs         |
+RUN     | gfs_slg_stochy                      | standard    |               | gfs         |
+RUN     | gfs_slg_land                        | standard    |               | gfs         |
+
+#COMPILE | gsm GOCART_MODE=full                | standard    | wcoss         | gsm_intel   |
+#COMPILE | gsm GOCART_MODE=full                | standard    | theia         | gsm_intel   |
+APPBUILD| app=GSM-GOCART                      | standard    | wcoss         |             |
+APPBUILD| app=GSM-GOCART                      | standard    | theia         |             |
+RUN     | gfs_gocart_nemsio                   | standard    |               | gfs         |
+
Index: checkout/oldtests/atmos.configure_nmm
===================================================================
--- checkout/oldtests/atmos.configure_nmm	(nonexistent)
+++ checkout/oldtests/atmos.configure_nmm	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/atmos.configure_nmm
\ No newline at end of file

Property changes on: checkout/oldtests/atmos.configure_nmm
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/gsm_config
===================================================================
--- checkout/oldtests/gsm_config	(nonexistent)
+++ checkout/oldtests/gsm_config	(revision 85747)
@@ -0,0 +1,290 @@
+#!/bin/ksh
+#
+set -x
+#
+#   Control for post and time averaging  If "YES" then run
+#   -- Defaults to "NO" 
+#
+# export gfsio_in=.true.
+# export gfsio_out=.true.,
+
+export fcst_begin=${fcst_begin:-YES}
+export NTRAC=${NTRAC:-${ntrac:-3}}
+export NTOZ=${NTOZ:-2}
+export NTCW=${NTCW:-3}
+export NCLD=${NCLD:-1}
+export NMTVR=${NMTVR:-14}
+
+if [[ $wave -eq 62 ]] ; then
+  export LONF=192 ; export LATG=94 ; export LONR=192 ; export LATR=94
+  export im=$LONR ; export jm=$LATR ; export iop=144 ; export jop=73
+  if [[ $lm -eq 64 ]] ; then
+    export DELTIM=${DELTIM:-900}
+  fi
+  if [[ $lm -eq 150 ]] ; then
+    export DELTIM=${DELTIM:-180}
+  fi
+
+elif [[ $wave -eq 126 ]] ; then
+  export LONF=384 ; export LATG=190 ; export LONR=384 ; export LATR=190
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  if [ $SLG = .true. ]; then
+    export DELTIM=${DELTIM:-900}
+  else
+    export DELTIM=${DELTIM:-600}
+  fi
+
+elif [[ $wave -eq 170 ]] ; then
+  export LONF=512 ; export LATG=256 ; export LONR=512 ; export LATR=256
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  export DELTIM=${DELTIM:-450}
+
+elif [[ $wave -eq 190 ]] ; then
+  export LONF=576 ; export LATG=288 ; export LONR=576 ; export LATR=288
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  export DELTIM=${DELTIM:-300}
+
+elif [[ $wave -eq 254 ]] ; then
+  export LONF=768 ; export LATG=384 ; export LONR=768 ; export LATR=384
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  export DELTIM=${DELTIM:-300}
+
+elif [[ $wave -eq 382 ]] ; then
+  export LONF=1152 ; export LATG=576 ; export LONR=1152 ; export LATR=576
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  export DELTIM=${DELTIM:-180}
+
+elif [[ $wave -eq 574 ]] ; then
+  if [ $SLG = .false. ]; then
+    export LONF=1760 ; export LATG=880 ; export LONR=1760 ; export LATR=880
+    export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+    export DELTIM=${DELTIM:-120}
+  else
+#jw run on linear grid
+    export LONF=1152 ; export LATG=576 ; export LONR=1152 ; export LATR=576
+    export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+    export DELTIM=${DELTIM:-600}
+  fi
+
+elif [[ $wave -eq 852 ]] ; then
+  export LONF=2560 ; export LATG=1280 ; export LONR=2560 ; export LATR=1280
+  export im=$LONR ; export jm=$LATR ; export iop=360 ; export jop=181
+  export DELTIM=${DELTIM:-90}
+
+fi
+
+export NST_FCST=${NST_FCST:-0}
+export NST_SPINUP=${NST_SPINUP:-0}
+export NST_RESERVED=${NST_RESERVED:-0}
+export ZSEA1=${ZSEA1:-0}
+export ZSEA2=${ZSEA2:-0}
+
+export nstf_name="$NST_FCST,$NST_SPINUP,$NST_RESERVED,$ZSEA1,$ZSEA2"
+
+export nst_anl=${nst_anl:-.false.}
+
+
+export bkgd_vdif_m=${bkgd_vdif_m:-1.0}
+export bkgd_vdif_h=${bkgd_vdif_h:-1.0}
+export bkgd_vdif_s=${bkgd_vdif_s:-1.0}
+
+export ras=${ras:-.false.}
+export ccwf=${ccwf:-'1.0,1.0'}
+export dlqf=${dlqf:-'0.5,0.5'}
+if [ $ras = .true. ] ; then
+ export random_clds=.true.
+ export prautco='6.0e-4,3.0e-4'
+fi
+
+export psautco=${psautco='6.0e-4,3.0e-4'}
+export prautco=${prautco='2.0e-4, 1.0e-4'}
+export wminco=${wminco='0.0e-5,1.0e-5'}
+export evpco=${evpco='2.0e-5'}
+export flgmin=${flgmin:-'0.150,0.200'}
+export ncw=${ncw:-'200,25'}
+export crtrh=${crtrh:-'0.85,0.85,0.85'}
+
+export random_clds=${random_clds:-.false.}
+export mstrat=${mstrat:-.false.}
+export ctei_rm=${ctei_rm:-10.0,10.0}
+export ccnorm=${ccnorm:-.false.}
+export ADIABATIC=${ADIABATIC:-.false.}
+export shal_cnv=${shal_cnv:-.true.}
+export imfshalcnv=${imfshalcnv:-1}
+export imfdeepcnv=${imfdeepcnv:-1}
+export old_monin=${old_monin:-.false.}
+export cdmbgwd=${cdmbgwd:-'1.0,1.0'}
+export grid_aldata=${grid_aldata:-.false.}
+
+export zhao_mic=${zhao_mic:-.true.}
+export zflxtvd=${zflxtvd:-.false.}
+if [[ $zflxtvd = .true. ]] ; then export CHGQ=1 ; fi
+export ictm=${ictm:-0}
+
+export redrag=${redrag:-.false.}
+export cnvcld=${cnvcld:-.false.}
+export hybedmf=${hybedmf:-.false.}
+export dspheat=${dspheat:-.false.}
+export pdfcld=${pdfcld:-.false.}
+export shcnvcw=${shcnvcw:-.false.}
+export IEMS=${IEMS:-0}
+export ISOL=${ISOL:-1}
+export ICO2=${ICO2:-2}
+export IALB=${IALB:-0}
+export isot=${isot:-0}
+export ivegsrc=${ivegsrc:-2}
+export isubc_sw=${isubc_sw:-2}
+export isubc_lw=${isubc_lw:-2}
+
+export lingg_a=${lingg_a:-.false.}
+export lingg_b=${lingg_b:-.false.}
+export SLG=${SLG:-.false.}
+export mfcnvcld=${mfcnvcld:-.false.}
+#
+if [ $SLG = .true. ] ; then
+export  shuff_lats_r=.false.
+export  nsphys=${nsphys:-2}
+export  fixtrc=${fixtrc:-'.false.,.true.,.false.'}
+export cdamp='50000.0,2.0'
+export use_ufo=.true.
+export ncw='20,120'
+export crtrh='0.90,0.90,0.90'
+export flgmin='0.180,0.220'
+export ictm=1
+export cal_pre=.true.
+export prautco='1.0e-4,1.0e-4'
+export wminco='1.0e-5,1.0e-5'
+export dlqf='0.0,0.0'
+export cdmbgwd='0.25,2.0'
+export redrag=.true.
+export cnvgwd=.true.
+export cgwf='0.5,0.05'
+export hybedmf=.true.
+export dspheat=.true.
+export settls_dep3ds=.true.
+export settls_dep3dg=.true.
+export levr=64
+  if [ $wave -eq 574 ]; then
+    export lingg_a=.true.
+    export lingg_b=.true.
+  fi
+export mfcnvcld=.true.
+fi
+#
+if [ $mfcnvcld = .true. ] ; then
+  export cnvcld=.true.
+#
+# cnvcld: convective cloudiness enhancement in radiation by
+#     suspended cloud condensate within cumulus clouds.
+#
+  export imfdeepcnv=2
+  export imfshalcnv=2
+  export prautco='1.0e-4,1.0e-4'
+  export psautco='6.0e-4,3.0e-4'
+#
+# imfdeepcnv - integer, flag for mass-flux deep conv scheme
+#     1: July 2010 version of SAS conv scheme (operational in 2016)
+#     2: scale- & aerosol-aware mass-flux deep conv scheme
+#     0: old SAS version before July 2010
+#
+# imfshalcnv - integer, flag for mass-flux shallow conv scheme
+#     1: mass-flux shallow conv scheme (operational in 2016)
+#     2: scale- & aerosol-aware mass-flux shallow conv scheme
+#     0: modified Tiedtke's eddy-diffusion shallow convection
+#    -1: no shallow convection used
+#
+fi
+#
+
+export semilag=${semilag:-.false.}
+export shuff_lats_a=${shuff_lats_a:-.false.}
+export shuff_lats_r=${shuff_lats_r:-.false.}
+export herm_x=${herm_x:-.true.}
+export herm_y=${herm_y:-.true.}
+export herm_z=${herm_z:-.true.}
+export sl_epsln=${sl_epsln:-0.01}
+export phigs_d=${phigs_d:-60.0}
+export gg_tracers=${gg_tracers:-.false.}
+export liope=${liope:-.false.}
+export ldiag3d=${ldiag3d:-.false.}
+export pre_rad=${pre_rad:-.false.}
+export climate=${climate:-.false.}
+#export usesubdir=${usesubdir:-.false.}
+export ref_temp=${ref_temp:-300.0}
+export use_ufo=${use_ufo:-.false.}
+if [ $semilag = .true. -o $NDSLFV = .true. ] ; then
+ export zflxtvd=.false.
+else
+ export zflxtvd=${zflxtvd:-.true.}
+fi
+export settls_dep3ds=${settls_dep3ds:-.false.}
+export settls_dep3dg=${settls_dep3dg:-.false.}
+export cal_pre=${cal_pre:-.false.}
+export cnvgwd=${cnvgwd:-.false.}
+export cgwf=${cgwf:-'0.1, 0.1'}
+export fixtrc=${fixtrc:-'.false.,.false.,.false.'}
+export ldfi_spect=${ldfi_spect:-.true.}
+export hdif_fac=${hdif_fac:-1.0}
+export hdif_fac2=${hdif_fac2:-1.0}
+export yhalo=${yhalo:-10}
+export cdamp=${cdamp:-'20000.0,1.5'}
+export DELTIM=${DELTIM:-$((3600/(JCAP/20)))}
+export nsphys=${nsphys:-1}
+export dtphys=${dtphys:-$((DELTIM/nsphys))}
+export SIGIO_OUT=${SIGIO_OUT:-.true.}
+export SFCIO_OUT=${SFCIO_OUT:-.true.}
+
+export NGRID_A2OI=${NGRID_A2OI:-48}
+export A2OI_OUT=${A2OI_OUT:-.false.}
+# export CPLFLX=.true.
+export CPLFLX=${CPLFLX:-.false.}
+
+#
+#jw bkgd_vdif_s=1.0
+
+export DYNVARS=nemsio_in=$NEMSIO_IN,nemsio_out=$NEMSIO_OUT,sigio_out=$SIGIO_OUT,zflxtvd=$zflxtvd,shuff_lats_a=$shuff_lats_a,hdif_fac=$hdif_fac,hdif_fac2=$hdif_fac2,settls_dep3ds=$settls_dep3ds,settls_dep3dg=$settls_dep3dg,redgg_a=.true.,gg_tracers=$gg_tracers,sl_epsln=$sl_epsln,ref_temp=$ref_temp,DELTIM=$DELTIM,yhalo=$yhalo,phigs_d=$phigs_d,ldfi_spect=$ldfi_spect,cdamp=$cdamp
+
+#grid_aldata=_CP2_
+# export PHYVARS="liope=$liope,ras=$ras,zhao_mic=$zhao_mic,lsm=$lsm,\
+#             old_monin=$old_monin,imfshalcnv=$imfshalcnv,imfdeepcnv=$imfdeepcnv,\
+#             shal_cnv=$shal_cnv,shuff_lats_r=$shuff_lats_r,\
+#             ialb=$ialb,pre_rad=.false.,random_clds=$random_clds,\
+#             iovr_lw=1,iovr_sw=1,\
+#             ISOL=$ISOL, ICO2=$ICO2, IAER=$IAER,ictm=$ictm, nsout=$nsout,\
+#             ldiag3d=$ldiag3d, ncw=$ncw,crtrh=$crtrh,flgmin=$flgmin,\
+#             cnvgwd=.false.,ctei_rm=$ctei_rm,mstrat=$mstrat,ccnorm=$ccnorm,\
+#             mom4ice=.false.,NST_FCST=$NST_FCST,NST_SPINUP=$NST_SPINUP,\
+#             lgoc3d=.false.,trans_trac=.true.,cal_pre=.false.,\
+#             CCWF=$ccwf,dlqf=$dlqf,psautco=$psautco,prautco=$prautco,evpco=$evpco,\
+#             bkgd_vdif_m=$bkgd_vdif_m,bkgd_vdif_h=$bkgd_vdif_h,\
+#             bkgd_vdif_s=$bkgd_vdif_s,hdif_fac=$hdif_fac,grid_aldata=$grid_aldata"
+#export PHYVARS="liope=.F.,grid_aldata=$grid_aldata,NST_FCST=$NST_FCST,NST_SPINUP=$NST_SPINUP"
+
+#export PHYVARS=liope=$liope,grid_aldata=$grid_aldata,ras=.false.,zhao_mic=.true.,lsm=1,old_monin=.false.,lmfshalcnv=.true.,lmfdeepcnv=.true.,shal_cnv=.true.,shuff_lats_r=.true.,ialb=0,pre_rad=.false.,random_clds=.false.,iovr_lw=1,iovr_sw=1,IEMS=$IEMS,ISOL=$ISOL,ICO2=$ICO2,IAER=$IAER,ictm=0,nsout=0,ldiag3d=.false.,sfcio_out=$SFCIO_OUT,ncw=20,120,crtrh=0.85,0.85,0.85,flgmin=0.200,0.300,cnvgwd=.false.,ctei_rm=,mstrat=.false.,ccnorm=.false.,mom4ice=.false.,A2OI_OUT=$A2OI_OUT,CPLFLX=$CPLFLX,NGRID_A2OI=$NGRID_A2OI,NST_FCST=0,NST_SPINUP=.false.,lgoc3d=.false.,trans_trac=.true.,cal_pre=.false.,bkgd_vdif_m=3.0,bkgd_vdif_h=1.0,bkgd_vdif_s=0.2,climate=$CLIMATE,psautco=4.0e-4,4.0e-4,prautco=1.0e-4,1.0e-4,evpco=2.0e-5,wminco=1.0e-5,1.0e-5,CCWF=1.0,1.0,dlqf=0.0,0.0,shal_cnv=.true.,nemsio_in=$NEMSIO_IN,nemsio_out=$NEMSIO_OUT,cdmbgwd=1.0,1.0,grid_aldata=.false.
+
+export PHYVARS=ras=$ras,zhao_mic=$zhao_mic,lsm=$lsm,old_monin=$old_monin,imfshalcnv=$imfshalcnv,imfdeepcnv=$imfdeepcnv,shal_cnv=$shal_cnv,shuff_lats_r=$shuff_lats_r,ialb=$IALB,isot=$isot,ivegsrc=$ivegsrc,pre_rad=$pre_rad,random_clds=$random_clds,iovr_lw=1,iovr_sw=1,ISOL=$ISOL,ICO2=$ICO2,IAER=$IAER,ictm=$ictm,use_ufo=$use_ufo,ldiag3d=$ldiag3d,ncw=$ncw,crtrh=$crtrh,flgmin=$flgmin,cnvgwd=$cnvgwd,cgwf=$cgwf,ctei_rm=$ctei_rm,mstrat=$mstrat,ccnorm=$ccnorm,mom4ice=.false.,lgoc3d=.false.,trans_trac=.true.,cal_pre=$cal_pre,bkgd_vdif_m=$bkgd_vdif_m,bkgd_vdif_h=$bkgd_vdif_h,bkgd_vdif_s=$bkgd_vdif_s,climate=$climate,psautco=$psautco,prautco=$prautco,evpco=$evpco,wminco=$wminco,CCWF=$ccwf,dlqf=$dlqf,shal_cnv=$shal_cnv,nemsio_in=${NEMSIO_IN},nemsio_out=$NEMSIO_OUT,cdmbgwd=$cdmbgwd,grid_aldata=$grid_aldata,sfcio_out=$SFCIO_OUT,dtphys=$dtphys,DELTIM=$DELTIM,semilag=$semilag,redrag=$redrag,hybedmf=$hybedmf,dspheat=$dspheat,cnvcld=$cnvcld,pdfcld=$pdfcld,shcnvcw=$shcnvcw,isubc_lw=$isubc_lw,isubc_sw=$isubc_sw,fixtrc=$fixtrc,gg_tracers=$gg_tracers,A2OI_OUT=$A2OI_OUT,CPLFLX=$CPLFLX,NGRID_A2OI=$NGRID_A2OI
+
+ export TRACERVARS="RI=$RIlist,CPI=$CPIlist,"
+#
+if [ $SLG = .true. ]; then
+  export NGPTC=${NGPTC:-30}
+else
+  export NGPTC=${NGPTC:-8}
+fi
+export NGPTC=${NGPTC:-$((wave/10))}
+export LEVR=${levr:-0}
+#
+export FCSTSCRIPT=${FCSTSCRIPT:-$srcdir/oldtests/exglobal_fcst_nems.sh}
+export FCSTEXEC=${FCSTEXEC:-$srcdir/exe/NEMS.x}
+#
+#
+export LANDICE_OPT=1
+export CLIMO_FIELDS_OPT=2
+#
+export JCAP=${JCAP:-$wave}
+export LEVS=$lm
+export LONB=$im
+export LATB=$jm
+export VERBOSE=YES
+#
+#
Index: checkout/oldtests/nems.configure.wav.IN
===================================================================
--- checkout/oldtests/nems.configure.wav.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.wav.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.wav.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.wav.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/ts_locations.nml
===================================================================
--- checkout/oldtests/ts_locations.nml	(nonexistent)
+++ checkout/oldtests/ts_locations.nml	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/ts_locations.nml
\ No newline at end of file

Property changes on: checkout/oldtests/ts_locations.nml
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/ngac_bsub.IN
===================================================================
--- checkout/oldtests/ngac_bsub.IN	(nonexistent)
+++ checkout/oldtests/ngac_bsub.IN	(revision 85747)
@@ -0,0 +1,68 @@
+#!/bin/bash
+#BSUB -a poe
+#BSUB -oo @[RUND]/out
+#BSUB -eo @[RUND]/err
+#BSUB -J @[JBNME]
+#BSUB -network type=sn_all:mode=US
+#BSUB -P GFS-T2O
+####BSUB -P "@[ACCNR]"
+#BSUB -q @[CLASS]
+#BSUB -n @[TASKS]
+#BSUB -R span[ptile=@[TPN]]
+#BSUB -R affinity[core(@[THRDS])]
+#BSUB -x
+#BSUB -W 00:@[WLCLK]
+
+source /usrx/local/Modules/default/init/ksh
+source @[PATHTR]/src/conf/modules.nems
+module list
+
+ export FCST_LAUNCHER=mpirun.lsf
+ export OMP_NUM_THREADS=@[THRDS]
+ export MP_MPILIB=mpich2
+ export MP_EUIDEVELOP=min
+ export KMP_STACKSIZE=1024m
+ export MP_LABELIO=yes
+ export MP_STDOUTMODE=ordered
+ export LD_PRELOAD=/u/James.A.Abeles/mpi_trace_linux_x86_64/shared/libmpitrace.so
+ export KMP_STACKSIZE=1024m
+
+set -x
+
+echo "Model started:  " `date`
+
+export MACHINE_ID=@[MACHINE_ID]
+export SCHEDULER=@[SCHED]
+cd @[RUND]
+
+export NEMSIO_IN=@[NEMSIOIN]
+export NEMSIO_OUT=@[NEMSIOOUT]
+
+##mpirun.lsf ./NEMS.x
+export RUN_ENVIR=dev
+export cyc=00
+export envir=dev
+export PARA_CONFIG=@[CONFIG]
+export CONFIG_FILE=@[CONFIGFILE]
+export NEMSDIR=@[NEMSDIR]
+export WORKDIR=@[WORKDIR]
+export REGSDIR=@[REGSDIR]
+export FCST_SCRIPT_DIR=@[NEMSDIR]/oldtests
+export DATAICDIR=@[DATAICDIR]
+export PDY=20120717
+
+export GRDI=@[REGSDIR]/$DATAICDIR/ngac.t00z.gfsanl
+
+if [ $NEMSIO_IN = .true. ] ; then
+  export SFCI=@[REGSDIR]/$DATAICDIR/ngac.t00z.sfnanl
+else
+  export SFCI=@[REGSDIR]/$DATAICDIR/ngac.t00z.sfcanl
+fi
+
+export FIXGLOBAL=/global/noscrub/Shrinivas.Moorthi/para_new/para/fix/fix_am
+
+@[RUND]/JNGAC_FORECAST.sms.para
+
+echo "Model ended:    " `date`
+
+exit
Index: checkout/oldtests/RegressionTests_theia.log
===================================================================
--- checkout/oldtests/RegressionTests_theia.log	(nonexistent)
+++ checkout/oldtests/RegressionTests_theia.log	(revision 85747)
@@ -0,0 +1,895 @@
+Tue Dec 20 18:53:29 UTC 2016
+Start Regression test
+
+
+
+Test 1 nmm_cntrl Compare NMMB-global results with previous trunk version
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/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
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+Test 1 PASS 
+
+
+
+Test 2 nmm_nemsio Test NMMB-global NEMSIO as input file
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_nemsio
+Checking test 2 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+Test 2 PASS 
+
+
+
+Test 3 nmm_rest Test NMMB-global restart run
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_rest
+Checking test 3 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 3 PASS 
+
+
+
+Test 4 nmm_rest_nio Test NMMB-global restart run from NEMSIO file
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_rest_nio
+Checking test 4 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 4 PASS 
+
+
+
+Test 5 nmm_decomp Test NMMB-global different decomposition
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_decomp
+Checking test 5 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+Test 5 PASS 
+
+
+
+Test 6 nmm_thread Test NMMB-global threading
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_thread
+Checking test 6 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+Test 6 PASS 
+
+
+
+Test 7 nmm_reg_ctl Compare NMMB-regional results with previous trunk version
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_ctl
+Checking test 7 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+ Comparing pcp.hr1.01.bin.........OK
+ Comparing pcp.hr2.01.bin.........OK
+ Comparing pcp.hr3.01.bin.........OK
+ Comparing pcp.hr4.01.bin.........OK
+ Comparing pcp.hr5.01.bin.........OK
+ Comparing pcp.hr6.01.bin.........OK
+ Comparing pcp.hr7.01.bin.........OK
+Test 7 PASS 
+
+
+
+Test 8 nmm_reg_nemsio Test NMMB-regional NEMSIO as input file
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_nemsio
+Checking test 8 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0012h_00m_00.00s.........OK
+Test 8 PASS 
+
+
+
+Test 9 nmm_reg_rst Test NMMB-regional restart run
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_rst
+Checking test 9 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 9 PASS 
+
+
+
+Test 10 nmm_reg_rst_nio Test NMMB-regional restart run with NEMSIO file
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_rst_nio
+Checking test 10 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 10 PASS 
+
+
+
+Test 11 nmm_reg_decomp Test NMMB-regional different decomposition
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_decomp
+Checking test 11 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
+Test 11 PASS 
+
+
+
+Test 12 nmm_reg_thread Test NMMB-regional threading
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_thread
+Checking test 12 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+Test 12 PASS 
+
+
+
+Test 13 nmm_reg_sel_phy Test NMMB-regional with selected GFS physics schemes
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_sel_phy
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_sel_phy
+Checking test 13 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 13 PASS 
+
+
+
+Test 14 nmm_reg_spec_adv Test NMMB-regional with separate species advection ON
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_spec_adv
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_spec_adv
+Checking test 14 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 14 PASS 
+
+
+
+Test 15 nmm_reg_spec_adv_rst Test NMMB-regional with separate species advection ON
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_spec_adv
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_spec_adv_rst
+Checking test 15 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+Test 15 PASS 
+
+
+
+Test 16 nmm_reg_wsm6_gfdl Test NMMB-regional with physics schemes WSM6 and GFDL
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_wsm6_gfdl
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_wsm6_gfdl
+Checking test 16 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 16 PASS 
+
+
+
+Test 17 nmm_reg_wsm6_rrtm Test NMMB-regional with physics schemes WSM6 and RRTM
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_wsm6_rrtm
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_wsm6_rrtm
+Checking test 17 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 17 PASS 
+
+
+
+Test 18 nmm_reg_sas_zhao Test NMMB-regional with physics schemes SAS, ZHAO
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_sas_zhao
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_sas_zhao
+Checking test 18 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 18 PASS 
+
+
+
+Test 19 nmm_reg_thomp Test NMMB-regional with THOMPSON microphysics scheme
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_thomp
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_thomp
+Checking test 19 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 19 PASS 
+
+
+
+Test 20 nmm_reg_hur Test NMMB-regional with HWRF physics
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_hur
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_hur
+Checking test 20 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 20 PASS 
+
+
+
+Test 21 nmm_reg_pcpadj Test NMMB-regional with precipitation adjustment on
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_pcpadj
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_pcpadj
+Checking test 21 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 21 PASS 
+
+
+
+Test 22 nmm_reg_timesr Test NMMB-regional writing time series
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_timesr
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_timesr
+Checking test 22 results ....
+ Comparing nmmb_hst_01_bin_0006h_00m_00.00s.........OK
+ Comparing ts_p01_d01.bin.........OK
+ Comparing ts_p02_d01.bin.........OK
+Test 22 PASS 
+
+
+
+Test 23 nmm_nests Test NMMB-regional with static nests
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_nests
+Checking test 23 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 23 PASS 
+
+
+
+Test 24 nmm_nest_rest Test NMMB-regional static nests with restart
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_nest_rest
+Checking test 24 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+Test 24 PASS 
+
+
+
+Test 25 nmm_reg_filt Test NMMB-regional digital filter with static nests
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_filt
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_filt
+Checking test 25 results ....
+ Comparing nmmb_hst_01_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0003h_00m_00.00s.........OK
+Test 25 PASS 
+
+
+
+Test 26 nmm_reg_filt_zombie Test NMMB-regional digital filter with zombie grandchild
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_filt_zombie
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_filt_zombie
+Checking test 26 results ....
+ Comparing nmmb_hst_01_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0003h_00m_00.00s.........OK
+Test 26 PASS 
+
+
+
+Test 27 nmm_mvg_nests Test NMMB-regional with moving nests
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_mvg_nests
+Checking test 27 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 27 PASS 
+
+
+
+Test 28 nmm_mvg_nests_restart Test NMMB-regional with moving nests - RESTART
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_mvg_nests_restart
+Checking test 28 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+Test 28 PASS 
+
+
+
+Test 29 nmm_mvg_nests_gens Test NMMB-regional with 1-way moving nests and generational task assignments
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_mvg_nests_gens
+Checking test 29 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 29 PASS 
+
+
+
+Test 30 nmm_2way_nests Test NMMB-regional with 2-way moving nests
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_2way_nests
+Checking test 30 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 30 PASS 
+
+
+
+Test 31 nmm_2way_nests_restart Test NMMB-regional with 2-way moving nests - RESTART
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_2way_nests_restart
+Checking test 31 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+Test 31 PASS 
+
+
+
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=NMM-DEBUG 
+Test 32 nmm_reg_rst_nio_debug Test NMMB-regional restart run with NEMSIO file DEBUG
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_rst_nio_debug
+Checking test 32 results ....
+Test 32 PASS 
+
+
+
+Test 33 nmm_reg_rst_debug Test NMMB-regional restart run DEBUG
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_rst_debug
+Checking test 33 results ....
+Test 33 PASS 
+
+
+
+Test 34 nmm_reg_ctl_debug Compare NMMB-regional results with previous trunk version DEBUG
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_reg_ctl_debug
+Checking test 34 results ....
+Test 34 PASS 
+
+
+
+Test 35 nmm_2way_nests_debug Test NMMB-regional with 2-way moving nests DEBUG
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/nmm_2way_nests_debug
+Checking test 35 results ....
+Test 35 PASS 
+
+
+
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=GSM 
+Test 36 gfs_eulerian GFS eulerian dycore,32 total proc (tasks), 1 thread, quilt, digital filter on reduced grid
+Test 36
+GFS eulerian dycore,32 total proc (tasks), 1 thread, quilt, digital filter on reduced grid
+GFS, 32 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_EULERIAN
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/gfs_eulerian
+Checking test 36 results ....
+ Comparing sigf03.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+ Comparing sigf48.........OK
+ Comparing sfcf03.........OK
+ Comparing sfcf06.........OK
+ Comparing sfcf12.........OK
+ Comparing sfcf24.........OK
+ Comparing sfcf48.........OK
+ Comparing flxf03.........OK
+ Comparing flxf06.........OK
+ Comparing flxf12.........OK
+ Comparing flxf24.........OK
+ Comparing flxf48.........OK
+Test 36 PASS 
+
+
+
+Test 37 wam_gh_l150 WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting
+Test 37
+WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting
+GFS, 32 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l150
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/wam_gh_l150
+Checking test 37 results ....
+ Comparing sigf00.........OK
+ Comparing sigf03.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf03.........OK
+ Comparing sfcf06.........OK
+ Comparing sfcf12.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf03.........OK
+ Comparing flxf06.........OK
+ Comparing flxf12.........OK
+ Comparing flxf24.........OK
+Test 37 PASS 
+
+
+
+Test 38 wam_gh_l150_nemsio WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O
+Test 38
+WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l150_nemsio
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/wam_gh_l150_nemsio
+Checking test 38 results ....
+ Comparing sigf00.........OK
+ Comparing sigf03.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+ Comparing sigf48.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf03.........OK
+ Comparing sfcf06.........OK
+ Comparing sfcf12.........OK
+ Comparing sfcf24.........OK
+ Comparing sfcf48.........OK
+ Comparing flxf00.........OK
+ Comparing flxf03.........OK
+ Comparing flxf06.........OK
+ Comparing flxf12.........OK
+ Comparing flxf24.........OK
+ Comparing flxf48.........OK
+Test 38 PASS 
+
+
+
+Test 39 gfs_slg Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 39
+Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/gfs_slg
+Checking test 39 results ....
+ Comparing sigf00.........OK
+ Comparing sigf01.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf01.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf01.........OK
+ Comparing flxf24.........OK
+Test 39 PASS 
+
+
+
+Test 40 gfs_slg_nsst Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 40
+Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_NSST
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/gfs_slg_nsst
+Checking test 40 results ....
+ Comparing sigf00.........OK
+ Comparing sigf01.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf01.........OK
+ Comparing sfcf24.........OK
+ Comparing nstf00.........OK
+ Comparing nstf01.........OK
+ Comparing nstf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf01.........OK
+ Comparing flxf24.........OK
+Test 40 PASS 
+
+
+
+Test 41 gfs_slg_adiabatic Run SLG adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 41
+Run SLG adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 32 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_ADIABATIC
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/gfs_slg_adiabatic
+Checking test 41 results ....
+ Comparing sigf00.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+Test 41 PASS 
+
+
+
+Test 42 gfs_slg_48pe Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions, 48pe
+Test 42
+Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions, 48pe
+GFS, 48 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_48PE
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/gfs_slg_48pe
+Checking test 42 results ....
+ Comparing sigf00.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf06.........OK
+ Comparing sfcf12.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf06.........OK
+ Comparing flxf12.........OK
+ Comparing flxf24.........OK
+Test 42 PASS 
+
+
+
+Test 43 gfs_slg_rsthst Run SLG restart from history file non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 43
+Run SLG restart from history file non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_RSTHST
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/gfs_slg_rsthst
+Checking test 43 results ....
+ Comparing sigf30.........OK
+ Comparing sigf48.........OK
+ Comparing sfcf30.........OK
+ Comparing sfcf48.........OK
+ Comparing flxf30.........OK
+ Comparing flxf48.........OK
+Test 43 PASS 
+
+
+
+Test 44 gfs_slg_t574 Run T574 SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 44
+Run T574 SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 96 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_T574
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/gfs_slg_t574
+Checking test 44 results ....
+ Comparing sigf00.........OK
+ Comparing SIG.F06.........OK
+ Comparing SIG.F12.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing SFC.F06.........OK
+ Comparing SFC.F12.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing FLX.F06.........OK
+ Comparing FLX.F12.........OK
+ Comparing flxf24.........OK
+Test 44 PASS 
+
+
+
+Test 45 gfs_slg_stochy Run SLG non-adiabatic test with NEMSIO and digital filter and stochastic physics from NEMSIO initial conditions
+Test 45
+Run SLG non-adiabatic test with NEMSIO and digital filter and stochastic physics from NEMSIO initial conditions
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_STOCHY
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/gfs_slg_stochy
+Checking test 45 results ....
+ Comparing sigf00.........OK
+ Comparing sigf01.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf01.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf01.........OK
+ Comparing flxf24.........OK
+Test 45 PASS 
+
+
+
+Test 46 gfs_slg_land Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 46
+Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /scratch4/NCEPDEV/nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_LAND
+working dir  = /scratch4/NCEPDEV/stmp3/Samuel.Trahan/rt_137140/gfs_slg_land
+Checking test 46 results ....
+ Comparing sigf00.........OK
+ Comparing sigf01.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf01.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf01.........OK
+ Comparing flxf24.........OK
+Test 46 PASS 
+
+
+
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=GSM-GOCART 
+Test 47 gfs_gocart_nemsio GFS_GOCART with NEMSIO
+Test 47
+GFS_GOCART with NEMSIO
+GFS, 64 proc, 1 thread
+
+
+
+
+Checking test 47 results ....
+ Comparing ngac.t00z.sigf00.........OK
+ Comparing ngac.t00z.sigf03.........OK
+ Comparing ngac.t00z.sigf06.........OK
+ Comparing ngac.t00z.sigf12.........OK
+ Comparing ngac.t00z.sigf24.........OK
+ Comparing ngac.t00z.sfcf00.........OK
+ Comparing ngac.t00z.sfcf03.........OK
+ Comparing ngac.t00z.sfcf06.........OK
+ Comparing ngac.t00z.sfcf12.........OK
+ Comparing ngac.t00z.sfcf24.........OK
+ Comparing ngac.t00z.aerf00.........OK
+ Comparing ngac.t00z.aerf03.........OK
+ Comparing ngac.t00z.aerf06.........OK
+ Comparing ngac.t00z.aerf12.........OK
+ Comparing ngac.t00z.aerf24.........OK
+Test 47 PASS 
+
+
+
+
+REGRESSION TEST WAS SUCCESSFUL
+Tue Dec 20 23:14:55 UTC 2016
Index: checkout/oldtests/ngac_config
===================================================================
--- checkout/oldtests/ngac_config	(nonexistent)
+++ checkout/oldtests/ngac_config	(revision 85747)
@@ -0,0 +1,358 @@
+#
+#   This config file sets up the defaults for the ngac pre processing,
+#   forecast, and post processing.  This script is based on CFS v2
+#   config (/nwprod/parm/cfs_parm_am/cfs_config) by Shrinivas Moorthi
+#
+#   REVISION HISTORY:
+#   07Nov2011 Sarah Lu       First crack.
+#   12Dec2011 Sarah Lu       Modify NGAC configuration
+#   19Dec2011 Sarah Lu       Remove RUN_ENVIR dependence; re-structure
+#   13Jan2012 Sarah Lu       Add COLD_START and DO_REPLAY
+#   14Jan2012 Sarah Lu       Add RETRO
+#   15Jan2012 Sarah Lu       Add WRITE_DOPOST,GOCART_POSTOUT,POST_GRIBVERSION
+#                            POSTCTLFILE, MAPPING
+#   31Jan2012 Jun Wang       Add POST_AVBLFLDFILE
+#   12Feb2012 Sarah Lu       Set POST_GRIBVERSION default to grib2;
+#                            Change GOCART_POSTOUT to GOCART_AER2POST
+#   13Feb2012 Sarah Lu       Add OPT_FLE, OPT_PDT
+#   15Feb2012 Sarah Lu       Add DFILES
+#   21Feb2012 Sarah Lu       Add POST_NCEPGRB2TBL, Remove OPT_PDT
+#   06Mar2012 Sarah Lu       Restore OPT_PDT option; clean up the code
+#   08Mar2012 Sarah Lu       Add OPT_LUMP option
+#   14Mar2012 Sarah Lu       Revise default path for POST parm files
+#   15Mar2012 Sarah Lu       Refine and clean up
+#
+set -x
+
+############################################################
+# Set relevant parameters for NGAC                         #
+############################################################
+
+GOCART=${GOCART:-1}          ## explicitly turn on GOCART
+DELTIM=${DELTIM:-450}        ## reduce time step from 600 to 450
+FHDFI=${FHDFI:-0}            ## turn off digital filter
+
+############################################################
+# Specify Execution Areas                                  #
+############################################################
+HOMEGLOBAL=${HOMEGLOBAL:-/nw${envir}}
+EXECGLOBAL=${EXECGLOBAL:-$HOMEGLOBAL/exec}
+FIXGLOBAL=${FIXGLOBAL:-$HOMEGLOBAL/fix}
+USHGLOBAL=${USHGLOBAL:-$HOMEGLOBAL/ush}
+PARMGLOBAL=${PARMGLOBAL:-$HOMEGLOBAL/parm}
+
+HOMEngac=${HOMEngac:-$HOMEGLOBAL}
+EXECngac=${EXECngac:-$HOMEngac/exec}
+#FIXngac=${FIXngac:-$HOMEngac/fix}
+USHngac=${USHngac:-$HOMEngac/ush}
+#PARMngac=${PARMngac:-$HOMEngac/parm}
+
+############################################################
+# Set relevant parameters for NEMS-GFS                     #
+############################################################
+#
+#                    GFS related parameters
+#                    ---------------------
+JCAP=${JCAP:-126}
+LEVS=${LEVS:-64}
+LSOIL=${LSOIL:-4}
+
+#if [ $JCAP -eq 574 ]     ; then
+#  LONB=${LONB:-1760}     ; LATB=${LATB:-880}  ; DELTIM=${DELTIM:-120}
+#elif [ $JCAP -eq 382 ]   ; then
+#  LONB=${LONB:-1152}     ; LATB=${LATB:-576}  ; DELTIM=${DELTIM:-180}
+#elif [ $JCAP -eq 254 ]   ; then
+#  LONB=${LONB:-768}      ; LATB=${LATB:-384}  ; DELTIM=${DELTIM:-300}
+#elif [ $JCAP -eq 190 ]   ; then
+#  LONB=${LONB:-576}      ; LATB=${LATB:-288}  ; DELTIM=${DELTIM:-360}
+#elif [ $JCAP -eq 170 ]   ; then
+#  LONB=${LONB:-512}      ; LATB=${LATB:-256}  ; DELTIM=${DELTIM:-450}
+#elif [ $JCAP -eq 126 ]   ; then
+#  LONB=${LONB:-384}      ; LATB=${LATB:-190}  ; DELTIM=${DELTIM:-600}
+#elif [ $JCAP -eq 62 ]    ; then
+#  LONB=${LONB:-192}      ; LATB=${LATB:-94}   ; DELTIM=${DELTIM:-900}
+#fi
+#if [ $LSOIL -eq 2 ] ; then
+#  lsm=${lsm:-0}     # This will run OSU LSM option
+#fi
+lsm=${lsm:-1}       # lsm=1 is for NOAH land model (=0 for OSU model)
+
+ntrac=${ntrac:-3}   # Only met tracers are specified here; chem tracers come through .rc file
+varid=${varid:-21}
+numcld=${numcld:-1}
+im=${im:-$LONB}
+jm=${jm:-$LATB}
+iop=${iop:-360}
+jop=${jop:-181}
+kop=${kop:-37}
+KTO=${KTO:-16}
+IGEN=${IGEN:-98}
+ivssig=${ivssig:-198410}
+ivssfc=${ivssfc:-200509}
+IDVC=${IDVC:-2}
+IDVM=${IDVM:-1}
+IDSL=${IDSL:-1}
+
+if [ $LEVS -gt 99 ] ; then ivssig=200509 ; fi
+if [ $IDVC = 1 ] ; then
+ nvcoord=1
+ SIGLEVEL1=${SIGLEVEL1:-$FIXGLOBAL/global_siglevel.l$LEVS.txt}
+elif [ $IDVC = 2 ] ; then
+ nvcoord=2
+ SIGLEVEL2=${SIGLEVEL2:-$FIXGLOBAL/global_hyblev.l$LEVS.txt}
+elif [ $IDVC = 3 ] ; then
+ ivssig=200509
+#Apercent=${Apercent:-050}
+ Apercent=${Apercent:-100}
+ if [ $Apercent -lt 100 ] ; then
+   SIGLEVEL3=${SIGLEVEL3:-$FIXGLOBAL/global_hyblev3.ipa$Apercent.txt}     
+ else
+   SIGLEVEL3=${SIGLEVEL3:-$FIXGLOBAL/global_hyblev3.l$LEVS.txt}
+ fi
+fi
+#
+
+LANDICE_OPT=${LANDICE_OPT:-2}
+CLIMO_FIELDS_OPT=${CLIMO_FIELDS_OPT:-2}
+if [ $lsm -eq 0 ] ; then # all climo/static fields interpolated from input grid
+  CLIMO_FIELDS_OPT=${CLIMO_FIELDS_OPT:-1}
+else                     # Interpolate veg type, soil type and slope type from input grid, all others from sfcsub.f
+  CLIMO_FIELDS_OPT=${CLIMO_FIELDS_OPT:-2}
+fi
+
+gfsio_in=${gfsio_in:-.true.}
+gfsio_out=${gfsio_out:-.true.}
+ldiag3d=${ldiag3d:-.false.}
+lgoc3d=${lgoc3d:-.false.}
+liope=${liope:-.false.}       
+NGPTC=${NGPTC:-$((JCAP/10))}
+
+IAER=${IAER:-${IAER:-111}}     
+IALB=${IALB:-${IALB:-0}}       
+ICO2=${ICO2:-${ICO2:-1}}       
+ICTM=${ICTM:-${ICTM:-1}}        
+IEMS=${IEMS:-${IEMS:-0}}
+ISOL=${ISOL:-${ISOL:-0}}
+#FHLWR=${FHLWR:-1}
+#FHSWR=${FHSWR:-1}
+FHLWR=${FHLWR:-3600}
+FHSWR=${FHSWR:-3600}
+
+IOVR_LW=${IOVR_LW:-1}
+IOVR_SW=${IOVR_SW:-1}
+ISUBC_LW=${ISUBC_LW:-0}
+ISUBC_SW=${ISUBC_SW:-0}
+
+RUN_ENTHALPY=${RUN_ENTHALPY:-.false.}
+THERMODYN_ID=${THERMODYN_ID:-0}        
+SFCPRESS_ID=${SFCPRESS_ID:-0}          
+
+export NST_FCST=${NST_FCST:-0}
+export NST_SPINUP=${NST_SPINUP:-0}
+export NST_RESERVED=${NST_RESERVED:-0}
+export ZSEA1=${ZSEA1:-0}
+export ZSEA2=${ZSEA2:-0}
+
+export nstf_name="$NST_FCST,$NST_SPINUP,$NST_RESERVED,$ZSEA1,$ZSEA2"
+export nst_anl=${nst_anl:-.false.}
+
+if [ $ldiag3d = .true. ] ; then FCSTVARS="LDIAG3D=$ldiag3d,$FCSTVARS" ; fi
+## NGAC:: NEMS does not support the LGOC3D option
+## if [ $lgoc3d = .true. ]  ; then
+##   FHGOC3D=${FHGOC3D:-72}
+##   FCSTVARS="LGOC3D=$LGOC3D,FHGOC3D=$FHGOC3D,$FCSTVARS"
+## fi
+if [ $RUN_ENTHALPY = .true. ] ; then
+  RIlist=${RIlist:-"   287.05, 461.50, 173.2247,    0.0"}
+  CPIlist=${CPIlist:-" 1004.6, 1846.0, 820.2391,    0.0"}
+  TRACERVARS="RI=$RIlist,CPI=$CPIlist,"
+# FCSTVARS="RUN_ENTHALPY=$RUN_ENTHALPY,$FCSTVARS"
+  IDVM=${THERMODYN_ID}${SFCPRESS_ID}
+  IDSL=2 ; nvcoord=3 ; LATCH=${LATCH:-8}
+fi
+SIGLEVEL=$(eval echo \${SIGLEVEL$IDVC})
+
+ENS_NUM=${ENS_NUM:-1}    # This is for uncoupled ensemble runs
+
+#
+#                    RAS-related parameters for NGAC
+#                    ---------------------
+mstrat=${mstrat:-.true.}  
+ncw=${ncw:-'50,150'}
+nsout=${nsout:-0}
+old_monin=${old_monin:-.true.}
+ras=${ras:-.true.}               
+tfiltc=${tfiltc:-0.85}
+zflxtvd=${zflxtvd:-.true.}     
+zhao_mic=${zhao_mic:-.true.}
+crtrh=${crtrh:-'0.90,0.90,0.90'}  
+ctei_rm=${ctei_rm:-'0.6,0.6'}  
+flgmin=${flgmin:-'0.200,0.300'}      
+random_clds=${random_clds:-.true.}
+imfshalcnv=${imfshalcnv:--1}
+trans_trac=${trans_trac:-.true.}
+imfdeepcnv=${imfdeepcnv:--1}
+dlqf=${dlqf:-"0.5, 0.25"}
+bkgd_vdif_m=${bkgd_vdif_m:-"1.0"}
+bkgd_vdif_s=${bkgd_vdif_s:-"1.0"}
+ccwf=${ccwf:-"0.0, 1.0"}
+psautco=${psautco:-"6.0e-4, 4.0e-4"}
+prautco=${prautco:-"3.0e-4, 1.0e-4"}
+evpco=${evpco:-1.0e-4}
+
+#
+#                    NEMS related parameters
+#                    ---------------------
+grid_aldata=${grid_aldata:-.false.}        
+SPECTRAL_LOOP=${SPECTRAL_LOOP:-2}      
+NDSLFV=${NDSLFV:-.false.}             
+JCAPG=$JCAP          
+GOCART=${GOCART:-0}                 
+PASSIVE_TRACER=${PASSIVE_TRACER:-.false.}   
+RIlist=${RIlist:-"   287.05, 461.50, 173.2247,    0.0"}
+CPIlist=${CPIlist:-" 1004.6, 1846.0, 820.2391,    0.0"}
+
+## NGAC prep setting
+CDUMP=${CDUMP:-gdas}                       ## use gdas analysis
+COMDIR=${COMDIR:-/com/gfs/prod}
+DO_REPLAY=${DO_REPLAY:-YES}                ## option to ingest analysis
+FHREPLAY=${FHREPLAY:-24}                   ## freq to ingest analysis
+COLD_START=${COLD_START:-NO}               ## is this a cold start run
+RETRO=${RETRO:-NO}                         ## is this a retro run
+
+## NGAC post setting
+WRITE_DOPOST=${WRITE_DOPOST:-.true.}
+GOCART_AER2POST=${GOCART_AER2POST:-.true.}
+POST_GRIBVERSION=${POST_GRIBVERSION:-grib2}
+MAPPING=${MAPPING:-.true.}
+OPT_FLE=${OPT_FLE:-multiple}
+OPT_PDT=${OPT_PDT:-pdt48}
+OPT_LUMP=${OPT_LUMP:-YES}
+## Note: Single file option only works for grib2-PDT 4.48
+if [[ $OPT_PDT = pdt44 || $POST_GRIBVERSION = grib1 ]]; then
+   OPT_FLE=multiple
+fi
+## Note: Lumping option only works for multiple file
+if [ $OPT_FLE = single ]; then
+   OPT_LUMP=NO
+fi
+
+DFILES=${DFILES:-"2d 3d"}
+if [ $OPT_FLE = multiple ]; then
+   DFILES="$DFILES 01 02 03 04 05 06 07"
+fi
+
+
+## NGAC_prep: CHGRES 
+CHGRESVARS="ntrac=$ntrac,idvt=$varid,ncldt=$numcld,idvc=$IDVC,IVSSIG=$ivssig,NVCOORD=$nvcoord,IVSSFC=$ivssfc,idvm=$IDVM,idsl=$IDSL,OUTTYP=1,"
+CHGRESVARS=$CHGRESVARS"RI=$RIlist,CPI=$CPIlist"
+
+## NGAC_fcst: NEMS has DYNVARS, PHYVARS, and TRACERVARS
+#DYNVARS="liope=$liope,ZFLXTVD=$zflxtvd,ntrac=$ntrac"
+#PHYVARS="liope=$liope,grid_aldata=$grid_aldata,NST_FCST=$NST_FCST,NST_SPINUP=$NST_SPINUP,\
+#                ras=$ras,trans_trac=$trans_trac,random_clds=.true.,\
+#                old_monin=$old_monin,imfshalcnv=$imfshalcnv,imfdeepcnv=$imfdeepcnv,\
+#                bkgd_vdif_m=$bkgd_vdif_m,bkgd_vdif_s=$bkgd_vdif_s,\
+#                ctei_rm=$ctei_rm,mstrat=$mstrat,\
+#                crtrh=$crtrh,\
+#                CCWF=$ccwf,dlqf=$dlqf,psautco=$psautco,prautco=$prautco,evpco=$evpco,\
+#                ialb=$ialb,ntrac=$ntrac"
+#TRACERVARS="RI=$RIlist,CPI=$CPIlist,"
+
+
+############################################################
+# Define executive code and places                         #
+############################################################
+export NCP=cp
+NCP=${NCP:-/u/wx20mi/bin/ncp}
+utilexec=${utilexec:-/nwprod/util/exec}
+ndate=${NDATE:-$utilexec/ndate}
+nhour=${NHOUR:-$utilexec/nhour}
+##wgrib=${wgrib:-$utilexec/wgrib}
+if [ $SCHEDULER = 'loadleveler' ]; then
+   export wgrib=${wgrib:-$utilexec/wgrib}
+elif [ $SCHEDULER = 'pbs' ]; then
+   export wgrib=${wgrib:-/home/George.Vandenberghe/nwprod/util/exec/wgrib}
+elif [ $SCHEDULER = 'lsf' ]; then
+   export wgrib=${wgrib:-$utilexec/wgrib}
+fi
+copygb=${copygb:-$utilexec/copygb}
+copygb2=${copygb2:-$utilexec/copygb2}
+windex=${windex:-$utilexec/grbindex}
+
+
+############################################################
+# Define NGAC script and executive                         #
+############################################################
+
+SCRIPTDIR=${SCRIPTDIR:-$HOMEngac/scripts}
+PREP_SCRIPT_DIR=${PREP_SCRIPT_DIR:-$SCRIPTDIR}
+PREP_SCRIPT=${PREP_SCRIPT:-$PREP_SCRIPT_DIR/exglobal_prep.sh.sms}
+FCST_SCRIPT_DIR=${FCST_SCRIPT_DIR:-$SCRIPTDIR}
+FCST_SCRIPT=${FCST_SCRIPT:-$FCST_SCRIPT_DIR/exglobal_fcst_nems.sh}
+POST_SCRIPT_DIR=${POST_SCRIPT_DIR:-$SCRIPTDIR}
+POST_SCRIPT=${POST_SCRIPT:-$POST_SCRIPT_DIR/exglobal_post.sh.sms}
+
+nemsioget=${nemsioget:-$EXECngac/nemsio_get}
+SIGHDR=$nemsioget
+REPLAYEXEC=${REPLAYEXEC:-$EXECngac/ngac_replay}
+CHGFHREXEC=${CHGFHREXEC:-$EXECngac/ngac_chgfhr}
+CHGRESEXEC=${CHGRESEXEC:-$EXECngac/ngac_chgres}
+FCSTEXEC=${FCSTEXEC:-$EXECngac/ngac_fcst}
+POSTEXEC=${POSTEXEC:-$EXECngac/ncep_post}
+#SH POSTEXEC=${POSTEXEC:-$EXECGLOBAL/ncep_post}
+
+CHGRESSH=${CHGRESSH:-$USHngac/ngac_chgres.sh}
+POST_USH=${POST_USH:-$USHngac/ngac_post.sh}
+
+
+############################################################
+# Define NGAC config and resource files                    #
+############################################################
+CONFIG_DU=${CONFIG_DU:-$PARM_NGAC/DU_GridComp.rc}
+CONFIG_SU=${CONFIG_SU:-$PARM_NGAC/SU_GridComp.rc}
+CONFIG_OC=${CONFIG_OC:-$PARM_NGAC/OC_GridComp.rc}
+CONFIG_OCx=${CONFIG_OCx:-$PARM_NGAC/OC_GridComp---full.rc}
+CONFIG_BC=${CONFIG_BC:-$PARM_NGAC/BC_GridComp.rc}
+CONFIG_SS=${CONFIG_SS:-$PARM_NGAC/SS_GridComp.rc}
+CHEM_REGISTRY=${CHEM_REGISTRY:-$PARM_NGAC/Chem_Registry.rc}
+AOD_REGISTRY=${AOD_REGISTRY:-$PARM_NGAC/Aod-550nm_Registry.rc}
+MAPL=${MAPL:-$PARM_NGAC/MAPL.rc}
+
+
+############################################################
+# Define NGAC post parm files                              #
+############################################################
+# G2TMPL_TBL_DIR=${G2TMPL_TBL_DIR:-$HOMEGLOBAL/lib/sorc/g2tmpl}
+G2TMPL_TBL_DIR=${G2TMPL_TBL_DIR:-$HOMEGLOBAL/parm}
+POST_NCEPGRB2TBL=${POST_NCEPGRB2TBL:-$G2TMPL_TBL_DIR/params_grib2_tbl_new}
+
+POST_AVBLFLDSXML=${POST_AVBLFLDSXML:-$PARM_NGAC/ngac_post_avblflds.xml}
+POSTCTLFILE=${POSTCTLFILE:-$PARM_NGAC/ngac_postcntrl.parm}
+
+POST_PARM=${POST_PARM:-$PARM_NGAC/ngac_postcntrl.xml}
+
+############################################################
+# Define forecast output variables                         #
+############################################################
+#
+FHMAX=${FHMAX:-120}        # Forecast length
+FHRES=${FHRES:-120}        # Forecast Hour Restart Frequency
+FHOUT=${FHOUT:-3}          # Forecast Hour Output Frequency
+FHZER=${FHZER:-3}          # Interval to Zero the bucket - must be greater than or equal to FHOUT
+FHCYC=${FHCYC:-24}         # Surface boundary condition update interval in hours
+FHDFI=${FHDFI:-3}          # Half of the digital filter initialization hours
+dtphys=${dtphys:-3600}     # phys time step 
+
+export NEMSIO_IN=${NEMSIO_IN:-.true.}
+export NEMSIO_OUT=${NEMSIO_OUT:-.true.}
+export SIGIO_OUT=${SIGIO_OUT:-.false.}
+export SFCIO_OUT=${SFCIO_OUT:-.false.}
+
+export model=ngac
+scrdir=${scrdir:-$FCST_SCRIPT_DIR}
+#export FCSTEXEC=$srcdir/exe/NEMS.x
+
+export CONFIG=${GSM_CONFIG:-$scrdir/gsm_config}
+set -a;. $CONFIG;set +a
+

Property changes on: checkout/oldtests/ngac_config
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/RegressionTests_wcoss.log
===================================================================
--- checkout/oldtests/RegressionTests_wcoss.log	(nonexistent)
+++ checkout/oldtests/RegressionTests_wcoss.log	(revision 85747)
@@ -0,0 +1,919 @@
+Tue Dec 20 18:39:06 UTC 2016
+Start Regression test
+
+
+
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=NMM-POST 
+Test 1 nmm_cntrl Compare NMMB-global results with previous trunk version
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/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
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+Test 1 PASS 
+
+
+
+Test 2 nmm_nemsio Test NMMB-global NEMSIO as input file
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_nemsio
+Checking test 2 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+Test 2 PASS 
+
+
+
+Test 3 nmm_rest Test NMMB-global restart run
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_rest
+Checking test 3 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 3 PASS 
+
+
+
+Test 4 nmm_rest_nio Test NMMB-global restart run from NEMSIO file
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_rest_nio
+Checking test 4 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 4 PASS 
+
+
+
+Test 5 nmm_decomp Test NMMB-global different decomposition
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_decomp
+Checking test 5 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+Test 5 PASS 
+
+
+
+Test 6 nmm_thread Test NMMB-global threading
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_glob
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_thread
+Checking test 6 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+Test 6 PASS 
+
+
+
+Test 7 nmm_reg_ctl Compare NMMB-regional results with previous trunk version
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_ctl
+Checking test 7 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+ Comparing pcp.hr1.01.bin.........OK
+ Comparing pcp.hr2.01.bin.........OK
+ Comparing pcp.hr3.01.bin.........OK
+ Comparing pcp.hr4.01.bin.........OK
+ Comparing pcp.hr5.01.bin.........OK
+ Comparing pcp.hr6.01.bin.........OK
+ Comparing pcp.hr7.01.bin.........OK
+Test 7 PASS 
+
+
+
+Test 8 nmm_reg_nemsio Test NMMB-regional NEMSIO as input file
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_nemsio
+Checking test 8 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0012h_00m_00.00s.........OK
+Test 8 PASS 
+
+
+
+Test 9 nmm_reg_rst Test NMMB-regional restart run
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_rst
+Checking test 9 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 9 PASS 
+
+
+
+Test 10 nmm_reg_rst_nio Test NMMB-regional restart run with NEMSIO file
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_rst_nio
+Checking test 10 results ....
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+Test 10 PASS 
+
+
+
+Test 11 nmm_reg_decomp Test NMMB-regional different decomposition
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_decomp
+Checking test 11 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
+Test 11 PASS 
+
+
+
+Test 12 nmm_reg_thread Test NMMB-regional threading
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_thread
+Checking test 12 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0048h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0048h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0024h_00m_00.00s.........OK
+Test 12 PASS 
+
+
+
+Test 13 nmm_reg_sel_phy Test NMMB-regional with selected GFS physics schemes
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_sel_phy
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_sel_phy
+Checking test 13 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 13 PASS 
+
+
+
+Test 14 nmm_reg_spec_adv Test NMMB-regional with separate species advection ON
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_spec_adv
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_spec_adv
+Checking test 14 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 14 PASS 
+
+
+
+Test 15 nmm_reg_spec_adv_rst Test NMMB-regional with separate species advection ON
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_spec_adv
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_spec_adv_rst
+Checking test 15 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+Test 15 PASS 
+
+
+
+Test 16 nmm_reg_wsm6_gfdl Test NMMB-regional with physics schemes WSM6 and GFDL
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_wsm6_gfdl
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_wsm6_gfdl
+Checking test 16 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 16 PASS 
+
+
+
+Test 17 nmm_reg_wsm6_rrtm Test NMMB-regional with physics schemes WSM6 and RRTM
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_wsm6_rrtm
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_wsm6_rrtm
+Checking test 17 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 17 PASS 
+
+
+
+Test 18 nmm_reg_sas_zhao Test NMMB-regional with physics schemes SAS, ZHAO
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_sas_zhao
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_sas_zhao
+Checking test 18 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 18 PASS 
+
+
+
+Test 19 nmm_reg_thomp Test NMMB-regional with THOMPSON microphysics scheme
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_thomp
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_thomp
+Checking test 19 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 19 PASS 
+
+
+
+Test 20 nmm_reg_hur Test NMMB-regional with HWRF physics
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_hur
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_hur
+Checking test 20 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 20 PASS 
+
+
+
+Test 21 nmm_reg_pcpadj Test NMMB-regional with precipitation adjustment on
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_pcpadj
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_pcpadj
+Checking test 21 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+Test 21 PASS 
+
+
+
+Test 22 nmm_reg_timesr Test NMMB-regional writing time series
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_timesr
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_timesr
+Checking test 22 results ....
+ Comparing nmmb_hst_01_bin_0006h_00m_00.00s.........OK
+ Comparing ts_p01_d01.bin.........OK
+ Comparing ts_p02_d01.bin.........OK
+Test 22 PASS 
+
+
+
+Test 23 nmm_nests Test NMMB-regional with static nests
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_nests
+Checking test 23 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 23 PASS 
+
+
+
+Test 24 nmm_nest_rest Test NMMB-regional static nests with restart
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_nests
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_nest_rest
+Checking test 24 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+Test 24 PASS 
+
+
+
+Test 25 nmm_reg_filt Test NMMB-regional digital filter with static nests
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_filt
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_filt
+Checking test 25 results ....
+ Comparing nmmb_hst_01_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0003h_00m_00.00s.........OK
+Test 25 PASS 
+
+
+
+Test 26 nmm_reg_filt_zombie Test NMMB-regional digital filter with zombie grandchild
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg_filt_zombie
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_filt_zombie
+Checking test 26 results ....
+ Comparing nmmb_hst_01_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0003h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0003h_00m_00.00s.........OK
+Test 26 PASS 
+
+
+
+Test 27 nmm_mvg_nests Test NMMB-regional with moving nests
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_mvg_nests
+Checking test 27 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 27 PASS 
+
+
+
+Test 28 nmm_mvg_nests_restart Test NMMB-regional with moving nests - RESTART
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_mvg_nests_restart
+Checking test 28 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+Test 28 PASS 
+
+
+
+Test 29 nmm_mvg_nests_gens Test NMMB-regional with 1-way moving nests and generational task assignments
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_mvg_nests
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_mvg_nests_gens
+Checking test 29 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 29 PASS 
+
+
+
+Test 30 nmm_2way_nests Test NMMB-regional with 2-way moving nests
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_2way_nests
+Checking test 30 results ....
+ Comparing nmmb_hst_01_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_01_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_02_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_03_nio_0012h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0000h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_bin_0012h_00m_00.00s.........OK
+ Comparing nmmb_rst_04_nio_0012h_00m_00.00s.........OK
+Test 30 PASS 
+
+
+
+Test 31 nmm_2way_nests_restart Test NMMB-regional with 2-way moving nests - RESTART
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_2way_nests_restart
+Checking test 31 results ....
+ Comparing nmmb_hst_01_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_01_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_02_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_bin_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_03_nio_0024h_00m_00.00s.........OK
+ Comparing nmmb_hst_04_nio_0024h_00m_00.00s.........OK
+Test 31 PASS 
+
+
+
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=NMM-DEBUG 
+Test 32 nmm_reg_rst_nio_debug Test NMMB-regional restart run with NEMSIO file DEBUG
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_rst_nio_debug
+Checking test 32 results ....
+Test 32 PASS 
+
+
+
+Test 33 nmm_reg_rst_debug Test NMMB-regional restart run DEBUG
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_rst_debug
+Checking test 33 results ....
+Test 33 PASS 
+
+
+
+Test 34 nmm_reg_ctl_debug Compare NMMB-regional results with previous trunk version DEBUG
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_reg
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_reg_ctl_debug
+Checking test 34 results ....
+Test 34 PASS 
+
+
+
+Test 35 nmm_2way_nests_debug Test NMMB-regional with 2-way moving nests DEBUG
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/NMMB_2way_nests
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/nmm_2way_nests_debug
+Checking test 35 results ....
+Test 35 PASS 
+
+
+
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=GSM 
+Test 36 gfs_eulerian GFS eulerian dycore,32 total proc (tasks), 1 thread, quilt, digital filter on reduced grid
+Test 36
+GFS eulerian dycore,32 total proc (tasks), 1 thread, quilt, digital filter on reduced grid
+GFS, 32 proc, 1 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_EULERIAN
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/gfs_eulerian
+Checking test 36 results ....
+ Comparing sigf03.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+ Comparing sigf48.........OK
+ Comparing sfcf03.........OK
+ Comparing sfcf06.........OK
+ Comparing sfcf12.........OK
+ Comparing sfcf24.........OK
+ Comparing sfcf48.........OK
+ Comparing flxf03.........OK
+ Comparing flxf06.........OK
+ Comparing flxf12.........OK
+ Comparing flxf24.........OK
+ Comparing flxf48.........OK
+Test 36 PASS 
+
+
+
+Test 37 wam_gh_l150 WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting
+Test 37
+WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting
+GFS, 32 proc, 1 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l150
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/wam_gh_l150
+Checking test 37 results ....
+ Comparing sigf00.........OK
+ Comparing sigf03.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf03.........OK
+ Comparing sfcf06.........OK
+ Comparing sfcf12.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf03.........OK
+ Comparing flxf06.........OK
+ Comparing flxf12.........OK
+ Comparing flxf24.........OK
+Test 37 PASS 
+
+
+
+Test 38 wam_gh_l150_nemsio WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O
+Test 38
+WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,with quilting and NEMSIO I/O
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/WAM_gh_l150_nemsio
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/wam_gh_l150_nemsio
+Checking test 38 results ....
+ Comparing sigf00.........OK
+ Comparing sigf03.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+ Comparing sigf48.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf03.........OK
+ Comparing sfcf06.........OK
+ Comparing sfcf12.........OK
+ Comparing sfcf24.........OK
+ Comparing sfcf48.........OK
+ Comparing flxf00.........OK
+ Comparing flxf03.........OK
+ Comparing flxf06.........OK
+ Comparing flxf12.........OK
+ Comparing flxf24.........OK
+ Comparing flxf48.........OK
+Test 38 PASS 
+
+
+
+Test 39 gfs_slg Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 39
+Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/gfs_slg
+Checking test 39 results ....
+ Comparing sigf00.........OK
+ Comparing sigf01.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf01.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf01.........OK
+ Comparing flxf24.........OK
+Test 39 PASS 
+
+
+
+Test 40 gfs_slg_nsst Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 40
+Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_NSST
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/gfs_slg_nsst
+Checking test 40 results ....
+ Comparing sigf00.........OK
+ Comparing sigf01.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf01.........OK
+ Comparing sfcf24.........OK
+ Comparing nstf00.........OK
+ Comparing nstf01.........OK
+ Comparing nstf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf01.........OK
+ Comparing flxf24.........OK
+Test 40 PASS 
+
+
+
+Test 41 gfs_slg_adiabatic Run SLG adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 41
+Run SLG adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 32 proc, 1 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_ADIABATIC
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/gfs_slg_adiabatic
+Checking test 41 results ....
+ Comparing sigf00.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+Test 41 PASS 
+
+
+
+Test 42 gfs_slg_48pe Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions, 48pe
+Test 42
+Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions, 48pe
+GFS, 48 proc, 1 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_48PE
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/gfs_slg_48pe
+Checking test 42 results ....
+ Comparing sigf00.........OK
+ Comparing sigf06.........OK
+ Comparing sigf12.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf06.........OK
+ Comparing sfcf12.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf06.........OK
+ Comparing flxf12.........OK
+ Comparing flxf24.........OK
+Test 42 PASS 
+
+
+
+Test 43 gfs_slg_2thread Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 43
+Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 32 proc, 2 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/gfs_slg_2thread
+Checking test 43 results ....
+ Comparing sigf00.........OK
+ Comparing SIG.F06.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing SFC.F06.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing FLX.F06.........OK
+ Comparing flxf24.........OK
+Test 43 PASS 
+
+
+
+Test 44 gfs_slg_rsthst Run SLG restart from history file non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 44
+Run SLG restart from history file non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_RSTHST
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/gfs_slg_rsthst
+Checking test 44 results ....
+ Comparing sigf30.........OK
+ Comparing sigf48.........OK
+ Comparing sfcf30.........OK
+ Comparing sfcf48.........OK
+ Comparing flxf30.........OK
+ Comparing flxf48.........OK
+Test 44 PASS 
+
+
+
+Test 45 gfs_slg_t574 Run T574 SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 45
+Run T574 SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 96 proc, 1 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_T574
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/gfs_slg_t574
+Checking test 45 results ....
+ Comparing sigf00.........OK
+ Comparing SIG.F06.........OK
+ Comparing SIG.F12.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing SFC.F06.........OK
+ Comparing SFC.F12.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing FLX.F06.........OK
+ Comparing FLX.F12.........OK
+ Comparing flxf24.........OK
+Test 45 PASS 
+
+
+
+Test 46 gfs_slg_stochy Run SLG non-adiabatic test with NEMSIO and digital filter and stochastic physics from NEMSIO initial conditions
+Test 46
+Run SLG non-adiabatic test with NEMSIO and digital filter and stochastic physics from NEMSIO initial conditions
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_STOCHY
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/gfs_slg_stochy
+Checking test 46 results ....
+ Comparing sigf00.........OK
+ Comparing sigf01.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf01.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf01.........OK
+ Comparing flxf24.........OK
+Test 46 PASS 
+
+
+
+Test 47 gfs_slg_land Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+Test 47
+Run SLG non-adiabatic test with NEMSIO and digital filter from NEMSIO initial conditions
+GFS, 33 proc, 1 thread
+
+
+baseline dir = /nems/noscrub/emc.nemspara/REGRESSION_TEST/GFS_SLG_LAND
+working dir  = /ptmpp1/Samuel.Trahan/rt_8327/gfs_slg_land
+Checking test 47 results ....
+ Comparing sigf00.........OK
+ Comparing sigf01.........OK
+ Comparing sigf24.........OK
+ Comparing sfcf00.........OK
+ Comparing sfcf01.........OK
+ Comparing sfcf24.........OK
+ Comparing flxf00.........OK
+ Comparing flxf01.........OK
+ Comparing flxf24.........OK
+Test 47 PASS 
+
+
+
+Removing old exe/NEMS.x
+NEMSAppBuilder  app=GSM-GOCART 
+Test 48 gfs_gocart_nemsio GFS_GOCART with NEMSIO
+Test 48
+GFS_GOCART with NEMSIO
+GFS, 64 proc, 1 thread
+
+
+
+
+Checking test 48 results ....
+ Comparing ngac.t00z.sigf00.........OK
+ Comparing ngac.t00z.sigf03.........OK
+ Comparing ngac.t00z.sigf06.........OK
+ Comparing ngac.t00z.sigf12.........OK
+ Comparing ngac.t00z.sigf24.........OK
+ Comparing ngac.t00z.sfcf00.........OK
+ Comparing ngac.t00z.sfcf03.........OK
+ Comparing ngac.t00z.sfcf06.........OK
+ Comparing ngac.t00z.sfcf12.........OK
+ Comparing ngac.t00z.sfcf24.........OK
+ Comparing ngac.t00z.aerf00.........OK
+ Comparing ngac.t00z.aerf03.........OK
+ Comparing ngac.t00z.aerf06.........OK
+ Comparing ngac.t00z.aerf12.........OK
+ Comparing ngac.t00z.aerf24.........OK
+Test 48 PASS 
+
+
+
+
+REGRESSION TEST WAS SUCCESSFUL
+Wed Dec 21 00:39:54 UTC 2016
Index: checkout/oldtests/atparse.auto
===================================================================
--- checkout/oldtests/atparse.auto	(nonexistent)
+++ checkout/oldtests/atparse.auto	(revision 85747)
@@ -0,0 +1,8 @@
+eval 'echo ${.sh.version}' > /dev/null 2>&1
+if [[ "$?" == 0 ]] ; then
+    # We are in ksh.
+    source ./atparse.ksh
+else
+    # We are not in ksh.  Assume bash.
+    source ./atparse.bash
+fi
\ No newline at end of file
Index: checkout/oldtests/gfs_fcst_run.IN_Linux
===================================================================
--- checkout/oldtests/gfs_fcst_run.IN_Linux	(nonexistent)
+++ checkout/oldtests/gfs_fcst_run.IN_Linux	(revision 85747)
@@ -0,0 +1,547 @@
+#!/bin/ksh -l
+#
+set -x
+#
+#
+if [[ -e  @[PATHTR]/src/conf/modules.nems ]]; then
+  source @[PATHTR]/src/conf/modules.nems
+  module list
+fi
+
+ export print_esmf=.true.
+
+ export CDATE=@[CDATE]
+ cyc=`echo $CDATE|cut -c9-10`
+#***************************************************************
+#
+#    Set up horizontal and vertical resolution ; default will be T6264
+#
+ export wave=@[wave] ; export lm=@[lm] ; export lsoil=@[lsoil]
+
+#**************************************************************
+#
+#    Set up model options
+#
+#export EXPLICIT=.true.
+ export EXPLICIT=.false.
+
+ export ADIABATIC=@[ADIABATIC]
+ export ADIABATIC=${ADIABATIC:-.false.}
+
+ export NST_FCST=@[NSTFCST]           # 0 (am), 1(am,nst) and 2(cpld nstnst)
+ export NST_SPINUP=@[NSTSPINUP]       # 0 (nst_ini availabe); 1 ( generate nst_ini)
+ export NST_RESERVED=@[NSTREV]        # 0 (no nst anal)     ; 1 (nstanl exists)
+ export ZSEA1=@[ZSEA1]                # The lower depth for T-mean
+ export ZSEA2=@[ZSEA2]                # The upper depth for T-mean
+
+ export NST_FCST=${NST_FCST:-0}
+ export NST_SPINUP=${NST_SPINUP:-0}
+ export NST_RESERVED=${NST_RESERVED:-0}
+ export ZSEA1=${ZSEA1:-0}
+ export ZSEA2=${ZSEA2:-0}
+
+ export nstf_name="$NST_FCST,$NST_SPINUP,$NST_RESERVED,$ZSEA1,$ZSEA2"
+
+ export nst_anl=${nst_anl:-.false.}
+
+## IAER=0 (no aerosols); 11 (opac for sw/lw) and 22 (gocart for sw/lw)
+
+ export SLG=@[SLG]
+ echo SLG=$SLG
+ export F107_KP_SIZE=@[F107_KP_SIZE]
+ export F107_KP_INTERVAL=@[F107_KP_INTERVAL]
+ export WAM_IPE_COUPLING=@[WAM_IPE_COUPLING]
+ export HEIGHT_DEPENDENT_G=@[HEIGHT_DEPENDENT_G]
+ export F107_KP_SKIP_SIZE=@[F107_KP_SKIP_SIZE]
+ export F107_KP_DATA_SIZE=@[F107_KP_DATA_SIZE]
+ export DELTIM=@[DELTIM]
+
+# GSM export fields
+ export NGRID_A2OI=@[NGRID_A2OI]
+ export NGRID_A2OI=${NGRID_A2OI:-48}
+ export A2OI_OUT=@[A2OI_OUT]
+ export A2OI_OUT=${A2OI_OUT:-.false.}
+ export CPLFLX=@[CPLFLX]
+ export CPLFLX=${CPLFLX:-.false.}
+
+ export CLIMATE=${CLIMATE:-.false.}
+
+ export GOCART=@[GOCART]
+ export GOCART=${GOCART:-0}
+# reduced_grid default is true
+ export REDUCED_GRID=@[REDUCEDGRID]
+
+# wam model to couple with idea, default is false
+ export IDEA=@[IDEA]
+ export IDEA=${IDEA:-.false.}
+ export RTPWD=@[RTPWD]
+ export DATAICDIR=@[DATAICDIR]
+
+# nemsio input/output
+ export NEMSIO_IN=@[NEMSIOIN]
+ export NEMSIO_OUT=@[NEMSIOOUT]
+ export NEMSIO_IN=${NEMSIO_IN:-.false.}
+ export NEMSIO_OUT=${NEMSIO_OUT:-.false.}
+
+# sigio input/output
+ export SIGIO_IN=@[SIGIOIN]
+ export SIGIO_OUT=@[SIGIOOUT]
+ export SFCIO_OUT=@[SFCIOOUT]
+ export NSTIO_OUT=@[NSTIOOUT]
+
+ export MACHINE_ID=@[MACHINE_ID]
+ export SCHEDULER=@[SCHEDULER]
+
+ export machine=$MACHINE_ID
+
+ export SIGIO_IN=${SIGIO_IN:-.true.}
+ export SIGIO_OUT=${SIGIO_OUT:-.true.}
+ export SFCIO_OUT=${SFCIO_OUT:-.true.}
+ export NSTIO_OUT=${NSTIO_OUT:-.true.}
+# 
+ export MACHINE_ID=${MACHINE_ID:-WCOSS}
+ export SCHEDULER=${SCHEDULER:-lsf}
+
+ export machine=${machine:-${MACHINE_ID:-WCOSS}}
+ export SIGHDR=@[SIGHDR]
+#
+# number of output files, default =3, for adiab num_file=1
+ if [[ $ADIABATIC = .true. ]] ; then
+    export NUM_FILE=1 ;
+    export FILENAME_BASE="'SIG.F'"
+    export FILE_IO_FORM="'grib'"
+ else
+    export FILENAME_BASE="'SIG.F' 'SFC.F' 'FLX.F'"
+    export FILE_IO_FORM="'bin4' 'bin4' 'bin4'"
+    export NUM_FILE=3
+    if [ $NST_FCST -gt 0 ] ; then
+      export FILENAME_BASE=${FILENAME_BASE}" 'NST.F'"
+      export FILE_IO_FORM=${FILE_IO_FORM}" 'bin4'"
+      NUM_FILE=`expr $NUM_FILE + 1`
+      export NUM_FILE
+    fi
+    if [ $GOCART == 1 ] ; then
+      export FILENAME_BASE=${FILENAME_BASE}" 'AER.F'"
+      export FILE_IO_FORM=${FILE_IO_FORM}" 'grib'"
+      NUM_FILE=`expr $NUM_FILE + 1`
+      export NUM_FILE
+    fi
+    echo "NUM_FILE=$NUM_FILE,GOCART=$GOCART,nstf_name=$nstf_name,nst_anl=$nst_anl,FILENAME_BASE=$FILENAME_BASE"
+ fi
+
+# restart default is coldstart
+ export fcst_begin=@[FCST_BEGIN]
+ export fcst_begin=${fcst_begin:-YES}
+#read one time step input data
+# export FHROT=@[FHROT]
+# restart file output frequency
+ export FHRES=@[FHRES]
+ export FHOUT=@[FHOUT]
+ export FHZER=@[FHZER]
+# stochastic physics
+  export skeb_import=@[skeb_import]
+  export sppt_import=@[sppt_import]
+  export shum_import=@[shum_import]
+  export skeb_export=@[skeb_export]
+  export sppt_export=@[sppt_export]
+  export shum_export=@[shum_export]
+  export SPPT=@[SPPT]
+  export SPPT_LOGIT=@[SPPTLOGIT]
+  export SPPT_TAU=@[SPPTTAU]
+  export SPPT_LSCALE=@[SPPTLSCALE]
+  export SPPT_SFCLIMIT=@[SPPTSFCLIMIT]
+  export SHUM=@[SHUM]
+  export SHUM_TAU=@[SHUMTAU]
+  export SHUM_LSCALE=@[SHUMLSCALE]
+  export SKEB=@[SKEB]
+  export SKEB_TAU=@[SKEBTAU]
+  export SKEB_LSCALE=@[SKEBLSCALE]
+  export SKEB_VFILT=@[SKEBVFILT]
+  export ISEED_SPPT=@[ISEEDSPPT]
+  export ISEED_SHUM=@[ISEEDSHUM]
+  export ISEED_SKEB=@[ISEEDSKEB]
+
+# SFCPRESS_ID=0 or 1 for ln(psfc), 2 for psfc
+# export SFCPRESS_ID=2
+# THERMODYN_ID=3 for enthalphy, 0 or 1 for virtual T, 2 for T
+# export THERMODYN_ID=3
+#
+# export IDVC=3
+# export hybrid=NO
+# export GEN_COORD_HYBRID=YES
+# SPECTRAL_LOOP       2 for old option, 1 is for one loop.
+# export SPECTRAL_LOOP=1
+###
+ export SFCPRESS_ID=@[SFCPRESSID]
+ export THERMODYN_ID=@[THERMODYNID]
+ export IDVC=@[IDVC]
+ export SPECTRAL_LOOP=@[SPECTRALLOOP]
+ export NDSLFV=@[NDSLFV]
+
+if [ $NDSLFV = .true. ]
+then
+ export MASS_DP=.true.
+ export PROCESS_SPLIT=.false.
+else
+ export MASS_DP=.false.
+ export PROCESS_SPLIT=.false.
+fi
+#
+if [ $IDEA = .true. ]; then
+#***************************************************************
+#                    N2 ,    H2O,     O3,        CLW,    O,      O2
+ export CPIlist=" 1039.645, 1846.0, 820.2391,    0.0, 1299.185, 918.0969"
+ export RIlist="  296.8034, 461.50, 173.2247,    0.0,  519.674, 259.837 "
+#***************************************************************
+ export NTRAC=5
+ export NTO=4
+ export NTO2=5
+else
+#                   Dry ,    H2O,     O3,        CLW,    O,      O2
+export CPIlist=" 1004.6,   1846.0, 820.2391,    0.0"
+export RIlist="  286.05,   461.50, 173.2247,    0.0"
+
+fi
+#
+export NCP=cp
+export FTSFS=0.0
+export FAISS=0.0
+if [ $SLG = .true. ] ; then
+    export NTRAC=3
+    export FTSFS=90
+    export FAISS=99999
+    export cnvgwd=.true.
+#jw     export dtphys=450
+    export cdmbgwd=0.25,2.0
+    export CPIlist=
+    export RIlist=
+    export semilag=.true.
+else
+    export semilag=.false.
+fi
+#
+#  This script is NOT complete for running multiple ensemble members
+#
+ export ENS_NUM=1
+#
+#tasks=@[TASKS]  
+ export PE1=@[TASKS]  
+
+ export MEMBER_NAMES=@[MEMBER_NAMES]
+
+c=1
+while [ $c -le $ENS_NUM ] ; do
+ eval "export PE$c=\${PE$c:-0}"
+ c=$((c+1))
+done
+#
+export QUILTING=@[QUILT]
+export WRT_GROUP=@[WRTGP]
+export WRTPE_PER_GROUP=@[WTPG]
+export WRITE_DOPOST=@[wrtdopost]
+export POST_GRIBVERSION=@[postgrbvs]
+export GOCART_AER2POST=@[aer2post]
+export liope=.false.
+export NTHREADS=@[THRDS]
+export MP_STDOUTMODE=ordered
+export MP_LABELIO=yes
+export MP_SHARED_MEMORY=yes
+export MP_COREFILE_FORMAT=lite 
+#
+#    Set up experiment and directory names
+#
+export expt=@[RUNDIR]
+ 
+#
+export NSCDIR=/global/noscrub
+export TOPDIR=/global/save
+export DUMPDIR=/global/shared/dump
+# export MP_COREFILE_FORMAT=lite 
+export RUNDIR=${RUNDIR:-$expt}
+export SCRIPTS=${SCRIPTS:-$TOPDIR/wx23sm/gsm/scripts}
+
+export cold_sfc=${cold_sfc:-NO}
+export hybrid=${hybrid:-NO}
+#
+export NCP=${NCP:-/u/wx20mi/bin/ncp}
+#
+if [ $NEMSIO_IN = .true. ]; then
+  if [ $SCHEDULER = 'moab' ]; then
+    export nemsioget=${nemsioget}
+  elif [ $SCHEDULER = 'pbs' ]; then
+   if [ $machine = 'theia' ]; then
+    export nemsioget=/home/Weiyu.Yang/bin/nemsio_get
+   fi
+  elif [ $SCHEDULER = 'lsf' ] ; then
+    export nemsioget=${nemsioget:-/nwprod/ngac.v1.0.0/exec/nemsio_get}
+  fi
+else
+  export nemsioget=${nemsioget:-${EXECGLOBAL}/global_sighdr$XC}
+fi
+#
+#
+#    nhourb is the beginig hour.  If nhourb=0, then initial condition
+#    needs to be specified. ndays is the Length of #orecast in days
+#    begining from nhourb
+#
+NDAYS=@[NDAYS]
+ndays=${NDAYS:-0}
+NHRS=@[NHRS]
+export restart_ndays=${restart_ndays:-1}
+if [[ ${fcst_begin} = YES ]] ; then
+ export nhourb=0
+ export FHROT=0
+ export RESTART=.false.
+else
+ if [[ -s $RUNDIR/grdr1 ]] ; then
+   export nhourb=`$nemsioget $RUNDIR/grdr1 nfhour`
+   export FHROT=$nhourb
+   export RESTART=.true.
+   if [ $machine = 'theia' ]; then
+    export nemsioget=/home/Weiyu.Yang/bin/nemsio_get
+   fi
+ else
+   export nhourb=$((restart_ndays*24))
+   export FHROT=$nhourb
+   export RESTART=.false.
+ fi
+fi
+#
+#
+export nhours=`expr $ndays \* 24`
+
+#
+# For two tracers
+export ntrc=3  ; export varid=21  ; export numcld=1
+#
+#
+export fmax=${NHRS:-$nhours}
+export fout=3
+export fzer=6
+export fcyc=@[fcyc]
+export fdfi=@[FDFI]
+#
+#    Forecast model : horizontal truncation  and vertical levels
+#                     ---------------------
+#
+export wave=${wave:-62}
+export lm=${lm:-64}
+if [ $IDEA = .true. ]; then
+  export lm=150;
+  export levr=90
+  export DELTIM=180
+# Use the sample f10.7 and kp data for the wam regression tests, Weiyu.
+#----------------------------------------------------------------------
+  cp /scratch4/NCEPDEV/nems/save/Weiyu.Yang/xml_read/wam_input_f107_kp.txt .
+fi
+export lsoil=${lsoil:-4}
+#
+export PASSIVE_TRACER=@[TRACER] 
+#
+export NTRAC=${NTRAC:-3}
+export NTOZ=${NTOZ:-2}
+export NTCW=${NTCW:-3}
+export NCLD=${NCLD:-1}
+export NTIW=${NTIW:-0}
+export NTKE=${NTKE:-0}
+export NTLNC=${NTLNC:-0}
+export NTINC=${NTINC:-0}
+export NTO=${NTO:-0}
+export NTO2=${NTO2:-0}
+export NMTVR=${NMTVR:-14}
+export FNSOTC=/scratch4/NCEPDEV/da/save/George.Gayno/gfs_soil_veg_alb_fy17_2/global_shared.v14.1.0/fix/fix_am/global_soiltype.1x1.grb
+#
+#export nsout=${nsout:-0}
+export nsout=@[NSOUT]
+export lsm=${lsm:-1}
+
+## IAER=0 (no aerosols); 11 (opac for sw/lw) and 22 (gocart for sw/lw)
+export IAER=@[IAER]
+export IALB=@[IALB]
+export isot=@[ISOT]
+export ivegsrc=@[IVEGSRC]
+
+grid_aldata=@[CP2]
+#
+#   Control for post and time averaging  If "YES" then run
+#   -- Defaults to "NO" 
+#
+export LDFIFLTO=.true.
+if [ $SLG = .true. ] ; then
+   export gfsio_out=.false.
+   export out_virttemp=.false.
+   export zflxtvd=.false.
+   export shuff_lats_a=.false.
+   export shuff_lats_r=.false.
+   export semilag=.true.
+else
+#   export zflxtvd=.true.
+   export shuff_lats_a=.true.
+   export shuff_lats_r=.true.
+   export semilag=.false.
+fi
+
+#
+#     Forecast script and executable name
+#
+srcdir=@[PATHTR]
+export FCSTSCRIPT=$srcdir/oldtests/exglobal_fcst_nems.sh
+export FCSTEXEC=$srcdir/exe/NEMS.x
+
+export CONFIG=${GSM_CONFIG:-$srcdir/oldtests/gsm_config}
+set -a;. $CONFIG;set +a
+#
+#
+# ***************************************************************
+#    Below here no change needed most of the time
+#    ____________________________________________
+#
+mkdir -p $RUNDIR
+cd $RUNDIR
+
+ export COMOUT=$RUNDIR
+#
+if [ $SCHEDULER = 'moab' ]; then
+   export FIXGLOBAL=${FIXGLOBAL:-/lustre/f1/unswept/ncep/Shrinivas.Moorthi/para/fix/fix_am}
+   export FCST_LAUNCHER='aprun -n @[TASKS]'
+elif [ $SCHEDULER = 'pbs' ]; then
+  if [ $MACHINE_ID = 'theia' ]; then
+    export FIXGLOBAL=/scratch4/NCEPDEV/global/save/Shrinivas.Moorthi/para/fix/fix_am
+    if [ $IALB -eq 1 -a $isot -eq 1 -a $ivegsrc -eq 1 ]; then
+      export FIX_LANDSFC=/scratch4/NCEPDEV/da/save/George.Gayno/gfs_soil_veg_alb_fy17_2/global_shared.v14.1.0/fix/fix_am
+      export FNABSC=${FIX_LANDSFC}/global_mxsnoalb.uariz.t$JCAP.$LONB.$LATB.rg.grb
+      export FNALBC=${FIX_LANDSFC}/global_snowfree_albedo.bosu.t$JCAP.$LONB.$LATB.rg.grb
+      export FNVETC=${FIX_LANDSFC}/global_vegtype.igbp.t$JCAP.$LONB.$LATB.rg.grb
+      export FNSOTC=${FIX_LANDSFC}/global_soiltype.statsgo.t$JCAP.$LONB.$LATB.rg.grb
+      export FNZORC="igbp"
+      export FNALBC2=${FIX_LANDSFC}/global_albedo4.1x1.grb
+    fi
+  fi
+   export OMP_NUM_THREADS=$NTHREADS
+   if [ $machine = 'theia' ]; then
+    mpiexec=`which mpirun`
+   fi
+   if [ $NTHREADS -eq 1 ] ; then
+    export FCST_LAUNCHER="env LD_LIBRARY_PATH=$LD_LIBRARY_PATH $mpiexec -n $PE1"
+   else
+    export FCST_LAUNCHER="env LD_LIBRARY_PATH=$LD_LIBRARY_PATH $mpiexec -np $PE1"
+   fi
+elif [ $SCHEDULER = 'lsf' ]; then
+   export FIXGLOBAL=${FIXGLOBAL:-/global/noscrub/Shrinivas.Moorthi/para_new/para/fix/fix_am}
+   export FCST_LAUNCHER=mpirun.lsf
+fi
+
+#export FIX_RAD=/global/save/wx23hh/00wkgfs/fix/fix_rad
+ export FIX_RAD=${FIX_RAD:-$FIXGLOBAL}
+ export FIX_IDEA=${FIX_IDEA:-${RTPWD}/WAM_gh_l150}
+#export FIX_RAD=/global/save/wx23lu/NEMS/fix/fix_rad
+ export GOCARTDIR=/global/save/wx23lu/NEMS/fix
+ export GOCART_CLIM=$GOCARTDIR/gocart_clim
+ export GOCART_LUTS=$GOCARTDIR/gocart_luts
+#
+ export POSTGPDIR=$TOPDIR/wx23hh/00wkgfs/src/global_postgp.fd
+ export POSTGPEXEC=$POSTGPDIR/global_postgp
+ export POSTGPSH=/nwprod/ush/global_postgp.sh
+
+# export OROGRAPHY_UF=${OROGRAPHY_UF:-${FIXGLOBAL}/global_orography_uf.t${wave}.${LONR}.${LATR}.grb}
+#
+#
+# ------------------------ initial condition ----------------
+#
+  if [ -f $RUNDIR/grdr1 -a -f $RUNDIR/grdr2 -a -f $RUNDIR/sigr1 -a -f $RUNDIR/sigr2 -a -f $RUNDIR/sfcr ]; then
+    export GRDI=$RUNDIR/grdr1
+    export GRDI2=$RUNDIR/grdr2
+    export SIGI=$RUNDIR/sigr1
+    export SIGI2=$RUNDIR/sigr2
+    export SFCI=$RUNDIR/sfcr
+    if [ $NST_FCST -gt 0 ] ; then
+      export NSTI=$RUNDIR/nstr
+    fi
+    export FHINI=`$nemsioget $GRDI nfhour |grep -i "nfhour"|awk -F" " '{print $2}'`
+  else
+    if [[ ${fcst_begin} = YES ]] then
+      export GRDI=$RUNDIR/gfsanl.$CDATE
+      export SIGI=$RUNDIR/siganl.$CDATE
+      if [[ $NEMSIO_IN = .true. ]] ; then
+        export SFCI=$RUNDIR/sfnanl.$CDATE
+      else
+        export SFCI=$RUNDIR/sfcanl.$CDATE
+      fi
+      if [ $NST_FCST -gt 0 ] ; then
+        if [[ $NEMSIO_IN = .true. ]] ; then
+          export NSTI=$RUNDIR/nsnanl.$CDATE
+        else
+          export NSTI=$RUNDIR/nstanl.$CDATE
+        fi
+      fi
+      export FHINI=00
+    else
+      if [[ -s $RUNDIR/../$DATAICDIR/sigf${nhourb} ]]; then
+        export GRDI=$RUNDIR/../$DATAICDIR/sigf${nhourb}
+        export SIGI=$RUNDIR/../$DATAICDIR/sigf${nhourb}
+        export SFCI=$RUNDIR/../$DATAICDIR/sfcf${nhourb}
+        export NSTI=$RUNDIR/../$DATAICDIR/nstf${nhourb}
+      fi
+    fi
+  fi
+#
+# ------------------------ post varables ----------------
+#
+if [[ $WRITE_DOPOST = '.true.' ]] then
+ if [[ $POST_GRIBVERSION = 'grib1' ]] ; then
+   if [ $SCHEDULER = 'loadleveler' ]; then
+     export CTLFILE=/nwprod/parm/gfs_cntrl.parm
+   elif [ $SCHEDULER = 'pbs' ]; then
+     export CTLFILE=@[RTPWD]/data_POST/gfs_cntrl.parm
+   elif [ $SCHEDULER = 'lsf' ]; then
+     export CTLFILE=@[RTPWD]/data_POST/gfs_cntrl.parm
+   fi
+   ln -sf $CTLFILE fort.14
+ elif [[ $POST_GRIBVERSION = 'grib2' ]] ; then
+   if [ $SCHEDULER = 'loadleveler' ]; then
+     export CTLFILE=/climate/noscrub/wx20wa/mygrib2/xml/post/postcntrl_gfs.xml
+   elif [ $SCHEDULER = 'pbs' ]; then
+     export CTLFILE=@[RTPWD]/data_POST/postcntrl_gfs.xml
+   elif [ $SCHEDULER = 'lsf' ]; then
+     export CTLFILE=@[RTPWD]/data_POST/postcntrl_gfs.xml
+   fi
+   ln -sf $CTLFILE postcntrl.xml
+ fi
+ ln -sf griddef.out fort.110
+ if [ $SCHEDULER = 'loadleveler' ]; then
+   cp /nwprod/parm/nam_micro_lookup.dat ./eta_micro_lookup.dat
+ elif [ $SCHEDULER = 'pbs' ]; then
+   cp @[RTPWD]/data_POST/eta_micro_lookup.dat ./eta_micro_lookup.dat
+ elif [ $SCHEDULER = 'lsf' ]; then
+   cp /nwprod/parm/nam_micro_lookup.dat ./eta_micro_lookup.dat
+ fi
+fi
+
+#
+# ---------------------------------------- fcst ----------------------
+#
+if [[ $nhourb -lt $nhours ]] ; then
+
+  export FNTSFA=
+  export FNACNA=
+#
+  export FHOUT=${FHOUT:-$fout}
+  export FHZER=${FHZER:-$fzer}
+  export FHCYC=${FHCYC:-$fcyc}
+  export FHDFI=$fdfi
+  export FHLWR=${FHLWR:-3600}
+  export FHSWR=${FHSWR:-3600}
+  export FHMAX=${NHRS:-$nhours}
+  export FHRES=${FHRES:-$FHMAX}
+  export FHROT=${FHROT:-0}
+  export FHOUT_HF=@[FHOUTHF]
+  export FHMAX_HF=@[FHMAXHF]
+#
+  export DYNVARS=${DYNVARS:-""}
+  export PHYVARS=${PHYVARS:-""}
+  export DYNVARS="$DYNVARS,NTKE=$NTKE,NTIW=$NTIW,NTLNC=$NTLNC,NTINC=$NTINC,NTO=$NTO,NTO2=$NTO2"
+  export PHYVARS="$PHYVARS,NTKE=$NTKE,NTIW=$NTIW,NTLNC=$NTLNC,NTINC=$NTINC,NTO=$NTO,NTO2=$NTO2"
+
+  $FCSTSCRIPT || exit
+fi
+#
Index: checkout/oldtests/Chem_Registry.rc
===================================================================
--- checkout/oldtests/Chem_Registry.rc	(nonexistent)
+++ checkout/oldtests/Chem_Registry.rc	(revision 85747)
@@ -0,0 +1,431 @@
+#------------------------------------------------------------------------
+#BOP
+#
+# !RESOURCE: AeroChem_Registy --- AeroChem Registry
+# 
+# !HELP:
+#
+#  The Chemistry Registry resource file is used to control basic
+#  properties of the GOCART and StratChem Grid Components. 
+#  Specifically, it
+#
+#    - selects which constituents to simulate
+#    - selects the number of bins for each constituent
+#    - specifies variable names and units for each constituent
+#
+#  NOTE: The water vapor and ozone tracers are not really being used
+#        in GEOS-5. They are still kept for compatibility with GEOS-4.
+#
+# !REVISION HISTORY:
+#
+#  27May2005  da Silva  Added variable tables for SU/BC/OC.
+#  19dec2005  da Silva  Changed volume mixing ratio units to mol/mol
+#  10Feb2006  Hayashi   Added analysis update frequency
+#  27Jul2006  da Silva  No more analysis frequencies; added GMI/PChem (GEOS-5)
+#
+#-----------------------------------------------------------------------
+#EOP
+
+                    # &Label Active Constituents
+
+# Whether to include the constituent in the simulation
+# ----------------------------------------------------
+doing_H2O: no   # water vapor (must always ON for fvGCM)
+doing_O3:  no   # ozone (must be always ON for fvGCM in DAS mode)
+doing_CO:  no  # &YesNo Include carbon monoxide?
+doing_CO2: no  # &YesNo Include carbon dioxide?
+doing_DU:  no  # &YesNo Include mineral dust?
+doing_SS:  no  # &YesNo Include sea salt?
+doing_SU:  no  # &YesNo Include sulfates?
+doing_CFC: no   # CFCs
+doing_BC:  no  # &YesNo Include black carbon?
+doing_OC:  no  # &YesNo Include organic carbon?
+doing_Rn:  no   # radon
+doing_SC:  no   # &YesNo Include stratospheric chemistry?
+doing_AC:  no   # auto chem
+doing_XX:  no   # generic tracer
+doing_PC:  no  # parameterized chemistry (GEOS-5)
+doing_GMI: no   # GMI chemistry (GEOS-5)
+doing_CARMA: no   # CARMA Service Component
+
+# You can select the number of bins (e.g., particle size)
+# for each of the constituents. Note nbins>1 may not be
+# supported by some constituents
+# ----------------------------------------------------
+nbins_H2O:  1   # water vapor
+nbins_O3:   3   # ozone
+nbins_CO:   1   # carbon monoxide
+nbins_CO2:  1   # carbon dioxide
+nbins_DU:   5   # mineral dust
+nbins_SS:   5   # sea salt
+nbins_SU:   4   # sulfates
+nbins_CFC:  2   # CFCs (this was placed out of order in the code)
+nbins_BC:   2   # black carbon
+nbins_OC:   2   # organic carbon
+nbins_Rn:   1   # radon
+nbins_SC:  35   # stratospheric chemistry
+nbins_AC:  35   # auto chem
+nbins_XX:  51   # generic tracer
+nbins_PC:   1   # parameterized chemistry (GEOS-5)
+nbins_GMI: 73   # GMI chemistry (GEOS-5)
+nbins_CARMA:  1   # CARMA Service Component
+
+# Units for each constituent
+# --------------------------
+units_H2O: kg/kg     # water vapor
+units_O3:  kg/kg     # ozone
+units_CO:  mol/mol   # carbon monoxide
+units_CO2: mol/mol   # carbon dioxide
+units_DU:  kg/kg     # mineral dust
+units_SS:  kg/kg     # sea salt
+units_SU:  kg/kg     # sulfates
+units_CFC: mol/mol   # CFCs
+units_BC:  kg/kg     # black carbon
+units_OC:  kg/kg     # organic carbon
+units_Rn:  mol/mol   # radon
+units_SC:  mol/mol   # stratospheric chemistry
+units_AC:  kg/kg     # auto chem
+units_XX:  mol/mol   # generic tracer
+units_PC:  kg/kg     # parameterized chemistry (GEOS-5)
+units_GMI: mol/mol   # GMI chemistry (GEOS-5)
+units_CARMA: kg/kg   # CARMA Service Component
+
+# Variable names to override defaults.  Optional.  Name and Units must 
+# be 1 token. Long names can be more than one token.
+# --------------------------------------------------------------------
+
+variable_table_O3::
+
+# Name     Units    Long Name
+# -----    ------   --------------------------------
+OX         mol/mol  Odd-oxygen from GOCART
+::
+
+variable_table_CO::
+
+# Name     Units    Long Name
+# -----    ------   --------------------------------
+CO         mol/mol  Global carbon monoxide
+CObbbo     mol/mol  CO - Boreal Biomass Burning Emissions
+CObbnb     mol/mol  CO - non-Boreal Biomass Burning Emissions
+COffeu     mol/mol  CO - Anthopogenic Emissions (Europe)
+COffna     mol/mol  CO - Anthopogenic Emissions (North America)
+COffru     mol/mol  CO - Anthopogenic Emissions (Northern Asia)
+COffas     mol/mol  CO - Anthopogenic Emissions (Southern Asia)
+::
+
+variable_table_CO2::
+
+# Name     Units    Long Name
+# -----    ------   --------------------------------
+CO2        mol/mol  Carbon Dioxide
+CO2nam     mol/mol  North American Carbon Dioxide 
+CO2sam     mol/mol  South American Carbon Dioxide
+CO2afr     mol/mol  African 
+::
+
+variable_table_CFC::
+
+# Name     Units    Long Name
+# -----    ------   --------------------------------
+CFC12S    mol/mol   Stratospheric CFC-12 (CCl2F2)
+CFC12T    mol/mol   Tropospheric CFC-12 (CCl2F2)
+::
+variable_table_SU::
+
+# Name     Units    Long Name
+# -----    ------   --------------------------------
+DMS        kg/kg    Dimethylsulphide
+SO2        kg/kg    Sulphur dioxide
+SO4        kg/kg    Sulphate aerosol
+MSA        kg/kg    Methanesulphonic acid
+::
+
+variable_table_BC::
+
+# Name     Units    Long Name
+# -----    ------   --------------------------------
+BCphobic   kg/kg    Hydrophobic Black Carbon 
+BCphilic   kg/kg    Hydrophilic Black Carbon
+::
+
+variable_table_OC::
+
+# Name         Units    Long Name
+# -----        ------   --------------------------------
+OCphobic       kg/kg    Hydrophobic Organic Carbon (Particulate Matter)
+OCphilic       kg/kg    Hydrophilic Organic Carbon (Particulate Matter)
+OCphobicbbbo   kg/kg    Hydrophobic Organic Carbon (Boreal Biomass Burning, Particulate Matter)
+OCphilicbbbo   kg/kg    Hydrophilic Organic Carbon (Boreal Biomass Burning, Particulate Matter)
+OCphobicbbnb   kg/kg    Hydrophobic Organic Carbon (Non-Boreal Biomass Burning, Particulate Matter)
+OCphilicbbnb   kg/kg    Hydrophilic Organic Carbon (Non-Boreal Biomass Burning, Particulate Matter)
+::
+
+variable_table_RN::
+
+# Name         Units    Long Name
+# -----        ------   --------------------------------
+Rn             mol/mol  Global radon
+::
+
+variable_table_SC::
+
+# Name     Units    Long Name
+# -----    ------   --------------------------------
+OXSTRAT    mol/mol  Stratospheric odd oxygen
+NOX        mol/mol  Odd nitrogen
+HNO3       mol/mol  Nitric acid
+N2O5       mol/mol  Dinitrogen pentoxide
+HO2NO2     mol/mol  Peroxynitric acid
+CLONO2     mol/mol  Chlorine nitrate
+CLX        mol/mol  Odd chlorine
+HCL        mol/mol  Hydrochloric acid
+HOCL       mol/mol  Hypochlorous acid
+H2O2       mol/mol  Hydrogen peroxide
+BRX        mol/mol  Odd bromine
+N2O        mol/mol  Nitrous oxide
+CL2        mol/mol  Molecular chlorine
+OCLO       mol/mol  Chlorine dioxide
+BRCL       mol/mol  Bromine chloride
+HBR        mol/mol  Hydrogen bromide
+BRONO2     mol/mol  Bromine nitrate
+CH4        mol/mol  Methane
+HOBR       mol/mol  Hypobromous acid
+CH3OOH     mol/mol  Methyl hydroperoxide
+CO         mol/mol  Carbon monoxide
+HNO3COND   mol/mol  Condensed nitric acid
+H2OCOND    mol/mol  Condensed water vapor in chemistry
+F11        mol/mol  CFC-11 (CCl3F)
+F12        mol/mol  CFC-12 (CCl2F2)
+F113       mol/mol  CFC-113 (CCl2FCClF2)
+HCFC       mol/mol  HCFC
+HCFC22     mol/mol  HCFC-22 (CHClF2)
+CCL4       mol/mol  Carbon tetrachloride
+CH3CCL3    mol/mol  Methyl chloroform
+CH3CL      mol/mol  Methyl chloride
+CH3BR      mol/mol  Methyl bromide
+H1301      mol/mol  Halon 1301 (CBrF3)
+H12_24     mol/mol  Halon 12_24
+Q4AGE      mol/mol  SSG for computing age-of-air
+::
+
+variable_table_AC::
+
+# Name     Units    Long Name
+# -----    ------   --------------------------------
+OXSTRAT    mol/mol  Stratospheric odd oxygen
+NOX        mol/mol  Odd nitrogen
+HNO3       mol/mol  Nitric acid
+N2O5       mol/mol  Dinitrogen pentoxide
+HO2NO2     mol/mol  Peroxynitric acid
+CLONO2     mol/mol  Chlorine nitrate
+CLX        mol/mol  Odd chlorine
+HCL        mol/mol  Hydrochloric acid
+HOCL       mol/mol  Hypochlorous acid
+H2O2       mol/mol  Hydrogen peroxide
+BRX        mol/mol  Odd bromine
+N2O        mol/mol  Nitrous oxide
+CL2        mol/mol  Molecular chlorine
+OCLO       mol/mol  Chlorine dioxide
+BRCL       mol/mol  Bromine chloride
+HBR        mol/mol  Hydrogen bromide
+BRONO2     mol/mol  Bromine nitrate
+CH4        mol/mol  Methane
+HOBR       mol/mol  Hypobromous acid
+CH3OOH     mol/mol  Methyl hydroperoxide
+CO         mol/mol  Carbon monoxide
+HNO3COND   mol/mol  Condensed nitric acid
+H2OCOND    mol/mol  Condensed water vapor in chemistry
+F11        mol/mol  CFC-11 (CCl3F)
+F12        mol/mol  CFC-12 (CCl2F2)
+F113       mol/mol  CFC-113 (CCl2FCClF2)
+HCFC       mol/mol  HCFC
+CCL4       mol/mol  Carbon tetrachloride
+CH3CCL3    mol/mol  Methyl chloroform
+CH3CL      mol/mol  Methyl chloride
+CH3BR      mol/mol  Methyl bromide
+H1301      mol/mol  Halon 1301 (CBrF3)
+H12_24     mol/mol  Halon 12_24
+::
+
+variable_table_GMI::
+
+# Name     Units    Long Name
+# -----    ------   --------------------------------
+AgeOfAir   none     Age-of-air tracer
+CH2O       mol/mol  Formalydehyde
+CH4        mol/mol  Methane
+CO         mol/mol  Carbon monoxide
+H2         mol/mol  Molecular hydrogen
+HCOOH      mol/mol  Formic acid (CH2O2)
+HNO2       mol/mol  Nitrous acid
+HNO3       mol/mol  Nitric acid
+HNO4       mol/mol  Pernitric acid
+HO2        mol/mol  Perhydroxyl radical
+H2O2       mol/mol  Hydrogen peroxide
+MOH        mol/mol  Methanol
+MP         mol/mol  Methyl hydroperoxide  
+N2O        mol/mol  Nitrous oxide
+NO         mol/mol  Nitric oxide
+NO2        mol/mol  Nitrogen dioxide
+NO3        mol/mol  Nitrogen trioxide
+N2O5       mol/mol  Dinitrogen pentoxide
+O3         mol/mol  Ozone
+OH         mol/mol  Hydroxyl radical
+Br         mol/mol  Ground state atomic bromine (2P3/2)
+BrCl       mol/mol  Bromine chloride
+BrO        mol/mol  Bromine monoxide radical
+BrONO2     mol/mol  Bromine nitrate
+HBr        mol/mol  Hydrogen bromide
+HOBr       mol/mol  Hydrobromous acid
+Cl         mol/mol  Ground state atomic Chlorine atomic (2P3/2)
+Cl2        mol/mol  Molecular chlorine
+ClO        mol/mol  Chlorine monoxide radical
+Cl2O2      mol/mol  Chlorine peroxide
+ClONO2     mol/mol  Chlorine nitrate
+HCl        mol/mol  Hydrochloric acid
+HOCl       mol/mol  Hydrochlorous acid
+OClO       mol/mol  Symmetrical chlorine dioxide
+CH3Br      mol/mol  Methyl bromide
+CH3Cl      mol/mol  Methyl chloride
+CH3CCl3    mol/mol  Methyl chloroform
+CCl4       mol/mol  Carbon tetrachloride
+CFCl3      mol/mol  CFC11 (CFCl3)
+CF2Cl2     mol/mol  CFC12 (CF2Cl2)
+CFC113     mol/mol  CFC113 (C2Cl3F3)
+CFC114     mol/mol  CFC114 (C2Cl2F4)
+CFC115     mol/mol  CFC115 (C2ClF5)
+HCFC22     mol/mol  HCFC22 (CClF2H)
+HCFC141b   mol/mol  HCFC141b (C2Cl2FH3)
+HCFC142b   mol/mol  HCFC142b (C2ClF2H3)
+CF2Br2     mol/mol  Halon 1202
+CF2ClBr    mol/mol  Halon 1211
+CF3Br      mol/mol  Halon 1301
+H2402      mol/mol  Halon 2402 (C2Br2F4)
+ACTA       mol/mol  Acetic acid (C2H4O2)
+ALD2       mol/mol  Acetaldehyde (C2H4O)
+ALK4       mol/mol  C4,5 alkanes (C4H10)
+C2H6       mol/mol  Ethane
+C3H8       mol/mol  Propane
+ETP        mol/mol  Ethylhydroperoxide (C2H6O2) from ETO2
+HAC        mol/mol  Hydroxyacetone (C3H6O2)
+IALD       mol/mol  Hydroxy carbonyl alkenes (C5H8O2) from isoprene
+IAP        mol/mol  Peroxide (C5H10O5) from IAO2
+ISOP       mol/mol  Isoprene (C5H8)
+MACR       mol/mol  Methacrolein (C4H6O)
+MEK        mol/mol  Methyl ethyl ketone (C4H8O)
+MVK        mol/mol  Methyl vinyl ketone (C4H6O)
+PAN        mol/mol  Peroxyacetyl nitrate (C2H3NO5)
+PMN        mol/mol  Peroxymethacryloyl nitrate (C4H5O5N)
+PPN        mol/mol  Peroxypropionyl nitrate (C3H5NO5)
+PRPE       mol/mol  Propene (C3H6)
+R4N2       mol/mol  C4-C5 alkylnitrates (C4H9O3N)
+RCHO       mol/mol  C2 aldehydes (C3H6O)
+RCOOH      mol/mol  C2 organic acids
+N2         m^-3     Molecular nitrogen
+H2OCOND    mol/mol  Condensed water
+HNO3COND   mol/mol  Condensed nitric acid
+::
+
+variable_table_XX::
+
+# Name     Units    Long Name
+# -----    ------   --------------------------------
+H          mol/mol  Ground state atomic hydrogen (2S)
+MO2        mol/mol  Methylperoxy radical (CH3O2)
+N          mol/mol  Ground state atomic nitrogen
+O          mol/mol  Ground state atomic oxygen (3P)
+O1D        mol/mol  First excited singlet state of atomic oxygen (1D)
+A3O2       mol/mol  Primary RO2 (C3H7O2) from propane
+ATO2       mol/mol  RO2 from acetone (C3H6O3)
+B3O2       mol/mol  Secondary RO2 (C3H7O2) from propane
+EOH        mol/mol  Ethanol
+ETO2       mol/mol  Ethylperoxy radical (C2H5O2)
+GCO3       mol/mol  Hydroxy peroxyacetyl radical (C2H3O4)
+GLYC       mol/mol  Glycolaldehyde (Hydroxyacetaldehyde C2H4O2)
+GLYX       mol/mol  Glyoxal (2CHO)
+GP         mol/mol  Peroxide (C2H4O4) from GCO3
+GPAN       mol/mol  Peroxyacylnitrate (C2H3O6N)
+IAO2       mol/mol  RO2 (C5H9O5) from isoprene oxidation products
+INO2       mol/mol  RO2 (C5H8O3N) from ISOP+NO3
+INPN       mol/mol  Peroxide (C5H8O6N2) from INO2
+ISN1       mol/mol  RO2 (C4H7O4N) from ISN2
+ISNP       mol/mol  Peroxide (C4H7O4N) from ISN1
+KO2        mol/mol  RO2 (C4H7O3) from C3 ketones
+MAN2       mol/mol  RO2 (C4H6O6N) from MACR+NO3
+MAO3       mol/mol  Peroxyacyl (C4H5O3) from MACR and MVK
+MAOP       mol/mol  Peroxide (C4H6O3) from MAO3
+MAP        mol/mol  Peroxyacetic acid (C2H4O3)
+MCO3       mol/mol  Peroxyacetyl radical (C2H3O3)
+MGLY       mol/mol  Methylglyoxal (C3H4O2)
+MRO2       mol/mol  RO2 (C4H7O4) from MACR+OH
+MRP        mol/mol  Peroxide (C4H8O4) from MRO2
+MVN2       mol/mol  C4H6O4N
+PO2        mol/mol  RO2 (C3H7O3) from propene
+PP         mol/mol  Peroxide (C3H8O3) from PO2
+PRN1       mol/mol  RO2 (C3H6O3N) from propene+NO3
+PRPN       mol/mol  Peroxide (C3H6O3N) from PRN1
+R4N1       mol/mol  RO2 (C4H9O3N) from R4N2
+R4O2       mol/mol  RO2 (C4H9O2) from ALK4
+R4P        mol/mol  Peroxide (C4H10O2) from R4O2
+RA3P       mol/mol  Peroxy propyl alcohol (C3H8O2) from A3O2
+RB3P       mol/mol  Peroxide (C3H8O2) from B3O2
+RCO3       mol/mol  Peroxypropionyl radical (C3H5O3)
+RIO1       mol/mol  RO2 (C5H9O3) from isoprene oxydation products
+RIO2       mol/mol  RO2 (C5H9O3) from isoprene
+RIP        mol/mol  Peroxide (C5H10O3) from RIO2
+ROH        mol/mol  C2 alcohols
+RP         mol/mol  Methacrolein peroxy acid (C4H6O3)
+VRO2       mol/mol  RO2 (C4H7O4) from MVK+OH
+VRP        mol/mol  Peroxide (C4H8O4) from VRO2
+ACET       mol/mol  Acetone
+O2         m^-3     Molecular oxygen
+NUMDENS    m^-3     Total number density
+H2OJETS    mol/mol  Aircraft-emitted water
+::
+
+#........................................................................
+
+#               -------------------
+#               Not Implemented Yet
+#               -------------------
+
+# Whether to advect the constituent
+# ---------------------------------
+advect_H2O: yes  # water vapor 
+advect_O3:  yes  # ozone 
+advect_CO:  yes  # carbon monoxide
+advect_CO2: yes  # carbon dioxide
+advect_DU:  yes  # mineral dust
+advect_SS:  yes  # sea salt
+advect_SU:  yes  # sulfates
+advect_CFC: yes  # CFCs
+advect_BC:  yes  # black carbon
+advect_OC:  yes  # organic carbon
+advect_Rn:  yes  # radon
+advect_SC:  yes  # stratospheric chemistry
+advect_AC:  yes  # stratospheric chemistry
+advect_XX:  no   # generic tracer
+advect_PC:  yes  # parameterized chemistry (GEOS-5)
+advect_GMI: yes  # GMI chemistry (GEOS-5)
+advect_CARMA: yes  # CARMA Service Component
+
+# Whether to diffuse the constituent
+# ----------------------------------
+diffuse_H2O: yes  # water vapor 
+diffuse_O3:  yes  # ozone 
+diffuse_XX:  yes  # generic tracer
+diffuse_CO:  yes  # carbon monoxide
+diffuse_CO2: yes  # carbon dioxide
+diffuse_DU:  yes  # mineral dust
+diffuse_SS:  yes  # sea salt
+diffuse_SU:  yes  # sulfates
+diffuse_CFC: yes  # CFCs
+diffuse_BC:  yes  # black carbon
+diffuse_OC:  yes  # organic carbon
+diffuse_Rn:  yes  # radon
+diffuse_SC:  yes  # stratospheric chemistry
+diffuse_XX:  yes  # generic tracer
+diffuse_PC:  yes  # parameterized chemistry (GEOS-5)
+diffuse_GMI: yes  # GMI chemistry (GEOS-5)
+diffuse_CARMA: yes  # CARMA Service Component
Index: checkout/oldtests/nems.configure.blocked_atm_ice_ocn.IN
===================================================================
--- checkout/oldtests/nems.configure.blocked_atm_ice_ocn.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.blocked_atm_ice_ocn.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.blocked_atm_ice_ocn.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.blocked_atm_ice_ocn.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.med_atm_ocn_ice.IN
===================================================================
--- checkout/oldtests/nems.configure.med_atm_ocn_ice.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_atm_ocn_ice.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_atm_ocn_ice.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_atm_ocn_ice.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.med_atm_ice_ocn_sbys_lnd_hyd.IN
===================================================================
--- checkout/oldtests/nems.configure.med_atm_ice_ocn_sbys_lnd_hyd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_atm_ice_ocn_sbys_lnd_hyd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_atm_ice_ocn_sbys_lnd_hyd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_atm_ice_ocn_sbys_lnd_hyd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/nems.configure.med_atm_ice_ocn_hyd_sbys_lnd.IN
===================================================================
--- checkout/oldtests/nems.configure.med_atm_ice_ocn_hyd_sbys_lnd.IN	(nonexistent)
+++ checkout/oldtests/nems.configure.med_atm_ice_ocn_hyd_sbys_lnd.IN	(revision 85747)
@@ -0,0 +1 @@
+link ../parm/nems.configure.med_atm_ice_ocn_hyd_sbys_lnd.IN
\ No newline at end of file

Property changes on: checkout/oldtests/nems.configure.med_atm_ice_ocn_hyd_sbys_lnd.IN
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/oldtests/gfs_fcst_run.IN_IBM
===================================================================
--- checkout/oldtests/gfs_fcst_run.IN_IBM	(nonexistent)
+++ checkout/oldtests/gfs_fcst_run.IN_IBM	(revision 85747)
@@ -0,0 +1,594 @@
+#!/bin/ksh
+#
+set -x
+#
+#
+if [[ -e  @[PATHTR]/src/conf/modules.nems ]]; then
+  source /usrx/local/Modules/default/init/ksh
+  source @[PATHTR]/src/conf/modules.nems
+  module list
+fi
+
+ export print_esmf=.true.
+
+ export MKL_NUM_THREADS=1
+ export MKL_CBWR=AVX
+ export MP_MPILIB=mpich2
+
+ export CDATE=@[CDATE]
+ cyc=`echo $CDATE|cut -c9-10`
+#***************************************************************
+#
+#    Set up horizontal and vertical resolution ; default will be T6264
+#
+ export wave=@[wave] ; export lm=@[lm] ; export lsoil=@[lsoil]
+ export LEVS=${LEVS:-lm}
+
+#**************************************************************
+#
+#    Set up model options
+#
+#export EXPLICIT=.true.
+ export EXPLICIT=.false.
+
+ export ADIABATIC=@[ADIABATIC]
+
+ export NST_FCST=@[NSTFCST]           # 0 (am), 1(am,nst) and 2(cpld nstnst)
+ export NST_SPINUP=@[NSTSPINUP]       # 0 (nst_ini availabe); 1 ( generate nst_ini)
+ export NST_RESERVED=@[NSTREV]        # 0 (no nst anal)     ; 1 (nstanl exists)
+ export ZSEA1=@[ZSEA1]                # The lower depth for T-mean
+ export ZSEA2=@[ZSEA2]                # The upper depth for T-mean
+
+ export NST_FCST=${NST_FCST:-0}
+ export NST_SPINUP=${NST_SPINUP:-0}
+ export NST_RESERVED=${NST_RESERVED:-0}
+ export ZSEA1=${ZSEA1:-0}
+ export ZSEA2=${ZSEA2:-0}
+
+ export nstf_name="$NST_FCST,$NST_SPINUP,$NST_RESERVED,$ZSEA1,$ZSEA2"
+
+ export nst_anl=${nst_anl:-.false.}
+
+## IAER=0 (no aerosols); 11 (opac for sw/lw) and 22 (gocart for sw/lw)
+
+#jw export IEMS=@[IEMS]
+#jw export ICO2=@[ICO2]
+#jw export ISOL=@[ISOL]
+ export SLG=@[SLG]
+ export F107_KP_SIZE=@[F107_KP_SIZE]
+ export F107_KP_INTERVAL=@[F107_KP_INTERVAL]
+ export WAM_IPE_COUPLING=@[WAM_IPE_COUPLING]
+ export HEIGHT_DEPENDENT=@[HEIGHT_DEPENDENT_G]
+ export F107_KP_SKIP_SIZE=@[F107_KP_SKIP_SIZE]
+ export F107_KP_DATA_SIZE=@[F107_KP_DATA_SIZE]
+ export DELTIM=@[DELTIM]
+
+ if [[ $SLG = .true. ]] ; then
+   if [[ "${LOADICS:-YES}" == YES ]] ; then
+       module load ibmpe
+       module unload ics
+       module load ics/14.0.1 NetCDF/4.2/serial lsf
+       module list
+   fi
+   export KMP_STACKSIZE=2048m
+   export MPICH_ALLTOALL_THROTTLE=0
+   export MP_MPILIB=mpich2
+   export MP_SINGLE_THREAD=yes
+   export VPROF_PROFILE=yes
+   export MPI_STATS=1
+   export MPI_COMM_MAX=1024
+   export MPI_GROUP_MAX=1024
+   export BUFS_PER_PROC=2048
+   export BUFS_PER_HOST=2048
+   export MPI_GROUP_MAX=128
+   export HOUTASPS=12
+   export IGEN=82
+   export FIXDIR="/global/save/emc.glopara/svn/gfs/trunk/para/fix/fix_am"
+   export FNTSFC="$FIXDIR/RTGSST.1982.2012.monthly.clim.grb"
+   export FNAISC="$FIXDIR/CFSR.SEAICE.1982.2012.monthly.clim.grb"
+   export FNTG3C="$FIXDIR/global_tg3clim.2.6x1.5.grb"
+   export FNVEGC="$FIXDIR/global_vegfrac.0.144.decpercent.grb"
+   export FNVETC="$FIXDIR/global_vegtype.1x1.grb"
+#jw    export FNSOTC="$FIXDIR/global_soiltype.1x1.grb"
+   if [ $wave -eq 62 ]; then
+     export FNSMCC="$FIXDIR/global_soilmgldas.t${wave}.192.94.grb"
+   elif [ $wave -eq 574 ]; then
+     export FNSMCC="$FIXDIR/global_soilmgldas.t${wave}.1152.576.grb"
+   fi
+
+   export FNMSKH="$FIXDIR/seaice_newland.grb"
+   export FNTSFA=""
+   export FNACNA=""
+   export FNSNOA=""
+   export FNVMNC="$FIXDIR/global_shdmin.0.144x0.144.grb"
+   export FNVMXC="$FIXDIR/global_shdmax.0.144x0.144.grb"
+   export FNSLPC="$FIXDIR/global_slope.1x1.grb"
+   export FNABSC="$FIXDIR/global_snoalb.1x1.grb"
+   export FTSFS=90
+   export FAISS=99999
+   export FSNOL=99999
+   export FSICL=99999
+ fi
+ export FNSOTC=/global/save/George.Gayno/gfs_soil_veg_alb_fy17_2/global_shared.v14.1.0/fix/fix_am/global_soiltype.1x1.grb
+
+# GSM export fields
+ export NGRID_A2OI=@[NGRID_A2OI]
+ export NGRID_A2OI=${NGRID_A2OI:-48}
+ export A2OI_OUT=@[A2OI_OUT]
+ export A2OI_OUT=${A2OI_OUT:-.false.}
+ export CPLFLX=@[CPLFLX]
+ export CPLFLX=${CPLFLX:-.false.}
+
+ export CLIMATE=${CLIMATE:-.false.}
+
+ export GOCART=@[GOCART]
+ export GOCART=${GOCART:-0}
+# reduced_grid default is true
+ export REDUCED_GRID=@[REDUCEDGRID]
+
+# wam model to couple with idea, default is false
+ export IDEA=@[IDEA]
+ export IDEA=${IDEA:-.false.}
+ export RTPWD=@[RTPWD]
+ export DATAICDIR=@[DATAICDIR]
+
+# nemsio input/output
+ export NEMSIO_IN=@[NEMSIOIN]
+ export NEMSIO_OUT=@[NEMSIOOUT]
+ export NEMSIO_IN=${NEMSIO_IN:-.false.}
+ export NEMSIO_OUT=${NEMSIO_OUT:-.false.}
+
+# sigio input/output
+ export SIGIO_IN=@[SIGIOIN]
+ export SIGIO_OUT=@[SIGIOOUT]
+ export SFCIO_OUT=@[SFCIOOUT]
+ export NSTIO_OUT=@[NSTIOOUT]
+
+ export MACHINE_ID=@[MACHINE_ID]
+ export SCHEDULER=@[SCHEDULER]
+
+ export machine=$MACHINE_ID
+
+ export SIGIO_IN=${SIGIO_IN:-.true.}
+ export SIGIO_OUT=${SIGIO_OUT:-.true.}
+ export SFCIO_OUT=${SFCIO_OUT:-.true.}
+ export NSTIO_OUT=${NSTIO_OUT:-.true.}
+# 
+ export MACHINE_ID=${MACHINE_ID:-WCOSS}
+ export SCHEDULER=${SCHEDULER:-lsf}
+
+ export machine=${machine:-${MACHINE_ID:-WCOSS}}
+#
+# number of output files, default =3, for adiab num_file=1
+ if [[ $ADIABATIC = .true. ]] ; then
+    export NUM_FILE=1 ;
+    export FILENAME_BASE="'SIG.F'"
+    export FILE_IO_FORM="'grib'"
+ else
+    export FILENAME_BASE="'SIG.F' 'SFC.F' 'FLX.F'"
+    export FILE_IO_FORM="'bin4' 'bin4' 'bin4'"
+    export NUM_FILE=3
+    if [ $NST_FCST -gt 0 ] ; then
+      export FILENAME_BASE=${FILENAME_BASE}" 'NST.F'"
+      export FILE_IO_FORM=${FILE_IO_FORM}" 'bin4'"
+      NUM_FILE=`expr $NUM_FILE + 1`
+      export NUM_FILE
+    fi
+    if [ $GOCART == 1 ] ; then
+      export FILENAME_BASE=${FILENAME_BASE}" 'AER.F'"
+      export FILE_IO_FORM=${FILE_IO_FORM}" 'grib'"
+      NUM_FILE=`expr $NUM_FILE + 1`
+      export NUM_FILE
+    fi
+    echo "NUM_FILE=$NUM_FILE,GOCART=$GOCART,nstf_name=$nstf_name,nst_anl=$nst_anl,FILENAME_BASE=$FILENAME_BASE"
+ fi
+
+# restart default is coldstart
+ export fcst_begin=@[FCST_BEGIN]
+ export fcst_begin=${fcst_begin:-YES}
+#read one time step input data
+# export FHROT=@[FHROT]
+# restart file output frequency
+ export FHRES=@[FHRES]
+ export FHOUT=@[FHOUT]
+ export FHZER=@[FHZER]
+ export LONB=@[LONB]
+ export LATB=@[LATB]
+
+# stochastic physics
+  export skeb_import=@[skeb_import]
+  export sppt_import=@[sppt_import]
+  export shum_import=@[shum_import]
+  export skeb_export=@[skeb_export]
+  export sppt_export=@[sppt_export]
+  export shum_export=@[shum_export]
+  export SPPT=@[SPPT]
+  export SPPT_LOGIT=@[SPPTLOGIT]
+  export SPPT_TAU=@[SPPTTAU]
+  export SPPT_LSCALE=@[SPPTLSCALE]
+  export SPPT_SFCLIMIT=@[SPPTSFCLIMIT]
+  export SHUM=@[SHUM]
+  export SHUM_TAU=@[SHUMTAU]
+  export SHUM_LSCALE=@[SHUMLSCALE]
+  export SKEB=@[SKEB]
+  export SKEB_TAU=@[SKEBTAU]
+  export SKEB_LSCALE=@[SKEBLSCALE]
+  export SKEB_VFILT=@[SKEBVFILT]
+  export ISEED_SPPT=@[ISEEDSPPT]
+  export ISEED_SHUM=@[ISEEDSHUM]
+  export ISEED_SKEB=@[ISEEDSKEB]
+
+# SFCPRESS_ID=0 or 1 for ln(psfc), 2 for psfc
+# export SFCPRESS_ID=2
+# THERMODYN_ID=3 for enthalphy, 0 or 1 for virtual T, 2 for T
+# export THERMODYN_ID=3
+#
+# export IDVC=3
+# export hybrid=NO
+# export GEN_COORD_HYBRID=YES
+# SPECTRAL_LOOP       2 for old option, 1 is for one loop.
+# export SPECTRAL_LOOP=1
+###
+ export SFCPRESS_ID=@[SFCPRESSID]
+ export THERMODYN_ID=@[THERMODYNID]
+ export IDVC=@[IDVC]
+ export SPECTRAL_LOOP=@[SPECTRALLOOP]
+ export NDSLFV=@[NDSLFV]
+
+if [ $NDSLFV = .true. ]
+then
+ export MASS_DP=.true.
+ export PROCESS_SPLIT=.false.
+else
+ export MASS_DP=.false.
+ export PROCESS_SPLIT=.false.
+fi
+#
+if [ $SLG = .false. ]; then
+if [ $IDEA = .true. ]; then
+#***************************************************************
+#                    N2 ,    H2O,     O3,        CLW,    O,      O2
+ export CPIlist=" 1039.645, 1846.0, 820.2391,    0.0, 1299.185, 918.0969"
+ export RIlist="  296.8034, 461.50, 173.2247,    0.0,  519.674, 259.837 "
+#***************************************************************
+ export NTRAC=5
+ export NTO=4
+ export NTO2=5
+else
+#                   Dry ,    H2O,     O3,        CLW,    O,      O2
+export CPIlist=" 1004.6,   1846.0, 820.2391,    0.0"
+export RIlist="  286.05,   461.50, 173.2247,    0.0"
+
+fi
+else
+export CPIlist=
+export RIlist=
+fi
+#
+export NCP=cp
+export FTSFS=0.0
+export FAISS=0.0
+if [ $SLG = .true. ] ; then
+    export NTRAC=3
+    export FTSFS=90
+    export FAISS=99999
+    export cnvgwd=.true.
+#jw     export dtphys=450
+    export cdmbgwd=0.25,2.0
+fi
+#
+#  This script is NOT complete for running multiple ensemble members
+#
+ export ENS_NUM=1
+#
+ export PE1=@[TASKS]  
+
+ export MEMBER_NAMES=@[MEMBER_NAMES]
+
+c=1
+while [ $c -le $ENS_NUM ] ; do
+ eval "export PE$c=\${PE$c:-0}"
+ c=$((c+1))
+done
+#
+export QUILTING=@[QUILT]
+export WRT_GROUP=@[WRTGP]
+export WRTPE_PER_GROUP=@[WTPG]
+export WRITE_DOPOST=@[wrtdopost]
+export POST_GRIBVERSION=@[postgrbvs]
+export GOCART_AER2POST=@[aer2post]
+export liope=.false.
+export NTHREADS=@[THRDS]
+export MP_STDOUTMODE=ordered
+export MP_LABELIO=yes
+export MP_SHARED_MEMORY=yes
+export MP_COREFILE_FORMAT=lite 
+#
+#    Set up experiment and directory names
+#
+export expt=@[RUNDIR]
+ 
+#
+export NSCDIR=/global/noscrub
+export TOPDIR=/global/save
+export DUMPDIR=/global/shared/dump
+# export MP_COREFILE_FORMAT=lite 
+export RUNDIR=${RUNDIR:-$expt}
+export SCRIPTS=${SCRIPTS:-$TOPDIR/wx23sm/gsm/scripts}
+
+export cold_sfc=${cold_sfc:-NO}
+export hybrid=${hybrid:-NO}
+#
+export NCP=${NCP:-/u/wx20mi/bin/ncp}
+#
+if [ $NEMSIO_IN = .true. ]; then
+  if [ $SCHEDULER = 'moab' ]; then
+    export nemsioget=${nemsioget}
+  elif [ $SCHEDULER = 'pbs' ]; then
+    export nemsioget=${nemsioget:-/scratch1/portfolios/NCEPDEV/nems/save/Jun.Wang/nems/util/nemsio_get}
+  elif [ $SCHEDULER = 'lsf' ] ; then
+    export nemsioget=${nemsioget:-/nwprod/ngac.v1.0.0/exec/nemsio_get}
+  fi
+else
+  export nemsioget=${nemsioget:-${EXECGLOBAL}/global_sighdr$XC}
+fi
+#
+#
+#    nhourb is the beginig hour.  If nhourb=0, then initial condition
+#    needs to be specified. ndays is the Length of #orecast in days
+#    begining from nhourb
+#
+NDAYS=@[NDAYS]
+ndays=${NDAYS:-0}
+NHRS=@[NHRS]
+export restart_ndays=${restart_ndays:-1}
+if [[ ${fcst_begin} = YES ]] ; then
+ export nhourb=0
+ export FHROT=0
+ export RESTART=.false.
+else
+ if [[ -s $RUNDIR/grdr1 ]] ; then
+   export nhourb=`$nemsioget $RUNDIR/grdr1 nfhour`
+   export FHROT=$nhourb
+   export RESTART=.true.
+   export nemsioget=/nwprod/ngac.v1.0.0/exec/nemsio_get
+ else
+   export nhourb=$((restart_ndays*24))
+   export FHROT=$nhourb
+   export RESTART=.false.
+ fi
+fi
+#
+#
+export nhours=`expr $ndays \* 24`
+
+#
+# For two tracers
+export ntrc=3  ; export varid=21  ; export numcld=1
+#
+#
+export fmax=${NHRS:-$nhours}
+export fout=3
+export fzer=6
+export fcyc=@[fcyc]
+export fdfi=@[FDFI]
+#
+#    Forecast model : horizontal truncation  and vertical levels
+#                     ---------------------
+#
+export wave=${wave:-62}
+export lm=${lm:-64}
+if [ $IDEA = .true. ]; then
+  export lm=150;
+  export levr=90
+  export DELTIM=180
+# Use the sample f10.7 and kp data for the wam regression tests, Weiyu.
+#----------------------------------------------------------------------
+  cp /nems/save/Weiyu.Yang/xml_read/wam_input_f107_kp.txt .
+fi
+export lsoil=${lsoil:-4}
+#
+export PASSIVE_TRACER=@[TRACER] 
+#
+export NTRAC=${NTRAC:-3}
+export NTOZ=${NTOZ:-2}
+export NTCW=${NTCW:-3}
+export NCLD=${NCLD:-1}
+export NTIW=${NTIW:-0}
+export NTKE=${NTKE:-0}
+export NTLNC=${NTLNC:-0}
+export NTINC=${NTINC:-0}
+export NTO=${NTO:-0}
+export NTO2=${NTO2:-0}
+export NMTVR=${NMTVR:-14}
+#
+#export nsout=${nsout:-0}
+export nsout=@[NSOUT]
+export lsm=${lsm:-1}
+
+## IAER=0 (no aerosols); 11 (opac for sw/lw) and 22 (gocart for sw/lw)
+export IAER=@[IAER]
+export IALB=@[IALB]
+export isot=@[ISOT]
+export ivegsrc=@[IVEGSRC]
+
+grid_aldata=@[CP2]
+#
+#   Control for post and time averaging  If "YES" then run
+#   -- Defaults to "NO" 
+#
+#export gfsio_in=.true.
+# export gfsio_out=.true.,
+export LDFIFLTO=.true.
+if [ $SLG = .true. ] ; then
+   export gfsio_out=.false.
+   export out_virttemp=.false.
+   export zflxtvd=.false.
+   export shuff_lats_a=.false.
+   export shuff_lats_r=.false.
+   export semilag=.true.
+else
+#   export zflxtvd=.true.
+   export shuff_lats_a=.true.
+   export shuff_lats_r=.true.
+   export semilag=.false.
+fi
+
+#
+#     Forecaset script and executable name
+#
+srcdir=@[PATHTR]
+export FCSTSCRIPT=$srcdir/oldtests/exglobal_fcst_nems.sh
+export FCSTEXEC=$srcdir/exe/NEMS.x
+
+export CONFIG=${GSM_CONFIG:-$srcdir/oldtests/gsm_config}
+set -a;. $CONFIG;set +a
+#
+# ***************************************************************
+#    Below here no change needed most of the time
+#    ____________________________________________
+#
+mkdir -p $RUNDIR
+cd $RUNDIR
+
+ export COMOUT=$RUNDIR
+#
+if [ $SCHEDULER = 'moab' ]; then
+   export FIXGLOBAL=${FIXGLOBAL:-/lustre/f1/unswept/ncep/Shrinivas.Moorthi/para_branch/para_new/fix/fix_am}
+   export FCST_LAUNCHER='aprun -n @[TASKS]'
+elif [ $SCHEDULER = 'pbs' ]; then
+   export FIXGLOBAL=${FIXGLOBAL:-/scratch4/NCEPDEV/global/noscrub/Shrinivas.Moorthi/para/fix/fix_am}
+   
+
+   export OMP_NUM_THREADS=$NTHREADS
+   mpiexec=`which mpiexec_mpt`
+   if [ $NTHREADS -eq 1 ] ; then
+    export FCST_LAUNCHER="env LD_LIBRARY_PATH=$LD_LIBRARY_PATH $mpiexec -n $PE1"
+   else
+    export FCST_LAUNCHER="env LD_LIBRARY_PATH=$LD_LIBRARY_PATH $mpiexec -np $PE1 omplace -nt $NTHREADS"
+   fi
+elif [ $SCHEDULER = 'lsf' ]; then
+   export FIXGLOBAL=${FIXGLOBAL:-/global/noscrub/Shrinivas.Moorthi/para_new/para/fix/fix_am}
+   export FCST_LAUNCHER=mpirun.lsf
+   if [ $IALB -eq 1 -a $isot -eq 1 -a $ivegsrc -eq 1 ]; then
+     export FIX_LANDSFC=/global/save/George.Gayno/gfs_soil_veg_alb_fy17_2/global_shared.v14.1.0/fix/fix_am
+     export FNABSC=${FIX_LANDSFC}/global_mxsnoalb.uariz.t$JCAP.$LONB.$LATB.rg.grb
+     export FNALBC=${FIX_LANDSFC}/global_snowfree_albedo.bosu.t$JCAP.$LONB.$LATB.rg.grb
+     export FNVETC=${FIX_LANDSFC}/global_vegtype.igbp.t$JCAP.$LONB.$LATB.rg.grb
+     export FNSOTC=${FIX_LANDSFC}/global_soiltype.statsgo.t$JCAP.$LONB.$LATB.rg.grb
+     export FNZORC="igbp"
+     export FNALBC2=${FIX_LANDSFC}/global_albedo4.1x1.grb
+   fi
+fi
+#export FIX_RAD=/global/save/wx23hh/00wkgfs/fix/fix_rad
+ export FIX_RAD=${FIX_RAD:-$FIXGLOBAL}
+ export FIX_IDEA=${FIX_IDEA:-${RTPWD}/WAM_gh_l150}
+ export GOCARTDIR=/global/save/wx23lu/NEMS/fix
+ export GOCART_CLIM=$GOCARTDIR/gocart_clim
+ export GOCART_LUTS=$GOCARTDIR/gocart_luts
+#
+ export POSTGPDIR=$TOPDIR/wx23hh/00wkgfs/src/global_postgp.fd
+ export POSTGPEXEC=$POSTGPDIR/global_postgp
+ export POSTGPSH=/nwprod/ush/global_postgp.sh
+#
+#
+# ------------------------ initial condition ----------------
+#
+  if [ -f $RUNDIR/grdr1 -a -f $RUNDIR/grdr2 -a -f $RUNDIR/sigr1 -a -f $RUNDIR/sigr2 -a -f $RUNDIR/sfcr ]; then
+    export GRDI=$RUNDIR/grdr1
+    export GRDI2=$RUNDIR/grdr2
+    export SIGI=$RUNDIR/sigr1
+    export SIGI2=$RUNDIR/sigr2
+    export SFCI=$RUNDIR/sfcr
+    if [ $NST_FCST -gt 0 ] ; then
+      export NSTI=$RUNDIR/nstr
+    fi
+    export FHINI=`$nemsioget $GRDI nfhour |grep -i "nfhour"|awk -F" " '{print $2}'`
+  else
+    if [[ ${fcst_begin} = YES ]] then
+      export GRDI=$RUNDIR/gfsanl.$CDATE
+      export SIGI=$RUNDIR/siganl.$CDATE
+      if [[ $NEMSIO_IN = .true. ]] ; then
+        export SFCI=$RUNDIR/sfnanl.$CDATE
+      else
+        export SFCI=$RUNDIR/sfcanl.$CDATE
+      fi
+      if [ $NST_FCST -gt 0 ] ; then
+        if [[ $NEMSIO_IN = .true. ]] ; then
+          export NSTI=$RUNDIR/nsnanl.$CDATE
+        else
+          export NSTI=$RUNDIR/nstanl.$CDATE
+        fi
+      fi
+      export FHINI=00
+    else
+      if [[ -s $RUNDIR/../$DATAICDIR/sigf${nhourb} ]]; then
+        export GRDI=$RUNDIR/../$DATAICDIR/sigf${nhourb}
+        export SIGI=$RUNDIR/../$DATAICDIR/sigf${nhourb}
+        export SFCI=$RUNDIR/../$DATAICDIR/sfcf${nhourb}
+        export NSTI=$RUNDIR/../$DATAICDIR/nstf${nhourb}
+      fi
+    fi
+  fi
+#
+# ------------------------ post varables ----------------
+#
+if [[ $WRITE_DOPOST = '.true.' ]] then
+ if [[ $POST_GRIBVERSION = 'grib1' ]] ; then
+   if [ $SCHEDULER = 'loadleveler' ]; then
+     export CTLFILE=/nwprod/parm/gfs_cntrl.parm
+   elif [ $SCHEDULER = 'pbs' ]; then
+     export CTLFILE=@[RTPWD]/data_POST/gfs_cntrl.parm
+   elif [ $SCHEDULER = 'lsf' ]; then
+     export CTLFILE=@[RTPWD]/data_POST/gfs_cntrl.parm
+   fi
+   ln -sf $CTLFILE fort.14
+ elif [[ $POST_GRIBVERSION = 'grib2' ]] ; then
+   if [ $SCHEDULER = 'loadleveler' ]; then
+     export CTLFILE=/climate/noscrub/wx20wa/mygrib2/xml/post/postcntrl_gfs.xml
+   elif [ $SCHEDULER = 'pbs' ]; then
+     export CTLFILE=@[RTPWD]/data_POST/postcntrl_gfs.xml
+   elif [ $SCHEDULER = 'lsf' ]; then
+     export CTLFILE=@[RTPWD]/data_POST/postcntrl_gfs.xml
+   fi
+   ln -sf $CTLFILE postcntrl.xml
+ fi
+ ln -sf griddef.out fort.110
+ if [ $SCHEDULER = 'loadleveler' ]; then
+   cp /nwprod/parm/nam_micro_lookup.dat ./eta_micro_lookup.dat
+ elif [ $SCHEDULER = 'pbs' ]; then
+   cp @[RTPWD]/data_POST/eta_micro_lookup.dat ./eta_micro_lookup.dat
+ elif [ $SCHEDULER = 'lsf' ]; then
+   cp /nwprod/parm/nam_micro_lookup.dat ./eta_micro_lookup.dat
+ fi
+fi
+
+#
+# ---------------------------------------- fcst ----------------------
+#
+if [[ $nhourb -lt $nhours ]] ; then
+
+  export FNTSFA=
+  export FNACNA=
+#
+  export FHOUT=${FHOUT:-$fout}
+  export FHZER=${FHZER:-$fzer}
+  export FHCYC=${FHCYC:-$fcyc}
+  export FHDFI=$fdfi
+  export FHLWR=${FHLWR:-3600}
+  export FHSWR=${FHSWR:-3600}
+  export FHMAX=${NHRS:-$nhours}
+  export FHRES=${FHRES:-$FHMAX}
+  export FHROT=${FHROT:-0}
+  export FHOUT_HF=@[FHOUTHF]
+  export FHMAX_HF=@[FHMAXHF]
+
+  export DYNVARS=${DYNVARS:-""}
+  export PHYVARS=${PHYVARS:-""}
+  export DYNVARS="$DYNVARS,NTKE=$NTKE,NTIW=$NTIW,NTLNC=$NTLNC,NTINC=$NTINC,NTO=$NTO,NTO2=$NTO2"
+  export PHYVARS="$PHYVARS,NTKE=$NTKE,NTIW=$NTIW,NTLNC=$NTLNC,NTINC=$NTINC,NTO=$NTO,NTO2=$NTO2"
+
+#
+  $FCSTSCRIPT || exit
+fi
+#
Index: checkout/conf/configure.nems.Yellowstone.intel
===================================================================
--- checkout/conf/configure.nems.Yellowstone.intel	(nonexistent)
+++ checkout/conf/configure.nems.Yellowstone.intel	(revision 85747)
@@ -0,0 +1,106 @@
+## NEMS configuration file
+##
+## Platform: Yellowstone
+## Compiler: Intel with IntelMPI
+
+SHELL           = /bin/ksh
+
+################################################################################
+## Include the common configuration parts
+
+include         $(TOP)/conf/configure.nems.NUOPC
+
+################################################################################
+## Settings to be fed into the NEMS makefile. Only the following variables are
+## used by NEMS makefile:
+##  * EXTLIBS       ( for non-post targets)
+##  * EXTLIBS_POST  ( for post targets)
+##  * FFLAGS
+##  * FFLAGS_NMM
+##  * FFLAGS_GFS
+##  * FFLAGS_GFSF
+##  * FFLAGS_GEN
+##  * FFLAGS_FIM
+##  * FC
+##  * CC
+##  * CPP
+##  * CPPFLAGS
+##  * RM
+################################################################################
+
+NETCDF_LIB  = $(NETCDF)/lib/libnetcdf.a
+
+LIBDIR      = /glade/p/work/marx/nemsdir
+
+NEMSIO_INC  = -I${LIBDIR}/incmod/nemsio
+NEMSIO_LIB  = -L${LIBDIR} -lnemsio
+
+W3_LIB      = -L${LIBDIR} -lw3nco_d -lw3emc_d
+BACIO_LIB   = -L${LIBDIR} -lbacio_4
+SP_LIB      = -L${LIBDIR} -lsp_d
+SYS_LIB     =
+
+EXTLIBS     = $(NEMSIO_LIB) \
+              $(W3_LIB) \
+              $(BACIO_LIB) \
+              $(SP_LIB) \
+              $(ESMF_LIB) \
+              $(NETCDF_LIB) \
+              $(SYS_LIB)
+
+## for the post quilting option
+POSTDIR     = ${LIBDIR}
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = -L${LIBDIR} -lw3nco_4 -lw3emc_4
+CRTM_LIB    = -L${LIBDIR} -lcrtm_v2.0.6
+G2_LIB      = -L${LIBDIR} -lg2tmpl -lg2_4 -ljasper -lpng -lz
+XML_LIB     = -L${LIBDIR} -lxmlparse
+SIGIO_LIB   = -L${LIBDIR} -lsigio_4
+SFCIO_LIB   = -L${LIBDIR} -lsfcio_4
+
+EXTLIBS_POST = $(POST_LIB) \
+               $(NEMSIO_LIB) \
+               $(W3_POST_LIB) \
+               $(XML_LIB) \
+               $(G2_LIB) \
+               $(BACIO_LIB) \
+               $(SIGIO_LIB) \
+               $(SFCIO_LIB) \
+               $(SP_LIB) \
+               $(CRTM_LIB) \
+               $(ESMF_LIB) \
+               $(NETCDF_LIB) \
+               $(SYS_LIB)
+###
+FC          = mpiifort -O3 -openmp 
+FPP         = -fpp
+CC          = mpiicc
+FREE        = -free
+FIXED       = -fixed
+R8          = -r8
+
+FINCS       = $(ESMF_INC) $(NEMSIO_INC)
+TRAPS       =
+#TRAPS       = -ftrapuv -check all -fp-stack-check
+#TRAPS       = -ftrapuv -check bounds -check format -check output_conversion -check pointers -check uninit -fp-stack-check
+
+FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model precise
+
+OPTS_NMM    = -O3
+OPTS_GFS    = -O3
+OPTS_GEN    = -O3
+OPTS_FIM    = -O3
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/conf/configure.nems.Jet.ifort
===================================================================
--- checkout/conf/configure.nems.Jet.ifort	(nonexistent)
+++ checkout/conf/configure.nems.Jet.ifort	(revision 85747)
@@ -0,0 +1,40 @@
+SHELL       = /bin/sh
+
+include /misc/whome/vanden/esmf.root/esmf.3.1.0rp2.new/lib/libO/Linux.intel.64.mpich2.default/esmf.mk
+ESMF_INC    = $(ESMF_F90COMPILEPATHS)
+ESMF_LIBS   = $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS) $(ESMF_F90ESMFLINKLIBS)
+
+EXTLIBS     = $(ESMF_LIBS) -L/lfs1/projects/sepp/djovic/nwprod_intel_gaea/libintel \
+               -lnemsio -lw3-2.0_4 -lw3ext_4 -lbacio_4 -lsp_4
+NEMSIO_INC  = -I/lfs1/projects/sepp/djovic/nwprod_intel_gaea/libintel/incmod/nemsio
+
+FC          = mpif90 -openmp -heap-arrays -convert big_endian -assume byterecl
+FPP         = -fpp
+FREE        = -free
+FIXED       = -fixed
+R8          = -r8
+
+FINCS       = $(ESMF_INC) $(NEMSIO_INC)
+#TRAPS       = -g -traceback -check all -check noarg_temp_created -ftrapuv
+TRAPS       =
+
+FFLAGS      = $(TRAPS) $(FINCS)
+
+OPTS_NMM    = -O3
+OPTS_GFS    = -O3
+OPTS_GEN    = -O3
+OPTS_FIM    = -O3
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/conf/configure.nems.Theia.intel
===================================================================
--- checkout/conf/configure.nems.Theia.intel	(nonexistent)
+++ checkout/conf/configure.nems.Theia.intel	(revision 85747)
@@ -0,0 +1,105 @@
+## NEMS configuration file
+##
+## Platform: Theia
+## Compiler: Intel with IntelMPI
+
+SHELL           = /bin/sh
+
+###################### PHYS_MODE ##### CHEM_MODE ###############################
+#
+#    
+#
+
+PHYS_MODE	= compile
+CHEM_MODE	= compile
+
+################################################################################
+## Include the common configuration parts
+
+include         $(TOP)/conf/configure.nems.NUOPC
+
+################################################################################
+## Other settings
+
+NETCDF_INC   = -I$(NETCDF)/include
+NETCDF_LIB   = -L$(NETCDF)/lib -lnetcdf
+
+LIBDIR=/scratch4/NCEPDEV/meso/noscrub/Ratko.Vasic/libs
+PARADIR=/contrib/nceplibs_ext/lib
+POSTDIR=/scratch2/portfolios/NCEPDEV/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd
+
+NEMSIO_INC   = -I${LIBDIR}/incmod/nemsio
+NEMSIO_LIB   = -L${LIBDIR} -lnemsio
+
+BACIO_LIB    = -L${LIBDIR} -lbacio_4
+W3_LIB       = -L${LIBDIR} -lw3nco_d -lw3emc_d
+SP_LIB       = -L${LIBDIR} -lsp_d
+SYS_LIB      =
+ 
+EXTLIBS      = $(NEMSIO_LIB) \
+               $(BACIO_LIB)  \
+               $(W3_LIB)     \
+               $(SP_LIB)     \
+               $(NETCDF_LIB) \
+               $(ESMF_LIB)   \
+               $(SYS_LIB) -lm
+
+## for the post quilting option
+POSTMOD     = ${POSTDIR}/incmod/post_4
+POST_INC    = -I${POSTDIR}/incmod/post_4
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = -L${LIBDIR}  -lw3nco_4 -lw3emc_4
+CRTM_LIB    = -L${PARADIR} -lcrtm
+G2_LIB      =  -L${LIBDIR} -lg2tmpl -lg2_4  -L${PARADIR} -ljasper -lpng -lz
+XML_LIB     = -L${PARADIR} -lxmlparse
+SIGIO_LIB   = -L${LIBDIR} -lsigio_4
+SFCIO_LIB   = -L${LIBDIR} -lsfcio
+
+EXTLIBS_POST = $(NEMSIO_LIB)  \
+               $(POST_LIB)    \
+               $(W3_POST_LIB) \
+               $(XML_LIB)     \
+               $(G2_LIB)      \
+               $(BACIO_LIB)   \
+               $(SIGIO_LIB)   \
+               $(SFCIO_LIB)   \
+               $(SP_LIB)      \
+               $(CRTM_LIB)    \
+               $(ESMF_LIB)    \
+               $(NETCDF_LIB)  \
+               $(SYS_LIB)
+###
+FC          = mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential
+F77         = mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential
+FREE         = -free
+FIXED        = -fixed
+R8           = -r8
+
+FINCS        = $(ESMF_INC) $(NEMSIO_INC) $(NETCDF_INC)
+#TRAPS        =
+#TRAPS        = -g -fno-inline -no-ip -traceback -ftrapuv -fpe0 -ftz -check all -check noarg_temp_created -fp-stack-check
+
+FFLAGS       = $(TRAPS) $(FINCS) -fp-model strict
+
+OPTS_NMM     = -g -fno-inline -no-ip -traceback -ftrapuv -fpe0 -ftz -check all -check noarg_temp_created -fp-stack-check
+OPTS_GFS     = -O3
+#OPTS_GFS     = -O0 -g -traceback
+OPTS_GEN     = -O3
+OPTS_FIM     = -O3
+
+FFLAGM_DEBUG =
+
+FFLAGS_NMM   = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS   = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF  = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN   = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM   = $(OPTS_FIM) $(FFLAGS)
+
+FPP          = -fpp
+CPP          = /lib/cpp -P -traditional
+CPPFLAGS     = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM
+
+AR           = ar
+ARFLAGS      = -r
+
+RM           = rm
Index: checkout/conf/configure.nems.Gaea.intel
===================================================================
--- checkout/conf/configure.nems.Gaea.intel	(nonexistent)
+++ checkout/conf/configure.nems.Gaea.intel	(revision 85747)
@@ -0,0 +1,100 @@
+## NEMS build configure file
+##
+## Platform: Gaea
+## Compiler: Intel with MPT
+
+SHELL           = /bin/sh
+
+################################################################################
+## Include the common configuration parts
+
+include         $(TOP)/conf/configure.nems.NUOPC
+
+################################################################################
+## Other settings
+
+NETCDF_LIB   = ${NETCDF_DIR}/lib/libnetcdf.a
+
+#LIBDIR=/lustre/f1/unswept/ncep/Shrinivas.Moorthi/nceplibs/nwprod/lib
+LIBDIR=/ncrc/home1/Shrinivas.Moorthi/nceplibs/nwprod/lib
+PARADIR=${LIBDIR}
+POSTDIR=/scratch2/portfolios/NCEPDEV/global/save/Sarah.Lu/Summer_School_2013/lib
+
+NEMSIO_INC   = -I${LIBDIR}/incmod/nemsio
+NEMSIO_LIB   = -L${LIBDIR} -lnemsio
+BACIO_LIB    = -L${LIBDIR} -lbacio_4
+#W3_LIB      = -L${LIBDIR}  -lw3nco_4 -lw3emc_4
+W3_LIB       = -L${LIBDIR}  -lw3nco_d -lw3emc_d
+SP_LIB       = -L${LIBDIR} -lsp_d
+SYS_LIB      =
+
+EXTLIBS      = $(NEMSIO_LIB) \
+               $(BACIO_LIB)  \
+               $(W3_LIB)     \
+               $(SP_LIB)     \
+               $(ESMF_LIB)   \
+               $(NETCDF_LIB) \
+               $(SYS_LIB) -lm
+
+## for the post quilting option
+POSTMOD     = ${POSTDIR}/incmod/post_4
+POST_INC    = -I${POSTDIR}/incmod/post_4
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = -L${LIBDIR}  -lw3nco_4 -lw3emc_4
+CRTM_LIB    = -L${LIBDIR} -lcrtm_v2.0.7
+G2_LIB      = -L${LIBDIR} -lg2tmpl -lg2_4  -ljasper -lpng -lz
+XML_LIB     = -L${LIBDIR} -lxmlparse_v2.0.0
+SIGIO_LIB   = -L${LIBDIR} -lsigio_4
+SFCIO_LIB   = -L${LIBDIR} -lsfcio
+
+EXTLIBS_POST = $(NEMSIO_LIB)  \
+               $(POST_LIB)    \
+               $(W3_POST_LIB) \
+               $(XML_LIB)     \
+               $(G2_LIB)      \
+               $(BACIO_LIB)   \
+               $(SIGIO_LIB)   \
+               $(SFCIO_LIB)   \
+               $(SP_LIB)      \
+               $(CRTM_LIB)    \
+               $(ESMF_LIB)    \
+               $(NETCDF_LIB)  \
+               $(SYS_LIB)
+###
+
+FC          = ftn -convert big_endian -assume byterecl -openmp -mkl=sequential
+FPP         = -eZ
+FREE        = -free
+FIXED       = -fixed
+R8          = -r8
+
+FINCS       = $(ESMF_INC) $(NEMSIO_INC)
+ TRAPS       =
+#TRAPS       = -check all -ftrapuv -fp-stack-check -fstack-protector -heap-arrays
+
+FFLAGS      = $(TRAPS) $(FINCS) -fp-model source
+#FFLAGS      = $(TRAPS) $(FINCS) -fp-model source -g -O0 -traceback
+
+OPTS_NMM    = -O3
+#OPTS_GFS    = -O0 -g -traceback
+ OPTS_GFS    = -O3 -g -traceback
+OPTS_GEN    = -O3
+OPTS_FIM    = -O3
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+ LDFLAGS_GFS = -dynamic
+#LDFLAGS_GFS = -dynamic $(MKL)
+# LDFLAGS_MAP = -Wl,--print-map
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+FPP         = -fpp
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/conf/externals.nems.Yellowstone
===================================================================
--- checkout/conf/externals.nems.Yellowstone	(nonexistent)
+++ checkout/conf/externals.nems.Yellowstone	(revision 85747)
@@ -0,0 +1,22 @@
+# Location of external components on Yellowstone
+
+SATM_DIR=
+XATM_DIR=
+SICE_DIR=
+XICE_DIR=
+CICE_DIR=
+SOCN_DIR=
+XOCN_DIR=
+MOM5_DIR=
+HYCOM_DIR=
+POM_DIR=
+SWAV_DIR=
+XWAV_DIR=
+WW3_DIR=
+SIPM_DIR=
+XIPM_DIR=
+IPE_DIR=
+SHYD_DIR=
+XHYD_DIR=
+WRFHYDRO_DIR=
+
Index: checkout/conf/configure.nems.Theia.intel_14
===================================================================
--- checkout/conf/configure.nems.Theia.intel_14	(nonexistent)
+++ checkout/conf/configure.nems.Theia.intel_14	(revision 85747)
@@ -0,0 +1,151 @@
+## NEMS configuration file
+##
+## Platform: THEIA
+#
+## Compiler: Intel with MPT
+
+SHELL           = /bin/sh
+
+################################################################################
+## This configuration file leverages the ESMFMKFILE mechanism to switch
+## between different ESMF versions and installations. The only environment
+## variable used by this  mechanism is ESMFMKFILE, which appears below in 
+## the include statment. Systems that use "modules" to manage environments
+## will set ESMFMKFILE as part of loading an "esmf" module. The user can
+## also set ESMFMKFILE manually to target a different ESMF installation.
+
+include         $(ESMFMKFILE)
+ESMF_INC        = $(ESMF_F90COMPILEPATHS)
+ESMF_LIB        = $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS) $(ESMF_F90ESMFLINKLIBS)
+
+################################################################################
+## ATM settings
+## Use GSM as GFS
+
+gfs=gsm
+gfsdir=atmos/$(gfs)
+
+################################################################################
+## OCN settings
+## NUOPC compliant OCN models supply a standard makefile fragment
+
+#ocndummy_mk   = /home/Gerhard.Theurich/OCN-INSTALLS/DummyOCN-head/ocn.mk
+#ocndummy_mk   = /home/Gerhard.Theurich/OCN-INSTALLS/DummyOCN-rev38154-ESMF700bs06/ocn.mk
+ocndummy_mk   = /home/Anthony.Craig/OCN-INSTALLS/DummyOCN/ocn.mk
+hycom_mk      = /home/Gerhard.Theurich/OCN-INSTALLS/HYCOM-rtofs0.25cfsr__branches__NUOPC.rev32555-ESMF630r/hycom_nuopc.mk
+#hycom_mk      = /scratch1/portfolios/NCEPDEV/ocean/noscrub/Gerhard.Theurich/HYCOM-NCEP/rtofs0.25cfsr__branches__NUOPC.working/sorc/hycom_nuopc.mk
+mom5_mk       = /home/Fei.Liu/OCN-INSTALLS/2014-06-26-12-33-31/mom5.mk
+#mom5_mk       = /home/Fei.Liu/OCN-INSTALLS/head/mom5.mk
+
+################################################################################
+## SEAICE settings
+## NUOPC compliant SEAICE models supply a standard makefile fragment
+
+#icedummy_mk   = /home/Gerhard.Theurich/ICE-INSTALLS/DummyICE-head/ice.mk
+icedummy_mk   = /home/Gerhard.Theurich/ICE-INSTALLS/DummyICE-rev38708/ice.mk
+cice_mk       = /home/Fei.Liu/ICE-INSTALLS/2014-03-19-18-52-00/cice.mk
+
+################################################################################
+## Other settings
+
+NETCDF_INC   = -I$(NETCDF)/include
+NETCDF_LIB   = -L$(NETCDF)/lib -lnetcdf
+
+LIBDIR=/scratch3/NCEPDEV/nwprod/lib
+PARADIR=/scratch3/NCEPDEV/nwprod/lib
+POSTDIR=/scratch4/NCEPDEV/global/save/Shrinivas.Moorthi/nceppost_moorthi_redmem/sorc/ncep_post.fd
+nemsiov=_v2.2.1
+baciov=_v2.0.1
+w3emcv=_v2.0.4
+w3ncov=_v2.0.6
+spv=_v2.0.2
+sigiov=_v2.0.1
+sfciov=_v1.0.1
+crtmv=
+
+#LIBDIR=/contrib/nceplibs/nwprod/lib
+#LIBDIR=/scratchr4/NCEPDEV/global/save/Shrinivas.Moorthi/theia/nceplibs/nwprod/lib
+#PARADIR=/contrib/nceplibs_ext/lib
+#POSTDIR=/scratch2/portfolios/NCEPDEV/global/save/Sarah.Lu/Summer_School_2013/lib
+#POSTDIR=/scratch2/portfolios/NCEPDEV/global/noscrub/Shrinivas.Moorthi/post_wam_moorthi/src
+#POSTDIR=/scratch2/portfolios/NCEPDEV/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd
+
+NEMSIO_INC   = -I${LIBDIR}/incmod/nemsio${nemsiov}
+#NEMSIO_INC   = -I/scratch1/portfolios/NCEPDEV/nems/save/Jun.Wang/nceplibs/src/nemsio/nemsgfs_newrad/incmod
+##NEMSIO_LIB   = -L${LIBDIR} -lnemsio
+#NEMSIO_LIB   = -L/scratch1/portfolios/NCEPDEV/nems/save/Jun.Wang/nceplibs/src/nemsio/nemsgfs_newrad -lnemsio
+NEMSIO_LIB   = -L${LIBDIR} -lnemsio${nemsiov}
+
+BACIO_LIB    = -L${LIBDIR} -lbacio${baciov}_4
+#W3_LIB      = -L${LIBDIR} -lw3nco_4 -lw3emc_4
+W3_LIB       = -L${LIBDIR} -lw3nco${w3ncov}_d -lw3emc${w3emcv}_d
+SP_LIB       = -L${LIBDIR} -lsp${spv}_d
+SYS_LIB      =
+ 
+EXTLIBS      = $(NEMSIO_LIB) \
+               $(BACIO_LIB) \
+               $(W3_LIB) \
+               $(SP_LIB) \
+               $(ESMF_LIB) \
+               $(NETCDF_LIB) \
+               $(SYS_LIB)
+
+## for the post quilting option
+POSTMOD     = ${POSTDIR}/incmod/post_4
+POST_INC    = -I${POSTDIR}/incmod/post_4
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = -L${LIBDIR}  -lw3nco${w3ncov}_4 -lw3emc${w3emcv}_4
+CRTM_LIB    = -L${PARADIR} -lcrtm${crtmv}
+G2_LIB      =  -L${LIBDIR} -lg2tmpl -lg2_4  -L${PARADIR} -ljasper -lpng -lz
+XML_LIB     = -L${PARADIR} -lxmlparse
+SIGIO_LIB   = -L${LIBDIR} -lsigio${sigiov}_4
+SFCIO_LIB   = -L${LIBDIR} -lsfcio${sfciov}
+
+EXTLIBS_POST = $(NEMSIO_LIB) \
+               $(POST_LIB) \
+               $(W3_POST_LIB) \
+               $(XML_LIB) \
+               $(G2_LIB) \
+               $(BACIO_LIB) \
+               $(SIGIO_LIB) \
+               $(SFCIO_LIB) \
+               $(SP_LIB) \
+               $(CRTM_LIB) \
+               $(ESMF_LIB) \
+               $(NETCDF_LIB) \
+               $(SYS_LIB)
+###
+FC          = mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential
+F77         = mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -openmp -convert big_endian -assume byterecl -mkl=sequential
+FREE         = -free
+FIXED        = -fixed
+R8           = -r8
+
+FINCS        = $(ESMF_INC) $(NEMSIO_INC) $(NETCDF_INC)
+TRAPS        =
+#TRAPS        = -g -fno-inline -no-ip -traceback -ftrapuv -fpe0 -ftz -check all -check noarg_temp_created -fp-stack-check
+
+FFLAGS       = $(TRAPS) $(FINCS) -fp-model strict
+
+OPTS_NMM     = -O3
+OPTS_GFS     = -O3
+#OPTS_GFS     = -O0 -g -traceback
+OPTS_GEN     = -O3
+OPTS_FIM     = -O3
+
+FFLAGM_DEBUG = 
+
+FFLAGS_NMM   = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS   = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF  = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN   = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM   = $(OPTS_FIM) $(FFLAGS)
+
+FPP          = -fpp
+CPP          = /lib/cpp -P -traditional
+CPPFLAGS     = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM
+
+AR           = ar
+ARFLAGS      = -r
+
+RM           = rm
Index: checkout/conf/configure.nems.Wcoss.intel
===================================================================
--- checkout/conf/configure.nems.Wcoss.intel	(nonexistent)
+++ checkout/conf/configure.nems.Wcoss.intel	(revision 85747)
@@ -0,0 +1,110 @@
+## NEMS configuration file
+##
+## Platform: Wcoss
+## Compiler: Intel
+
+SHELL       = /bin/ksh
+
+###################### PHYS_MODE ##### CHEM_MODE ###############################
+#
+#    
+#
+
+PHYS_MODE       = compile
+CHEM_MODE       = compile
+
+################################################################################
+## Include the common configuration parts
+
+include         $(TOP)/conf/configure.nems.NUOPC
+
+################################################################################
+## Other settings
+
+#NETCDF_LIB  = /usrx/local/netcdf-4.2.1.1/lib/libnetcdf.a
+#NETCDF_LIB  = /usrx/local/netcdf-3.6.3/lib/libnetcdff.a  /usrx/local/netcdf-3.6.3/lib/libnetcdf.a
+#NETCDF_INC  = /usrx/local/NetCDF/3.6.3/include
+NETCDF_INC  = $(NETCDF_INCLUDE)
+NETCDF_LIB  = $(NETCDF_LDFLAGS)
+
+#NEMSIO_INC  = -I/nwprod/lib/incmod/nemsio
+#NEMSIO_LIB  = -L/nwprod/lib -lnemsio
+NEMSIO_INC  = -I/nems/save/Jun.Wang/nceplibs/nemsio/nemsio_avg/incmod
+NEMSIO_LIB  = -L/nems/save/Jun.Wang/nceplibs/nemsio/nemsio_avg -lnemsio
+
+W3_LIB      = -L/nwprod/lib -lw3nco_d -lw3emc_d
+#BACIO_LIB   = -L/nwprod/lib -lbacio_4
+BACIO_LIB   = -L/usrx/local/nceplibs -lbacio_v2.0.1p_4
+SP_LIB      = -L/nwprod/lib -lsp_d
+SYS_LIB     =
+
+#POSTDIR     = /global/noscrub/Shrinivas.Moorthi/post_wam_moorthi/src
+POSTDIR     = /global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd
+POSTMOD     = ${POSTDIR}/incmod/post_4
+POST_INC    = -I${POSTDIR}/incmod/post_4
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = -L/nwprod/lib -lw3nco_4 -lw3emc_4
+CRTM_LIB    = -L/nwprod/lib -lcrtm_v2.0.6
+G2_LIB      = -L/nwprod/lib -lg2tmpl -lg2_4 -ljasper -lpng -lz
+XML_LIB     = -L/nwprod/lib -lxmlparse
+SIGIO_LIB   = -L/nwprod/lib -lsigio_4
+SFCIO_LIB   = -L/nwprod/lib -lsfcio_4
+
+EXTLIBS     = $(NEMSIO_LIB)   \
+              $(W3_LIB)       \
+              $(BACIO_LIB)    \
+              $(SP_LIB)       \
+              $(ESMF_LIB)     \
+              $(NETCDF_LIB)   \
+              $(SYS_LIB) -lm
+
+
+EXTLIBS_POST = $(POST_LIB)    \
+               $(NEMSIO_LIB)  \
+               $(W3_POST_LIB) \
+               $(XML_LIB)     \
+               $(G2_LIB)      \
+               $(BACIO_LIB)   \
+               $(SIGIO_LIB)   \
+               $(SFCIO_LIB)   \
+               $(SP_LIB)      \
+               $(CRTM_LIB)    \
+               $(ESMF_LIB)    \
+               $(NETCDF_LIB)  \
+               $(SYS_LIB)
+
+FC          = mpiifort -g -openmp -mkl=sequential -align -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -diag-disable 8290,8291
+# FC        = mpiifort -g -openmp -mkl=sequential -align array32byte -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -lm
+FPP         = -fpp
+FREE        = -free
+FIXED       = -fixed
+R8          = -r8
+
+FINCS       = $(ESMF_INC) $(NEMSIO_INC) $(NETCDF_INC)
+TRAPS       = 
+#TRAPS      = -ftrapuv -check all -fp-stack-check
+#TRAPS      = -ftrapuv -check bounds -check format -check output_conversion -check pointers -check uninit -fp-stack-check
+
+FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model precise -xAVX
+
+OPTS_NMM    = -O2
+#OPTS_GFS   = -O0 -traceback
+ OPTS_GFS   = -O3 -traceback
+OPTS_GEN    = -O2
+OPTS_FIM    = -O2
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+LDFLAGS_GFS = $(FFLAGS_GFS)
+LDFLAGS_MAP =
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/conf/configure.nems.Linux.intel
===================================================================
--- checkout/conf/configure.nems.Linux.intel	(nonexistent)
+++ checkout/conf/configure.nems.Linux.intel	(revision 85747)
@@ -0,0 +1,60 @@
+
+include       $(ESMFMKFILE)
+ESMF_INC    = $(ESMF_F90COMPILEPATHS)
+ESMF_LIB    = $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS) $(ESMF_F90ESMFLINKLIBS)
+
+gfs=gsm
+gfsdir=atmos/$(gfs)
+
+NWPROD_LIB ?= $(TOP)/../../lib
+
+NETCDF_INC  = -I$(NWPROD_LIB)/netcdf/include
+NETCDF_LIB  = -L$(NWPROD_LIB)/netcdf/lib -lnetcdff -lnetcdf
+
+NEMSIO_INC  = -I$(NWPROD_LIB)/incmod/nemsio
+NEMSIO_LIB  = -L$(NWPROD_LIB) -lnemsio
+
+W3_LIB      = -L$(NWPROD_LIB) -lw3nco_4 -lw3emc_4
+BACIO_LIB   = -L$(NWPROD_LIB) -lbacio_4
+SP_LIB      = -L$(NWPROD_LIB) -lsp_4
+SYS_LIB     =
+
+EXTLIBS     = $(NEMSIO_LIB) \
+              $(W3_LIB) \
+              $(BACIO_LIB) \
+              $(SP_LIB) \
+              $(ESMF_LIB) \
+              $(NETCDF_LIB) \
+              $(SYS_LIB)
+
+FC          = mpif90 -fc=ifort
+FPP         = -fpp
+FREE        = -free
+FIXED       = -fixed
+R8          = -r8
+
+FINCS       = $(ESMF_INC) $(NEMSIO_INC) $(NETCDF_INC)
+TRAPS       =
+#TRAPS       = -ftrapuv -check all -fp-stack-check
+#TRAPS       = -ftrapuv -check bounds -check format -check output_conversion -check pointers -check uninit -fp-stack-check
+
+FFLAGS      = $(TRAPS) $(FINCS) -openmp -convert big_endian -assume byterecl -fp-model precise -diag-disable 8290,8291
+
+OPTS_NMM    = -O3
+OPTS_GFS    = -O3
+OPTS_GEN    = -O3
+OPTS_FIM    = -O3
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/conf/configure.nems.Theia.intel_gsm
===================================================================
--- checkout/conf/configure.nems.Theia.intel_gsm	(nonexistent)
+++ checkout/conf/configure.nems.Theia.intel_gsm	(revision 85747)
@@ -0,0 +1,117 @@
+## NEMS configuration file
+##
+## Platform: Theia
+## Compiler: Intel with IntelMPI
+
+SHELL           = /bin/sh
+
+################################################################################
+## Include the common configuration parts
+
+include         $(TOP)/conf/configure.nems.NUOPC
+
+###################### PHYS_MODE ##### CHEM_MODE ###############################
+#
+#
+#
+
+PHYS_MODE       =compile
+CHEM_MODE       =compile
+ifeq ($(PHYS_MODE),compile)
+       PHYS_LIB = $(TOP)/atmos/gsm/gsmphys
+       PHYS_INC = $(TOP)/atmos/gsm/gsmphys
+       PHYS_DIR = $(TOP)/atmos/gsm/gsmphys
+endif
+ifeq ($(CHEM_MODE),compile)
+        CHEM_LIB = $(TOP)/chem
+        CHEM_INC = $(TOP)/chem/gocart/src/Config/
+        CHEM_DIR = $(TOP)/chem
+       CHEM_MOD = $(TOP)/chem/gocart/${ARCH}/include
+      ESMADIR = chem/gocart
+endif
+
+
+################################################################################
+## Other settings
+
+NETCDF_INC   = -I$(NETCDF)/include
+NETCDF_LIB   = -L$(NETCDF)/lib -lnetcdff -lnetcdf
+
+# LIBDIR=/scratch3/NCEPDEV/nwprod/lib
+#LIBDIR=/scratch4/NCEPDEV/meso/noscrub/Ratko.Vasic/libs
+#PARADIR=/contrib/nceplibs_ext/lib
+#POSTDIR=/scratch4/NCEPDEV/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd
+
+BACIO_LIB   = ${BACIO_LIB4}
+W3_LIB      = ${W3NCO_LIBd} ${W3EMC_LIBd}
+SP_LIB      = ${SP_LIBd}
+ 
+EXTLIBS      = $(NEMSIO_LIB) \
+               $(W3_LIB)     \
+               $(BACIO_LIB)  \
+               $(SP_LIB)     \
+               $(NETCDF_LIB) \
+               $(ESMF_LIB)  
+
+## for the post quilting option
+POSTMOD     = ${POSTDIR}/incmod/post_4
+POST_INC    = -I${POSTDIR}/incmod/post_4
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = ${W3NCO_LIB4} ${W3EMC_LIB4}
+G2_LIB      = ${G2TMPL_LIB} ${G2_LIB4} ${JASPER_LIB} ${PNG_LIB} ${Z_LIB}
+XML_LIB     = ${XMLPARSE_LIB}
+SIGIO_LIB   = ${SIGIO_LIB4}
+SFCIO_LIB   = ${SFCIO_LIB4}
+
+EXTLIBS_POST = $(NEMSIO_LIB)  \
+               $(POST_LIB)    \
+               $(W3_POST_LIB) \
+               $(XML_LIB)     \
+               $(G2_LIB)      \
+               $(BACIO_LIB)   \
+               $(SIGIO_LIB)   \
+               $(SFCIO_LIB)   \
+               $(SP_LIB)      \
+               $(CRTM_LIB)    \
+               $(ESMF_LIB)    \
+               $(NETCDF_LIB)  \
+               $(SYS_LIB)
+###
+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
+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
+FREE         = -free
+FIXED        = -fixed
+R8           = -r8
+
+FINCS        = $(ESMF_INC) -I$(NEMSIO_INC) $(NETCDF_INC)
+   TRAPS        = -g -traceback
+#1 TRAPS        = -g -fno-inline -no-ip -traceback -ftrapuv -fpe0 -ftz -check all -check noarg_temp_created -fp-stack-check
+#2 TRAPS        = -g -fno-inline -no-ip -traceback -ftrapuv -fpe0 -ftz -check all
+#3 TRAPS        = -g -traceback -ftrapuv -fpe0 -ftz -check all
+#5 TRAPS        = -g -fno-inline -no-ip -traceback
+
+FFLAGS       = $(TRAPS) $(FINCS) -fp-model strict
+
+OPTS_NMM     = -O3
+OPTS_GFS     = -O3
+OPTS_GEN     = -O3
+OPTS_FIM     = -O3
+
+FFLAGM_DEBUG =
+
+FFLAGS_NMM   = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS   = $(OPTS_GFS) $(FFLAGS) $(FREE)
+LDFLAGS_GFS  =
+LDFLAGS_MAP  =
+FFLAGS_GFSF  = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN   = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM   = $(OPTS_FIM) $(FFLAGS)
+
+FPP          = -fpp
+CPP          = /lib/cpp -P -traditional
+CPPFLAGS     = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM
+
+AR           = ar
+ARFLAGS      = -r
+
+RM           = rm
Index: checkout/conf/externals.nems.Linux.gnu
===================================================================
--- checkout/conf/externals.nems.Linux.gnu	(nonexistent)
+++ checkout/conf/externals.nems.Linux.gnu	(revision 85747)
@@ -0,0 +1,21 @@
+# Location of external components on generic Linux machine with GNU compilers.
+
+SATM_DIR=
+XATM_DIR=
+SICE_DIR=
+XICE_DIR=
+CICE_DIR=
+SOCN_DIR=
+XOCN_DIR=
+MOM5_DIR=
+HYCOM_DIR=
+POM_DIR=
+SWAV_DIR=
+XWAV_DIR=
+WW3_DIR=
+SIPM_DIR=
+XIPM_DIR=
+IPE_DIR=
+SHYD_DIR=
+XHYD_DIR=
+WRFHYDRO_DIR=
Index: checkout/conf/configure.nems.Gaea.pgi
===================================================================
--- checkout/conf/configure.nems.Gaea.pgi	(nonexistent)
+++ checkout/conf/configure.nems.Gaea.pgi	(revision 85747)
@@ -0,0 +1,40 @@
+SHELL       = /bin/sh
+
+include /lustre/ltfs/scratch/George.Vandenberghe/esmf_3_1_0rp5/lib/libO/Unicos.pgi.64.mpi.default/esmf.mk
+ESMF_INC    = $(ESMF_F90COMPILEPATHS)
+ESMF_LIBS   = $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS) $(ESMF_F90ESMFLINKLIBS)
+
+EXTLIBS     = $(ESMF_LIBS) \
+             -L/lustre/ltfs/scratch/George.Vandenberghe/nwprod/libpgi -lnemsio -lw3-2.0_4 -lw3ext_4 -lbacio_4 -lsp_4
+NEMSIO_INC  = -I/lustre/ltfs/scratch/George.Vandenberghe/nwprod/libpgi/incmod/nemsio
+
+
+FC          = ftn -byteswapio
+FPP         = -eZ
+FREE        = -Mfree
+FIXED       = -Mfixed
+R8          = -r8
+
+FINCS       = $(ESMF_INC) $(NEMSIO_INC)
+TRAPS       =
+
+FFLAGS      = $(TRAPS) $(FINCS)
+
+OPTS_NMM    = -O3
+OPTS_GFS    = -O3
+OPTS_GEN    = -O3
+OPTS_FIM    = -O3
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/conf/configure.nems.Linux.pgi
===================================================================
--- checkout/conf/configure.nems.Linux.pgi	(nonexistent)
+++ checkout/conf/configure.nems.Linux.pgi	(revision 85747)
@@ -0,0 +1,58 @@
+
+include       $(ESMFMKFILE)
+ESMF_INC    = $(ESMF_F90COMPILEPATHS)
+ESMF_LIB    = $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS) $(ESMF_F90ESMFLINKLIBS)
+
+gfs=gsm
+gfsdir=atmos/$(gfs)
+
+NWPROD_LIB ?= $(TOP)/../../lib
+
+NETCDF_INC  = -I$(NWPROD_LIB)/netcdf/include
+NETCDF_LIB  = -L$(NWPROD_LIB)/netcdf/lib -lnetcdff -lnetcdf
+
+NEMSIO_INC  = -I$(NWPROD_LIB)/incmod/nemsio
+NEMSIO_LIB  = -L$(NWPROD_LIB) -lnemsio
+
+W3_LIB      = -L$(NWPROD_LIB) -lw3nco_4 -lw3emc_4
+BACIO_LIB   = -L$(NWPROD_LIB) -lbacio_4
+SP_LIB      = -L$(NWPROD_LIB) -lsp_4
+SYS_LIB     =
+
+EXTLIBS     = $(NEMSIO_LIB) \
+              $(W3_LIB) \
+              $(BACIO_LIB) \
+              $(SP_LIB) \
+              $(ESMF_LIB) \
+              $(NETCDF_LIB) \
+              $(SYS_LIB)
+
+FC          = mpif90 -fc=pgf95
+FPP         = -Mpreprocess
+FREE        = -Mfree
+FIXED       = -Mfixed
+R8          = -r8
+
+FINCS       = $(ESMF_INC) $(NEMSIO_INC) $(NETCDF_INC)
+TRAPS       =
+
+FFLAGS      = $(TRAPS) $(FINCS) -mp -byteswapio
+
+OPTS_NMM    = -O3
+OPTS_GFS    = -O3
+OPTS_GEN    = -O3
+OPTS_FIM    = -O3
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/conf/configure.nems.Theia.intel_nmmb
===================================================================
--- checkout/conf/configure.nems.Theia.intel_nmmb	(nonexistent)
+++ checkout/conf/configure.nems.Theia.intel_nmmb	(revision 85747)
@@ -0,0 +1,96 @@
+## NEMS configuration file
+##
+## Platform: Theia
+## Compiler: Intel with IntelMPI
+
+SHELL           = /bin/sh
+
+################################################################################
+## Include the common configuration parts
+
+include         $(TOP)/conf/configure.nems.NUOPC
+
+###################### PHYS_MODE ##### CHEM_MODE ###############################
+#
+#
+#
+#
+PHYS_MODE       =compile
+CHEM_MODE       =compile
+#
+################################################################################
+## Other settings
+
+NETCDF_INC  = -I$(NETCDF)/include
+NETCDF_LIB  = -L$(NETCDF)/lib -lnetcdff -lnetcdf
+
+W3_LIB      = ${W3NCO_LIBd} ${W3EMC_LIBd}
+BACIO_LIB   = ${BACIO_LIB4}
+SP_LIB      = ${SP_LIBd}
+
+POSTDIR     = /scratch2/portfolios/NCEPDEV/global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd
+POSTMOD     = ${POSTDIR}/incmod/post_4
+POST_INC    = -I${POSTDIR}/incmod/post_4
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = ${W3NCO_LIB4} ${W3EMC_LIB4}
+G2_LIB      = ${G2TMPL_LIB} ${G2_LIB4} ${JASPER_LIB} ${PNG_LIB} ${Z_LIB}
+SIGIO_LIB   = ${SIGIO_LIB4}
+SFCIO_LIB   = ${SFCIO_LIB4}
+
+EXTLIBS     = $(NEMSIO_LIB) \
+              $(W3_LIB) \
+              $(BACIO_LIB) \
+              $(SP_LIB) \
+              $(ESMF_LIB) \
+              $(NETCDF_LIB)
+
+EXTLIBS_POST = $(POST_LIB) \
+               $(NEMSIO_LIB) \
+               $(W3_POST_LIB) \
+               $(G2_LIB) \
+               $(BACIO_LIB) \
+               $(SIGIO_LIB) \
+               $(SFCIO_LIB) \
+               $(SP_LIB) \
+               $(CRTM_LIB) \
+               $(ESMF_LIB) \
+               $(NETCDF_LIB)
+
+FC          = mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors
+
+FREE        = -free
+FIXED       = -fixed
+R8          = -r8
+
+FINCS       = $(ESMF_INC) -I$(NEMSIO_INC) $(NETCDF_INC)
+
+ifeq ($(DEBUG),on)
+  TRAPS     = -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created
+  OPTS_NMM  = -O0
+  OPTS_GFS  = -O0
+  OPTS_GEN  = -O0
+  OPTS_FIM  = -O0
+else
+  TRAPS     = # -check bounds
+  OPTS_NMM  = -O3
+  OPTS_GFS  = -O3
+  OPTS_GEN  = -O3
+  OPTS_FIM  = -O3
+endif
+
+FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model strict
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+FPP         = -fpp
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/conf/externals.nems.Theia
===================================================================
--- checkout/conf/externals.nems.Theia	(nonexistent)
+++ checkout/conf/externals.nems.Theia	(revision 85747)
@@ -0,0 +1,26 @@
+# Location of external components on Theia
+
+SATM_DIR=
+XATM_DIR=
+SLND_DIR=
+XLND_DIR=
+NOAH_DIR=
+NOAHMP_DIR=
+SICE_DIR=
+XICE_DIR=
+CICE_DIR=
+SOCN_DIR=
+XOCN_DIR=
+MOM5_DIR=
+HYCOM_DIR=
+POM_DIR=
+SWAV_DIR=
+XWAV_DIR=
+WW3_DIR=
+SIPM_DIR=
+XIPM_DIR=
+IPE_DIR=
+SHYD_DIR=
+XHYD_DIR=
+WRFHYDRO_DIR=
+LIS_DIR=
Index: checkout/conf/configure.nems.Wcoss.intel_gsm
===================================================================
--- checkout/conf/configure.nems.Wcoss.intel_gsm	(nonexistent)
+++ checkout/conf/configure.nems.Wcoss.intel_gsm	(revision 85747)
@@ -0,0 +1,105 @@
+SHELL       = /bin/ksh
+
+include       $(ESMFMKFILE)
+ESMF_INC    = $(ESMF_F90COMPILEPATHS)
+ESMF_LIB    = $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS) $(ESMF_F90ESMFLINKLIBS)
+
+gfs=gsm
+gfsdir=atmos/$(gfs)
+###################### PHYS_MODE ##### CHEM_MODE ###############################
+#
+#
+#
+#
+PHYS_MODE       =compile
+CHEM_MODE       =compile
+ifeq ($(PHYS_MODE),compile)
+       PHYS_LIB = $(TOP)/atmos/gsm/gsmphys
+       PHYS_INC = $(TOP)/atmos/gsm/gsmphys
+       PHYS_DIR = $(TOP)/atmos/gsm/gsmphys
+endif
+ifeq ($(CHEM_MODE),compile)
+        CHEM_LIB = $(TOP)/chem
+        CHEM_INC = $(TOP)/chem/gocart/src/Config/
+        CHEM_DIR = $(TOP)/chem
+       CHEM_MOD = $(TOP)/chem/gocart/${ARCH}/include
+      ESMADIR = chem/gocart
+endif
+
+#
+################################################################################
+
+# NETCDF_INC = -I/usrx/local/NetCDF/4.2/serial/include
+# 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
+NETCDF_LIB  = ${NETCDF_LDFLAGS} /usrx/local/HDF5/1.8.9/serial/lib/libhdf5_hl.a ${Z_LIB}
+
+W3_LIB      = ${W3NCO_LIBd} ${W3EMC_LIBd}
+BACIO_LIB   = ${BACIO_LIB4}
+SP_LIB      = ${SP_LIBd}
+
+#POSTDIR     = /global/save/Shrinivas.Moorthi/nceppost_moorthi_redmem_merge/sorc/ncep_post.fd
+POSTMOD     = ${POSTDIR}/incmod/post_4
+POST_INC    = -I${POSTDIR}/incmod/post_4
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = ${W3NCO_LIB4} ${W3EMC_LIB4}
+G2_LIB      = ${G2TMPL_LIB} ${G2_LIB4} ${JASPER_LIB} ${PNG_LIB} ${Z_LIB}
+XML_LIB     = ${XMLPARSE_LIB}
+SIGIO_LIB   = ${SIGIO_LIB4}
+SFCIO_LIB   = ${SFCIO_LIB4}
+
+EXTLIBS     = $(NEMSIO_LIB) \
+              $(W3_LIB)     \
+              $(BACIO_LIB)  \
+              $(SP_LIB)     \
+              $(ESMF_LIB)   \
+              $(NETCDF_LIB) 
+
+
+EXTLIBS_POST = $(POST_LIB)    \
+               $(NEMSIO_LIB)  \
+               $(W3_POST_LIB) \
+               $(XMLPARSE_LIB)     \
+               $(G2_LIB)      \
+               $(BACIO_LIB)   \
+               $(SIGIO_LIB)   \
+               $(SFCIO_LIB)   \
+               $(SP_LIB)      \
+               $(CRTM_LIB)    \
+               $(ESMF_LIB)    \
+               $(NETCDF_LIB)  \
+               $(SYS_LIB)
+
+#FC          = mpiifort -g -openmp -mkl=sequential -align -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -ll
+FC          = mpiifort -g -openmp -mkl=sequential -align array32byte # -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -lm
+FPP         = -fpp
+FREE        = -free
+FIXED       = -fixed
+R8          = -r8
+
+FINCS       = $(ESMF_INC) -I$(NEMSIO_INC) $(NETCDF_INCLUDE)
+TRAPS       =
+#TRAPS       = -ftrapuv -check all -fp-stack-check
+#TRAPS       = -ftrapuv -check bounds -check format -check output_conversion -check pointers -check uninit -fp-stack-check
+
+FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model source -xAVX
+
+OPTS_NMM    = -O2
+#OPTS_GFS   = -O3 -g -traceback
+#OPTS_GFS   = -O2
+OPTS_GFS    = -O3
+OPTS_GEN    = -O2
+OPTS_FIM    = -O2
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/conf/configure.nems.Wcoss_C.intel_gsm
===================================================================
--- checkout/conf/configure.nems.Wcoss_C.intel_gsm	(nonexistent)
+++ checkout/conf/configure.nems.Wcoss_C.intel_gsm	(revision 85747)
@@ -0,0 +1,126 @@
+SHELL       = /bin/ksh
+
+include       $(ESMFMKFILE)
+ESMF_INC    = $(ESMF_F90COMPILEPATHS)
+ESMF_LIB   =  $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS) $(ESMF_F90ESMFLINKLIBS)
+## ESMF_LIB    = -L /gpfs/hps/emc/global/noscrub/Shrinivas.Moorthi/ESMF_7_0_0/lib -lesmf
+MALLOC_LIB = /u/James.A.Abeles/gperftools-2.2.1/lib/libtcmalloc_minimal.a
+#MPI_LIB =  /u/James.A.Abeles/mpitrace/lib/libmpitrace.a
+#MEM =  /u/James.A.Abeles/print_memory.o
+STDC_LIB= -lstdc++
+
+gfs=gsm
+gfsdir=atmos/$(gfs)
+###################### PHYS_MODE ##### CHEM_MODE ###############################
+#	E.Mirvis 8/15/16
+#      prebld options work fine on WCOSS ph I & II 
+#      but not yet on Crays yet - under development, however with default options 
+#      "compile" it should work on Crays as before
+#
+#
+PHYS_MODE       =compile
+CHEM_MODE       =compile
+ifeq ($(PHYS_MODE),compile)
+       PHYS_LIB = $(TOP)/atmos/gsm/gsmphys
+       PHYS_INC = $(TOP)/atmos/gsm/gsmphys
+       PHYS_DIR = $(TOP)/atmos/gsm/gsmphys
+endif
+ifeq ($(CHEM_MODE),compile)
+        CHEM_LIB = $(TOP)/chem
+        CHEM_INC = $(TOP)/chem/gocart/src/Config/
+        CHEM_DIR = $(TOP)/chem
+       CHEM_MOD = $(TOP)/chem/gocart/${ARCH}/include
+      ESMADIR = chem/gocart
+endif
+#
+################################################################################
+
+#jw 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
+NETCDF_LIB  = -L${NETCDF}/lib -lnetcdff -lnetcdf ${HDF5_LDFLAGS} ${Z_LIB}
+
+W3_LIB      = $(W3NCO_LIBd) $(W3EMC_LIBd)
+SP_LIB      = $(SP_LIBd)
+SIGIO_LIB   = $(SIGIO_LIB4)
+SFCIO_LIB   = $(SFCIO_LIB4)
+BACIO_LIB  = $(BACIO_LIB4)
+SYS_LIB     =
+
+
+EXTLIBS     = $(MEM)         \
+	      $(MKL)         \
+	      $(NEMSIO_LIB)  \
+              $(W3_LIB)      \
+              $(BACIO_LIB)   \
+              $(SP_LIB)      \
+              $(ESMF_LIB)    \
+              $(NETCDF_LIB)  \
+ 	      $(MALLOC_LIB)  \
+ 	      $(MPI_LIB)     \
+	      $(STDC_LIB) 
+
+
+#POSTDIR     = /gpfs/hps/emc/global/noscrub/Shrinivas.Moorthi/post_dir/sorc/ncep_post.fd
+POSTMOD     = ${POSTDIR}/incmod/post_4
+POST_INC    = -I${POSTDIR}/incmod/post_4
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = $(W3NCO_LIB4) $(W3EMC_LIB4)
+G2_LIB      = ${G2TMPL_LIB} ${G2_LIB4} ${JASPER_LIB} ${PNG_LIB} ${Z_LIB}
+XML_LIB     = ${XMLPARSE_LIB}
+SIGIO_LIB   = ${SIGIO_LIB4}
+SFCIO_LIB   = ${SFCIO_LIB4}
+
+EXTLIBS_POST = $(POST_LIB)    \
+               $(NEMSIO_LIB)  \
+               $(W3_POST_LIB) \
+               $(XML_LIB)     \
+               $(G2_LIB)      \
+               $(BACIO_LIB)   \
+               $(SIGIO_LIB)   \
+               $(SFCIO_LIB)   \
+               $(SP_LIB)      \
+               $(CRTM_LIB)    \
+               $(ESMF_LIB)    \
+               $(NETCDF_LIB) 
+
+#FC          = ftn -g -homp -mkl=sequential -align -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -lm
+#FC          = ftn -g -openmp -mkl=sequential -align -lmkl_intel_lp64 -lmkl_core -lmkl_sequential -lpthread -lm
+#FC          = ftn -g -openmp -lpthread -lm
+FC          = ftn -g -openmp -lpthread
+FPP         = -fpp
+FREE        = -free
+FIXED       = -fixed
+R8          = -r8
+MKL         = -mkl
+
+FINCS       = -I$(ESMF_MOD) -I$(NEMSIO_INC) $(NETCDF_INCLUDE)
+TRAPS       =
+#TRAPS       = -ftrapuv -check all -fp-stack-check
+#TRAPS       = -ftrapuv -check bounds -check format -check output_conversion -check pointers -check uninit -fp-stack-check
+
+#FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model source -xCORE-AVX2 -openmp $(MKL)
+ FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model precise -ftz -fast-transcendentals -no-prec-div -no-prec-sqrt -align array64byte -assume buffered_stdout -fpp -mkl -xCORE-AVX2
+
+ OPTS_NMM    = -O2
+ OPTS_GFS    = -O3 -traceback
+#OPTS_GFS    = -O2
+#OPTS_GFS    = -O3
+OPTS_GEN     = -O2
+OPTS_FIM     = -O2
+
+FFLAGS_NMM   = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS   = $(OPTS_GFS) $(FFLAGS) $(FREE) $(MKL)
+#LDFLAGS_GFS = $(MKL)
+ LDFLAGS_GFS = -dynamic
+#LDFLAGS_GFS = -dynamic $(MKL)
+#LDFLAGS_MAP = -Wl,--print-map
+ FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+ FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+ FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/conf/configure.nems.Wcoss.intel_nmmb
===================================================================
--- checkout/conf/configure.nems.Wcoss.intel_nmmb	(nonexistent)
+++ checkout/conf/configure.nems.Wcoss.intel_nmmb	(revision 85747)
@@ -0,0 +1,101 @@
+SHELL       = /bin/ksh
+
+include       $(ESMFMKFILE)
+ESMF_INC    = $(ESMF_F90COMPILEPATHS)
+ESMF_LIB    = $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS) $(ESMF_F90ESMFLINKLIBS)
+
+gfs=gsm
+gfsdir=atmos/$(gfs)
+###################### PHYS_MODE ##### CHEM_MODE ###############################
+#
+#
+#
+
+PHYS_MODE       =compile
+CHEM_MODE       =compile
+
+################################################################################
+
+NETCDF_INC  = $(NETCDF_INCLUDE)
+NETCDF_LIB  = $(NETCDF_LDFLAGS)
+
+W3_LIB      = ${W3NCO_LIBd} ${W3EMC_LIBd}
+BACIO_LIB   = ${BACIO_LIB4}
+SP_LIB      = ${SP_LIBd}
+
+###################### PHYS_MODE ##### CHEM_MODE ###############################
+#
+#
+#
+#
+PHYS_MODE       =compile
+CHEM_MODE       =compile
+#
+################################################################################
+
+POSTDIR     = /global/save/Shrinivas.Moorthi/nceppost_moorthi/sorc/ncep_post.fd
+POSTMOD     = ${POSTDIR}/incmod/post_4
+POST_INC    = -I${POSTDIR}/incmod/post_4
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = ${W3NCO_LIB4} ${W3EMC_LIB4}
+G2_LIB      = ${G2TMPL_LIB} ${G2_LIB4} ${JASPER_LIB} ${PNG_LIB} ${Z_LIB}
+SIGIO_LIB   = ${SIGIO_LIB4}
+SFCIO_LIB   = ${SFCIO_LIB4}
+
+EXTLIBS     = $(NEMSIO_LIB) \
+              $(W3_LIB) \
+              $(BACIO_LIB) \
+              $(SP_LIB) \
+              $(ESMF_LIB) \
+              $(NETCDF_LIB)
+
+EXTLIBS_POST = $(POST_LIB) \
+               $(NEMSIO_LIB) \
+               $(W3_POST_LIB) \
+               $(G2_LIB) \
+               $(BACIO_LIB) \
+               $(SIGIO_LIB) \
+               $(SFCIO_LIB) \
+               $(SP_LIB) \
+               $(CRTM_LIB) \
+               $(ESMF_LIB) \
+               $(NETCDF_LIB)
+
+FC          = mpiifort -g -traceback -openmp -mkl=sequential -diag-disable 8290,8291 -warn errors
+
+FREE        = -free
+FIXED       = -fixed
+R8          = -r8
+
+FINCS       = $(ESMF_INC) -I$(NEMSIO_INC) $(NETCDF_INC)
+
+ifeq ($(DEBUG),on)
+  TRAPS     = -ftrapuv -fno-inline -no-ip -fpe0 -ftz -fp-stack-check -check all -check noarg_temp_created
+  OPTS_NMM  = -O0
+  OPTS_GFS  = -O0
+  OPTS_GEN  = -O0
+  OPTS_FIM  = -O0
+else
+  TRAPS     =
+  OPTS_NMM  = -O2
+  OPTS_GFS  = -O3
+  OPTS_GEN  = -O2
+  OPTS_FIM  = -O2
+endif
+
+FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model precise -xAVX
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+FPP         = -fpp
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8 -DNEMS_GSM
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/conf/externals.nems.Gaea
===================================================================
--- checkout/conf/externals.nems.Gaea	(nonexistent)
+++ checkout/conf/externals.nems.Gaea	(revision 85747)
@@ -0,0 +1,25 @@
+# Location of external components on Gaea
+
+SATM_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/ATM-INSTALLS/SATM_2015-04-14-16-09-50
+XATM_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/ATM-INSTALLS/XATM_2015-04-14-16-11-10
+SLND_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/LND-INSTALLS/SLND_2015-04-14-17-23-12
+XLND_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/LND-INSTALLS/XLND_2015-04-14-17-23-26
+NOAH_DIR=
+NOAHMP_DIR=
+SICE_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/ICE-INSTALLS/SICE_2015-04-14-16-13-23
+XICE_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/ICE-INSTALLS/XICE_2015-04-14-16-13-32
+CICE_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/ICE-INSTALLS/CICE_2015-04-14-16-33-53
+SOCN_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/OCN-INSTALLS/SOCN_2015-04-14-16-41-34
+XOCN_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/OCN-INSTALLS/XOCN_2015-04-14-16-41-50
+MOM5_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/OCN-INSTALLS/MOM5_2015-04-14-17-13-05
+HYCOM_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/OCN-INSTALLS/HYCOM_2015-04-14-17-17-26
+POM_DIR=
+SWAV_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/WAV-INSTALLS/SWAV_2015-04-14-17-19-47
+XWAV_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/WAV-INSTALLS/XWAV_2015-04-14-17-19-53
+WW3_DIR=
+SIPM_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/IPM-INSTALLS/SIPM_2015-04-14-17-20-59
+XIPM_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/IPM-INSTALLS/XIPM_2015-04-14-17-21-08
+IPE_DIR=
+SHYD_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/HYD-INSTALLS/SHYD_2015-04-14-17-24-45
+XHYD_DIR=/autofs/mnt/ncrc-svm1_home2/Gerhard.Theurich/HYD-INSTALLS/XHYD_2015-04-14-17-25-01
+WRFHYDRO_DIR=
Index: checkout/conf/externals.nems.Wcoss
===================================================================
--- checkout/conf/externals.nems.Wcoss	(nonexistent)
+++ checkout/conf/externals.nems.Wcoss	(revision 85747)
@@ -0,0 +1,21 @@
+# Location of external components on Wcoss
+
+SATM_DIR=
+XATM_DIR=
+SICE_DIR=
+XICE_DIR=
+CICE_DIR=
+SOCN_DIR=
+XOCN_DIR=
+MOM5_DIR=
+HYCOM_DIR=
+POM_DIR=
+SWAV_DIR=
+XWAV_DIR=
+WW3_DIR=
+SIPM_DIR=
+XIPM_DIR=
+IPE_DIR=
+SHYD_DIR=
+XHYD_DIR=
+WRFHYDRO_DIR=
Index: checkout/conf/configure.nems.savoy.ifort
===================================================================
--- checkout/conf/configure.nems.savoy.ifort	(nonexistent)
+++ checkout/conf/configure.nems.savoy.ifort	(revision 85747)
@@ -0,0 +1,103 @@
+SHELL       = /bin/sh
+
+include $(ESMF_DIR)/lib/libg/Linux.intel.64.intelmpi.default/esmf.mk
+ESMF_INC    = $(ESMF_F90COMPILEPATHS)
+ESMF_LIB    = $(ESMF_F90LINKPATHS) $(ESMF_F90LINKRPATHS) $(ESMF_F90ESMFLINKLIBS)
+
+gfs=gsm
+gfsdir=atmos/$(gfs)
+
+#NETCDF_LIB  = /usrx/local/NetCDF/3.6.3/lib/libnetcdf.a
+
+NETCDF_INC  = -I$(NETCDF_INCLUDE)
+NETCDF_LIB  = -L$(NETCDF_LDFLAGS) -lnetcdff -lnetcdf
+
+
+NEMS_LIB_DATA=/home/michalak/NEMS-MIC/NEMS+LIBS_r19677/19677_libs
+NEMS_LIBS=/home/michalak/NEMS-MIC/NEMS+LIBS_r19677/19677_libs/../lib-snb
+NEMS_INC=/home/michalak/NEMS-MIC/NEMS+LIBS_r19677/19677_libs/../incmod-snb
+NEMS_BIN=/home/michalak/NEMS-MIC/NEMS+LIBS_r19677/19677_libs/../bin-snb
+
+NEMSIO_INC  = -I$(NEMS_INC)/nemsio
+NEMSIO_LIB  = -L$(NEMS_LIBS) -lnemsio
+
+W3_LIB      = -L$(NEMS_LIBS) -lw3nco_d -lw3emc 
+BACIO_LIB   = -L$(NEMS_LIBS) -lbacio
+SP_LIB      = -L$(NEMS_LIBS) -lsp_2.0.2g_d
+SYS_LIB     =
+
+##POSTDIR     = /nwprod/lib
+#POSTDIR    = /global/save/Hui-Ya.Chuang/nceppost/post_tag_2013_GFS_SummerSchool/lib
+POSTDIR     = /gpfs/gd1/emc/global/save/Hui-Ya.Chuang/nceppost/post_tag_2013_GFS_SummerSchool/lib
+POSTMOD     = ${POSTDIR}/incmod/post_4
+POST_INC    = -I${POSTDIR}/incmod/post_4
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = -L/nwprod/lib -lw3nco_4 -lw3emc_4
+CRTM_LIB    = -L/nwprod/lib -lcrtm_v2.0.6
+G2_LIB      = -L/nwprod/lib -lg2tmpl -lg2_4 -ljasper -lpng -lz
+XML_LIB     = -L/nwprod/lib -lxmlparse
+SIGIO_LIB   = -L$(NEMS_LIBS) -lsigio
+SFCIO_LIB   = -L$(NEMS_LIBS) -lsfcio_4
+
+EXTLIBS     = $(NEMSIO_LIB) \
+              $(W3_LIB) \
+              $(BACIO_LIB) \
+              $(SP_LIB) \
+              $(ESMF_LIB) \
+              $(NETCDF_LIB) \
+              $(SYS_LIB)
+
+
+EXTLIBS_POST = $(POST_LIB) \
+               $(NEMSIO_LIB) \
+               $(W3_POST_LIB) \
+               $(XML_LIB) \
+               $(G2_LIB) \
+               $(BACIO_LIB) \
+               $(SIGIO_LIB) \
+               $(SFCIO_LIB) \
+               $(SP_LIB) \
+               $(CRTM_LIB) \
+               $(ESMF_LIB) \
+               $(NETCDF_LIB) \
+               $(SYS_LIB)
+
+FC          = mpiifort -openmp -openmp-report2 -mkl=sequential
+FPP         = -fpp
+CC          = mpiicc
+FREE        = -free
+FIXED       = -fixed
+R8          = -r8
+
+FINCS       = $(ESMF_INC) $(NEMSIO_INC) $(NETCDF_INC)
+TRAPS       =
+#TRAPS       = -ftrapuv -check all -fp-stack-check -fpe0 -traceback
+#TRAPS       = -ftrapuv -check bounds -check format -check output_conversion -check pointers -check uninit -fp-stack-check
+
+FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model fast=1  -ftz \
+                 -prec-div  -no-prec-sqrt \
+                 -align array64byte
+FFLAGS      = $(TRAPS) $(FINCS) -convert big_endian -assume byterecl -fp-model precise 
+
+OPTS_NMM    = -O2
+OPTS_GFS    = -O3
+OPTS_GEN    = -O2
+OPTS_FIM    = -O2
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DENABLE_SMP -DCHNK_RRTM=8
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
+
+#MAKEDEPF90  = /nwprod/util/exec/makedepf90
+MAKEDEPF90  = makedepf90
+
Index: checkout/conf/configure.nems.Linux.gnu
===================================================================
--- checkout/conf/configure.nems.Linux.gnu	(nonexistent)
+++ checkout/conf/configure.nems.Linux.gnu	(revision 85747)
@@ -0,0 +1,106 @@
+## NEMS configuration file
+##
+## Platform: generic Linux
+## Compiler: GNU compilers through wrappers determined by ESMF
+
+SHELL           = /bin/ksh
+
+################################################################################
+## Include the common configuration parts
+
+include         $(TOP)/conf/configure.nems.NUOPC
+
+################################################################################
+## Settings to be fed into the NEMS makefile. Only the following variables are
+## used by NEMS makefile:
+##  * EXTLIBS       ( for non-post targets)
+##  * EXTLIBS_POST  ( for post targets)
+##  * FFLAGS
+##  * FFLAGS_NMM
+##  * FFLAGS_GFS
+##  * FFLAGS_GFSF
+##  * FFLAGS_GEN
+##  * FFLAGS_FIM
+##  * FC
+##  * CC
+##  * CPP
+##  * CPPFLAGS
+##  * RM
+################################################################################
+
+NETCDF_LIB  = 
+
+LIBDIR      = /twixhome/gerhard/WorkESMF/NUOPC-NEMS/TWIX/nemslibs
+
+NEMSIO_INC  = -I${LIBDIR}/incmod/nemsio
+NEMSIO_LIB  = -L${LIBDIR} -lnemsio
+
+W3_LIB      = -L${LIBDIR} -lw3nco_d -lw3emc_d
+BACIO_LIB   = -L${LIBDIR} -lbacio_4
+SP_LIB      = -L${LIBDIR} -lsp_d
+SYS_LIB     =
+
+EXTLIBS     = $(NEMSIO_LIB) \
+              $(W3_LIB) \
+              $(BACIO_LIB) \
+              $(SP_LIB) \
+              $(ESMF_LIB) \
+              $(NETCDF_LIB) \
+              $(SYS_LIB)
+
+## for the post quilting option
+POSTDIR     = ${LIBDIR}
+POST_LIB    = -L${POSTDIR} -lnceppost
+W3_POST_LIB = -L${LIBDIR} -lw3nco_4 -lw3emc_4
+CRTM_LIB    = -L${LIBDIR} -lcrtm_v2.0.6
+G2_LIB      = -L${LIBDIR} -lg2tmpl -lg2_4 -ljasper -lpng -lz
+XML_LIB     = -L${LIBDIR} -lxmlparse
+SIGIO_LIB   = -L${LIBDIR} -lsigio_4
+SFCIO_LIB   = -L${LIBDIR} -lsfcio_4
+
+EXTLIBS_POST = $(POST_LIB) \
+               $(NEMSIO_LIB) \
+               $(W3_POST_LIB) \
+               $(XML_LIB) \
+               $(G2_LIB) \
+               $(BACIO_LIB) \
+               $(SIGIO_LIB) \
+               $(SFCIO_LIB) \
+               $(SP_LIB) \
+               $(CRTM_LIB) \
+               $(ESMF_LIB) \
+               $(NETCDF_LIB) \
+               $(SYS_LIB)
+###
+FC          = $(ESMF_F90COMPILER) -fopenmp
+FPP         = -cpp
+CC          = $(ESMF_CXXCOMPILER) -fopenmp
+FREE        = -ffree-form
+FIXED       = -ffixed-form
+R8          = -fdefault-real-8 -fdefault-double-8
+
+FINCS       = $(ESMF_INC) $(NEMSIO_INC)
+TRAPS       =
+#TRAPS       = -ftrapuv -check all -fp-stack-check
+#TRAPS       = -ftrapuv -check bounds -check format -check output_conversion -check pointers -check uninit -fp-stack-check
+
+FFLAGS      = $(TRAPS) $(FINCS) -fno-range-check  -ffree-line-length-none
+
+OPTS_NMM    = -O3
+OPTS_GFS    = -O3
+OPTS_GEN    = -O3
+OPTS_FIM    = -O3
+
+FFLAGS_NMM  = $(OPTS_NMM) $(FFLAGS)
+FFLAGS_GFS  = $(OPTS_GFS) $(FFLAGS) $(FREE)
+FFLAGS_GFSF = $(OPTS_GFS) $(FFLAGS) $(FIXED)
+FFLAGS_GEN  = $(OPTS_GEN) $(FFLAGS)
+FFLAGS_FIM  = $(OPTS_FIM) $(FFLAGS)
+
+CPP         = /lib/cpp -P -traditional
+CPPFLAGS    = -DCHNK_RRTM=8 -DENABLE_SMP -DTHREAD_2D
+
+AR          = ar
+ARFLAGS     = -r
+
+RM          = rm
Index: checkout/modulefiles/wcoss.phase2
===================================================================
--- checkout/modulefiles/wcoss.phase2	(nonexistent)
+++ checkout/modulefiles/wcoss.phase2	(revision 85747)
@@ -0,0 +1 @@
+link wcoss.phase1
\ No newline at end of file

Property changes on: checkout/modulefiles/wcoss.phase2
___________________________________________________________________
Added: svn:special
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/yellowstone/ESMF_700_gsm_preload
===================================================================
--- checkout/modulefiles/yellowstone/ESMF_700_gsm_preload	(nonexistent)
+++ checkout/modulefiles/yellowstone/ESMF_700_gsm_preload	(revision 85747)
@@ -0,0 +1,35 @@
+module purge
+ module load PrgEnv-intel/5.2.56
+ module unload NetCDF-intel-haswell/3.6.3
+ module load NetCDF-intel-sandybridge/4.2
+ module load HDF5-serial-intel-sandybridge/1.8.9
+ module load zlib-intel-sandybridge/1.2.7
+ module load cray-mpich/7.2.0
+ module load PrgEnv-intel
+ module load craype-haswell
+ module load cray-mpich
+ module load crtm-intel/2.0.6
+ module load intel
+ module load png-intel-sandybridge/1.2.44
+
+ module load w3emc-intel/2.2.0
+ module load w3nco-intel/2.0.6
+ module load sp-intel/2.0.2
+ module load sigio-intel/2.0.1
+ module load sfcio-intel/1.0.0
+ module load g2-intel/2.5.0
+ module load g2c-intel/1.5.0
+ module load g2tmpl-intel/1.4.0
+ module load crtm-intel/2.0.6
+ module load xmlparse-intel-sandybridge/2.0.0
+ module load jasper-gnu-sandybridge/1.900.1
+
+ module use /usrx/local/dev/modulefiles
+ module load ESMF-intel-haswell/7_0_0
+ module use /usrx/local/nceplibs/modulefiles
+ module load nemsio-intel/2.2.3
+ module load bacio-intel/2.0.2
+
+module use -a /usrx/local/nceplibs/NEMSmodulefiles
+module load chem/10.0.10wcoss phys/10.0.10wcoss
+

Property changes on: checkout/modulefiles/yellowstone/ESMF_700_gsm_preload
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/yellowstone/ESMF_NUOPC
===================================================================
--- checkout/modulefiles/yellowstone/ESMF_NUOPC	(nonexistent)
+++ checkout/modulefiles/yellowstone/ESMF_NUOPC	(revision 85747)
@@ -0,0 +1,14 @@
+#!/bin/sh
+
+# This script is responsible for loading modules that are compatible with
+# the NUOPC Layer version used in NEMS.
+
+# Yellostone does not have recent enough ESMF modules officially installed,
+# and the default ESMF module conflicts with a custom ESMF module directory
+
+source /etc/profile
+module purge
+module load ncarenv/1.0 ncarbinlibs/1.1 intel/15.0.0 ncarcompilers/1.0 netcdf/4.3.0 mkl/11.1.2 impi/4.0.3.008 subversion/1.8.9
+#module use /glade/p/work/drosen/modulefiles/yellowstone
+#module load esmf_drosen/7.0.0
+#module load jasper/1.900.1 gribapi/1.12.3

Property changes on: checkout/modulefiles/yellowstone/ESMF_NUOPC
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/theia/ESMF_700_gsm
===================================================================
--- checkout/modulefiles/theia/ESMF_700_gsm	(nonexistent)
+++ checkout/modulefiles/theia/ESMF_700_gsm	(revision 85747)
@@ -0,0 +1,19 @@
+
+# This script is responsible for loading modules for GSM build with ESMF v7
+
+ module purge
+ module load intel/15.1.133 impi/5.0.3.048 netcdf/4.3.0 szip esmf/7.0.0
+
+module use -a /scratch3/NCEPDEV/nwprod/lib/modulefiles
+module load w3nco/v2.0.6
+module load w3emc/v2.0.5
+module load sp/v2.0.2
+module load crtm/v2.0.6
+module load g2tmpl/v1.3.0 g2/v2.5.0 jasper/v1.900.1 png/v1.2.44 z/v1.2.6
+module load sigio/v2.0.1
+module load sfcio/v1.0.0
+module load xmlparse/v2.0.0
+
+module use -a /scratch3/NCEPDEV/nceplibs/modulefiles
+module load bacio/v2.0.2
+module load nemsio/v2.2.3

Property changes on: checkout/modulefiles/theia/ESMF_700_gsm
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/theia/ESMF_700_nmmb
===================================================================
--- checkout/modulefiles/theia/ESMF_700_nmmb	(nonexistent)
+++ checkout/modulefiles/theia/ESMF_700_nmmb	(revision 85747)
@@ -0,0 +1,22 @@
+
+# This script is responsible for loading modules that are compatible with
+# the ESMF 7.0.0 API.
+
+module purge
+module load intel/15.1.133 impi/5.0.3.048 netcdf/4.3.0 esmf/7.0.0
+##
+## load nwprod libraries
+##
+module use -a /scratch3/NCEPDEV/nwprod/lib/modulefiles
+module use -a /scratch3/NCEPDEV/nceplibs/dev/NEMSmodulefiles
+module load chem/10.0.10theia phys/10.0.10theia
+module load bacio/v2.0.1
+module load nemsio/v2.2.1
+module load w3nco/v2.0.6
+module load w3emc/v2.0.5
+module load sp/v2.0.2
+module load crtm/v2.0.6
+module load g2tmpl/v1.3.0 g2/v2.5.0 jasper/v1.900.1 png/v1.2.44 z/v1.2.6
+module load sigio/v2.0.1
+module load sfcio/v1.0.0
+

Property changes on: checkout/modulefiles/theia/ESMF_700_nmmb
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/theia/ESMF_700_gsm_preload
===================================================================
--- checkout/modulefiles/theia/ESMF_700_gsm_preload	(nonexistent)
+++ checkout/modulefiles/theia/ESMF_700_gsm_preload	(revision 85747)
@@ -0,0 +1,23 @@
+
+# This script is responsible for loading modules for GSM build with ESMF v7
+
+ module purge
+ module load intel/15.1.133 impi/5.0.3.048 netcdf/4.3.0 szip esmf/7.0.0
+
+module use -a /scratch3/NCEPDEV/nwprod/lib/modulefiles
+module load w3nco/v2.0.6
+module load w3emc/v2.0.5
+module load sp/v2.0.2
+module load crtm/v2.0.6
+module load g2tmpl/v1.3.0 g2/v2.5.0 jasper/v1.900.1 png/v1.2.44 z/v1.2.6
+module load sigio/v2.0.1
+module load sfcio/v1.0.0
+module load xmlparse/v2.0.0
+
+module use -a /scratch3/NCEPDEV/nceplibs/modulefiles
+module load bacio/v2.0.2
+module load nemsio/v2.2.3
+
+module use -a /scratch3/NCEPDEV/nceplibs/dev/NEMSmodulefiles
+module load chem/10.0.10theia phys/10.0.10theia
+

Property changes on: checkout/modulefiles/theia/ESMF_700_gsm_preload
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/theia/ESMF_NUOPC
===================================================================
--- checkout/modulefiles/theia/ESMF_NUOPC	(nonexistent)
+++ checkout/modulefiles/theia/ESMF_NUOPC	(revision 85747)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# This script is responsible for loading modules that are compatible with
+# the NUOPC Layer version used in NEMS.
+
+source /etc/profile
+module load intel/14.0.2 impi/4.1.3.048 netcdf/4.3.0
+module use /scratch4/NCEPDEV/nems/save/Gerhard.Theurich/Modulefiles
+module load esmf/7.0.0
+module use /scratch4/NCEPDEV/nems/save/Daniel.Rosen/Modulefiles/theia
+module load jasper/1.900.1 gribapi/1.12.3

Property changes on: checkout/modulefiles/theia/ESMF_NUOPC
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/wcoss.cray/ESMF_700_gsm
===================================================================
--- checkout/modulefiles/wcoss.cray/ESMF_700_gsm	(nonexistent)
+++ checkout/modulefiles/wcoss.cray/ESMF_700_gsm	(revision 85747)
@@ -0,0 +1,32 @@
+module purge
+ module load PrgEnv-intel/5.2.56
+ module unload NetCDF-intel-haswell/3.6.3
+ module load NetCDF-intel-sandybridge/4.2
+ module load HDF5-serial-intel-sandybridge/1.8.9
+ module load zlib-intel-sandybridge/1.2.7
+ module load cray-mpich/7.2.0
+ module load PrgEnv-intel
+ module load craype-haswell
+ module load cray-mpich
+ module load crtm-intel/2.0.6
+ module load intel
+ module load png-intel-sandybridge/1.2.44
+
+ module load w3emc-intel/2.2.0
+ module load w3nco-intel/2.0.6
+ module load sp-intel/2.0.2
+ module load sigio-intel/2.0.1
+ module load sfcio-intel/1.0.0
+ module load g2-intel/2.5.0
+ module load g2c-intel/1.5.0
+ module load g2tmpl-intel/1.4.0
+ module load crtm-intel/2.0.6
+ module load xmlparse-intel-sandybridge/2.0.0
+ module load jasper-gnu-sandybridge/1.900.1
+
+ module use /usrx/local/dev/modulefiles
+ module load ESMF-intel-haswell/7_0_0
+ module use /usrx/local/nceplibs/modulefiles
+ module load nemsio-intel/2.2.3
+ module load bacio-intel/2.0.2
+

Property changes on: checkout/modulefiles/wcoss.cray/ESMF_700_gsm
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/gaea/ESMF_NUOPC
===================================================================
--- checkout/modulefiles/gaea/ESMF_NUOPC	(nonexistent)
+++ checkout/modulefiles/gaea/ESMF_NUOPC	(revision 85747)
@@ -0,0 +1,11 @@
+#!/bin/sh
+
+# This script is responsible for loading modules that are compatible with
+# the NUOPC Layer version used in NEMS.
+
+module swap PrgEnv-pgi PrgEnv-intel
+#module load esmf/6.3.0r
+# -> MOM5 needs a NetCDF enabled ESMF
+# -> NEMS now uses methods from the ESMF v7 NUOPC Layer API
+module use ~Gerhard.Theurich/Modulefiles
+module load esmf/7.0.0

Property changes on: checkout/modulefiles/gaea/ESMF_NUOPC
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/wcoss.phase1/ESMF_700_gsm
===================================================================
--- checkout/modulefiles/wcoss.phase1/ESMF_700_gsm	(nonexistent)
+++ checkout/modulefiles/wcoss.phase1/ESMF_700_gsm	(revision 85747)
@@ -0,0 +1,23 @@
+module purge
+module load EnvVars/1.0.0 ics/15.0.3 lsf NetCDF/4.2/serial ibmpe ESMF/700 HDF5/1.8.9/serial z/v1.2.6
+
+##
+## load nwprod2 libraries
+##
+module load bacio/v2.0.2
+module load w3nco/v2.0.6
+module load w3emc/v2.2.0
+module load sp/v2.0.2
+module load sigio/v2.0.1
+module load sfcio/v1.0.0
+module load g2/v2.5.0
+module load g2c/v1.5.0
+module load g2tmpl/v1.4.0
+module load crtm/v2.0.6
+module load xmlparse/v2.0.0
+module load jasper/v1.900.1
+
+
+module use -a /usrx/local/nceplibs/modulefiles
+module load nemsio/v2.2.3
+

Property changes on: checkout/modulefiles/wcoss.phase1/ESMF_700_gsm
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/wcoss.phase1/ESMF_700_nmmb
===================================================================
--- checkout/modulefiles/wcoss.phase1/ESMF_700_nmmb	(nonexistent)
+++ checkout/modulefiles/wcoss.phase1/ESMF_700_nmmb	(revision 85747)
@@ -0,0 +1,22 @@
+module purge
+module load ics/15.0.3 ibmpe lsf NetCDF/4.2/serial
+module use /nems/save/Patrick.Tripp/modulefiles
+module load esmf/7.0.0
+#module use ESMF/700
+module use -a /usrx/local/nceplibs/NEMSmodulefiles
+module load chem/10.0.10wcoss phys/10.0.10wcoss
+
+
+
+##
+## load nwprod libraries
+##
+module load bacio/v2.0.2
+module load nemsio/v2.2.1
+module load w3nco/v2.0.6
+module load w3emc/v2.2.0
+module load sp/v2.0.2
+module load crtm/v2.0.6
+module load g2tmpl/v1.4.0 g2/v2.5.0 jasper/v1.900.1 png/v1.2.44 z/v1.2.6
+module load sigio/v2.0.1
+module load sfcio/v1.0.0

Property changes on: checkout/modulefiles/wcoss.phase1/ESMF_700_nmmb
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/wcoss.phase1/ESMF_700_gsm_preload
===================================================================
--- checkout/modulefiles/wcoss.phase1/ESMF_700_gsm_preload	(nonexistent)
+++ checkout/modulefiles/wcoss.phase1/ESMF_700_gsm_preload	(revision 85747)
@@ -0,0 +1,25 @@
+module purge
+module load EnvVars/1.0.0 ics/15.0.3 lsf NetCDF/4.2/serial ibmpe ESMF/700 HDF5/1.8.9/serial z/v1.2.6
+
+##
+## load nwprod2 libraries
+##
+module load bacio/v2.0.2
+module load w3nco/v2.0.6
+module load w3emc/v2.2.0
+module load sp/v2.0.2
+module load sigio/v2.0.1
+module load sfcio/v1.0.0
+module load g2/v2.5.0
+module load g2c/v1.5.0
+module load g2tmpl/v1.4.0
+module load crtm/v2.0.6
+module load xmlparse/v2.0.0
+module load jasper/v1.900.1
+
+
+module use -a /usrx/local/nceplibs/modulefiles
+module load nemsio/v2.2.3
+
+module use -a /usrx/local/nceplibs/NEMSmodulefiles
+module load chem/10.0.10wcoss phys/10.0.10wcoss

Property changes on: checkout/modulefiles/wcoss.phase1/ESMF_700_gsm_preload
___________________________________________________________________
Added: svn:executable
## -0,0 +1 ##
+*
\ No newline at end of property
Index: checkout/modulefiles/wcoss.phase1/ESMF_NUOPC
===================================================================
--- checkout/modulefiles/wcoss.phase1/ESMF_NUOPC	(nonexistent)
+++ checkout/modulefiles/wcoss.phase1/ESMF_NUOPC	(revision 85747)
@@ -0,0 +1,7 @@
+# This script is responsible for loading modules that are compatible with
+# the NUOPC Layer version used in NEMS.
+
+module purge
+module use /nems/save/Patrick.Tripp/modulefiles
+module load EnvVars/1.0.0 ibmpe lsf NetCDF/4.2/serial esmf/7.1.0bs5
+module load ics/15.0.3
Index: checkout/GSM-GOCART.appBuilder
===================================================================
--- checkout/GSM-GOCART.appBuilder	(revision 85621)
+++ checkout/GSM-GOCART.appBuilder	(revision 85747)
@@ -2,7 +2,7 @@
 #
 ## NEMS Application Builder file
 
-COMPONENTS=( GSM )
+COMPONENTS=( LegacyGSM )
 
 # Note lack of environment_* files to ensure the user does not
 # accidentally use the invalid modules listed in
@@ -9,4 +9,13 @@
 # nemsLegacy.appBuilder.
 
 MAKEOPT='gsm GOCART_MODE=full'
-CONFOPT="gsm_intel_${MACHINE_ID:?}"
\ No newline at end of file
+CONFOPT="gsm_intel_${MACHINE_ID:?}"
+
+case "$FULL_MACHINE_ID" in
+    yellowstone|gaea)
+        CHOSEN_MODULE=$FULL_MACHINE_ID/ESMF_NUOPC
+        ;;
+    wcoss*|theia)
+        CHOSEN_MODULE=$FULL_MACHINE_ID/ESMF_700_gsm
+        ;;
+esac
Index: checkout/GSM.appBuilder
===================================================================
--- checkout/GSM.appBuilder	(revision 85621)
+++ checkout/GSM.appBuilder	(revision 85747)
@@ -2,7 +2,7 @@
 #
 ## NEMS Application Builder file
 
-COMPONENTS=( GSM )
+COMPONENTS=( LegacyGSM )
 
 # Note lack of environment_* files to ensure the user does not
 # accidentally use the invalid modules listed in
@@ -9,4 +9,13 @@
 # nemsLegacy.appBuilder.
 
 MAKEOPT=gsm
-CONFOPT="gsm_intel_${MACHINE_ID:?}"
\ No newline at end of file
+CONFOPT="gsm_intel_${MACHINE_ID:?}"
+
+case "$FULL_MACHINE_ID" in
+    yellowstone|gaea)
+        CHOSEN_MODULE=$FULL_MACHINE_ID/ESMF_NUOPC
+        ;;
+    wcoss*|theia)
+        CHOSEN_MODULE=$FULL_MACHINE_ID/ESMF_700_gsm
+        ;;
+esac
Index: checkout/oldcompsets/2009_nems_gsm_mom5
===================================================================
--- checkout/oldcompsets/2009_nems_gsm_mom5	(nonexistent)
+++ checkout/oldcompsets/2009_nems_gsm_mom5	(revision 85747)
@@ -0,0 +1,211 @@
+###############################################################################
+#
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -      1h           2h    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2009120100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> Mediator <-2h-> MOM5 ... 1 day"
+
+# -
+export CNTL_DIR=2009_nems_gsm_mom5
+export LIST_FILES=" \
+    sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+    sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+    flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 \
+ field_atm_export_inst_down_lw_flx.nc                \
+ field_atm_export_inst_down_sw_flx.nc                \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc         \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc         \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc        \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc        \
+ field_atm_export_inst_laten_heat_flx.nc             \
+ field_atm_export_inst_merid_moment_flx.nc           \
+ field_atm_export_inst_merid_wind_height10m.nc       \
+ field_atm_export_inst_net_lw_flx.nc                 \
+ field_atm_export_inst_net_sw_flx.nc                 \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc          \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc          \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc         \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc         \
+ field_atm_export_inst_pres_height_surface.nc        \
+ field_atm_export_inst_sensi_heat_flx.nc             \
+ field_atm_export_inst_spec_humid_height2m.nc        \
+ field_atm_export_inst_surface_height.nc             \
+ field_atm_export_inst_temp_height2m.nc              \
+ field_atm_export_inst_temp_height_surface.nc        \
+ field_atm_export_inst_zonal_moment_flx.nc           \
+ field_atm_export_inst_zonal_wind_height10m.nc       \
+ field_atm_export_mean_down_lw_flx.nc                \
+ field_atm_export_mean_down_sw_flx.nc                \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc         \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc         \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc        \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc        \
+ field_atm_export_mean_laten_heat_flx.nc             \
+ field_atm_export_mean_merid_moment_flx.nc           \
+ field_atm_export_mean_net_lw_flx.nc                 \
+ field_atm_export_mean_net_sw_flx.nc                 \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc          \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc          \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc         \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc         \
+ field_atm_export_mean_prec_rate.nc                  \
+ field_atm_export_mean_sensi_heat_flx.nc             \
+ field_atm_export_mean_zonal_moment_flx.nc           \
+ field_atm_import_ice_fraction.nc                    \
+ field_atm_import_inst_ice_ir_dif_albedo.nc          \
+ field_atm_import_inst_ice_ir_dir_albedo.nc          \
+ field_atm_import_inst_ice_vis_dif_albedo.nc         \
+ field_atm_import_inst_ice_vis_dir_albedo.nc         \
+ field_atm_import_land_mask.nc                        \
+ field_atm_import_mean_evap_rate_atm_into_ice.nc      \
+ field_atm_import_mean_laten_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_up_lw_flx_ice.nc               \
+ field_atm_import_sea_surface_temperature.nc          \
+ field_atm_import_stress_on_air_ice_merid.nc          \
+ field_atm_import_stress_on_air_ice_zonal.nc          \
+ field_med_from_atm_inst_down_lw_flx.nc               \
+ field_med_from_atm_inst_down_sw_flx.nc               \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc        \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc        \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc       \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc       \
+ field_med_from_atm_inst_laten_heat_flx.nc            \
+ field_med_from_atm_inst_merid_moment_flx.nc          \
+ field_med_from_atm_inst_merid_wind_height10m.nc      \
+ field_med_from_atm_inst_net_lw_flx.nc                \
+ field_med_from_atm_inst_net_sw_flx.nc                \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc         \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc         \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc        \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc        \
+ field_med_from_atm_inst_pres_height_surface.nc       \
+ field_med_from_atm_inst_sensi_heat_flx.nc            \
+ field_med_from_atm_inst_spec_humid_height2m.nc       \
+ field_med_from_atm_inst_surface_height.nc            \
+ field_med_from_atm_inst_temp_height2m.nc             \
+ field_med_from_atm_inst_temp_height_surface.nc       \
+ field_med_from_atm_inst_zonal_moment_flx.nc          \
+ field_med_from_atm_inst_zonal_wind_height10m.nc      \
+ field_med_from_atm_mean_down_lw_flx.nc               \
+ field_med_from_atm_mean_down_sw_flx.nc               \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc        \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc        \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc       \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc       \
+ field_med_from_atm_mean_laten_heat_flx.nc            \
+ field_med_from_atm_mean_merid_moment_flx.nc          \
+ field_med_from_atm_mean_net_lw_flx.nc                \
+ field_med_from_atm_mean_net_sw_flx.nc                \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc         \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc         \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc        \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc        \
+ field_med_from_atm_mean_prec_rate.nc                 \
+ field_med_from_atm_mean_sensi_heat_flx.nc            \
+ field_med_from_atm_mean_zonal_moment_flx.nc          \
+ field_med_from_ocn_ocean_mask.nc                     \
+ field_med_from_ocn_sea_lev.nc                        \
+ field_med_from_ocn_sea_surface_temperature.nc        \
+ field_med_from_ocn_s_surf.nc                         \
+ field_med_from_ocn_u_surf.nc                         \
+ field_med_from_ocn_v_surf.nc                         \
+ field_med_to_atm_ice_fraction.nc                     \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc           \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc           \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc          \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc          \
+ field_med_to_atm_land_mask.nc                        \
+ field_med_to_atm_mean_evap_rate_atm_into_ice.nc      \
+ field_med_to_atm_mean_laten_heat_flx_atm_into_ice.nc \
+ field_med_to_atm_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_med_to_atm_mean_up_lw_flx_ice.nc               \
+ field_med_to_atm_sea_surface_temperature.nc          \
+ field_med_to_atm_stress_on_air_ice_merid.nc          \
+ field_med_to_atm_stress_on_air_ice_zonal.nc          \
+ field_med_to_ocn_inst_pres_height_surface.nc         \
+ field_med_to_ocn_mean_evap_rate.nc                   \
+ field_med_to_ocn_mean_fprec_rate.nc                  \
+ field_med_to_ocn_mean_merid_moment_flx.nc            \
+ field_med_to_ocn_mean_net_lw_flx.nc                  \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc           \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc           \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc          \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc          \
+ field_med_to_ocn_mean_prec_rate.nc                   \
+ field_med_to_ocn_mean_sensi_heat_flx.nc              \
+ field_med_to_ocn_mean_zonal_moment_flx.nc            \
+ field_ocn_export_ocean_mask.nc                       \
+ field_ocn_export_sea_lev.nc                          \
+ field_ocn_export_sea_surface_temperature.nc          \
+ field_ocn_export_s_surf.nc                           \
+ field_ocn_export_u_surf.nc                           \
+ field_ocn_export_v_surf.nc                           \
+ field_ocn_import_inst_pres_height_surface.nc         \
+ field_ocn_import_mean_evap_rate.nc                   \
+ field_ocn_import_mean_fprec_rate.nc                  \
+ field_ocn_import_mean_merid_moment_flx.nc            \
+ field_ocn_import_mean_net_lw_flx.nc                  \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc           \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc           \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc          \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc          \
+ field_ocn_import_mean_prec_rate.nc                   \
+ field_ocn_import_mean_sensi_heat_flx.nc              \
+ field_ocn_import_mean_zonal_moment_flx.nc            \
+ array_gsm_grid_coord1.nc                             \
+ array_gsm_grid_coord2.nc                             \
+ array_med_atm_grid_area.nc                           \
+ array_med_atm_grid_coord1.nc                         \
+ array_med_atm_grid_coord2.nc                         \
+ array_med_atm_grid_corner1.nc                        \
+ array_med_atm_grid_corner2.nc                        \
+ array_med_atm_grid_mask.nc                           \
+ array_med_ice_grid_coord1.nc                         \
+ array_med_ice_grid_coord2.nc                         \
+ array_med_ice_grid_corner1.nc                        \
+ array_med_ice_grid_corner2.nc                        \
+ array_med_med_grid_coord1.nc                         \
+ array_med_med_grid_coord2.nc                         \
+ array_med_med_grid_corner1.nc                        \
+ array_med_med_grid_corner2.nc                        \
+ array_med_ocn_grid_area.nc                           \
+ array_med_ocn_grid_coord1.nc                         \
+ array_med_ocn_grid_coord2.nc                         \
+ array_med_ocn_grid_corner1.nc                        \
+ array_med_ocn_grid_corner2.nc                        \
+ array_med_ocn_grid_mask.nc"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=64
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+export FHZER=1
+export FHOUT=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ocn_model=mom5
+export ocn_petlist_bounds="32 55"
+export med_model=nems
+export med_petlist_bounds="56 63"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_mom5
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/2009_nems_gsm_sice_mom5
===================================================================
--- checkout/oldcompsets/2009_nems_gsm_sice_mom5	(nonexistent)
+++ checkout/oldcompsets/2009_nems_gsm_sice_mom5	(revision 85747)
@@ -0,0 +1,213 @@
+###############################################################################
+#                    SICE  
+#                     | 1h 
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -      1h           2h    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2009120100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> MED <-1h-> SICE <-1h-> MED <-2h-> MOM5 ... 1 day"
+
+# -
+export CNTL_DIR=2009_nems_gsm_mom5
+export LIST_FILES=" \
+    sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+    sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+    flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 \
+ field_atm_export_inst_down_lw_flx.nc                \
+ field_atm_export_inst_down_sw_flx.nc                \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc         \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc         \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc        \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc        \
+ field_atm_export_inst_laten_heat_flx.nc             \
+ field_atm_export_inst_merid_moment_flx.nc           \
+ field_atm_export_inst_merid_wind_height10m.nc       \
+ field_atm_export_inst_net_lw_flx.nc                 \
+ field_atm_export_inst_net_sw_flx.nc                 \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc          \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc          \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc         \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc         \
+ field_atm_export_inst_pres_height_surface.nc        \
+ field_atm_export_inst_sensi_heat_flx.nc             \
+ field_atm_export_inst_spec_humid_height2m.nc        \
+ field_atm_export_inst_surface_height.nc             \
+ field_atm_export_inst_temp_height2m.nc              \
+ field_atm_export_inst_temp_height_surface.nc        \
+ field_atm_export_inst_zonal_moment_flx.nc           \
+ field_atm_export_inst_zonal_wind_height10m.nc       \
+ field_atm_export_mean_down_lw_flx.nc                \
+ field_atm_export_mean_down_sw_flx.nc                \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc         \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc         \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc        \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc        \
+ field_atm_export_mean_laten_heat_flx.nc             \
+ field_atm_export_mean_merid_moment_flx.nc           \
+ field_atm_export_mean_net_lw_flx.nc                 \
+ field_atm_export_mean_net_sw_flx.nc                 \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc          \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc          \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc         \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc         \
+ field_atm_export_mean_prec_rate.nc                  \
+ field_atm_export_mean_sensi_heat_flx.nc             \
+ field_atm_export_mean_zonal_moment_flx.nc           \
+ field_atm_import_ice_fraction.nc                    \
+ field_atm_import_inst_ice_ir_dif_albedo.nc          \
+ field_atm_import_inst_ice_ir_dir_albedo.nc          \
+ field_atm_import_inst_ice_vis_dif_albedo.nc         \
+ field_atm_import_inst_ice_vis_dir_albedo.nc         \
+ field_atm_import_land_mask.nc                        \
+ field_atm_import_mean_evap_rate_atm_into_ice.nc      \
+ field_atm_import_mean_laten_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_up_lw_flx_ice.nc               \
+ field_atm_import_sea_surface_temperature.nc          \
+ field_atm_import_stress_on_air_ice_merid.nc          \
+ field_atm_import_stress_on_air_ice_zonal.nc          \
+ field_med_from_atm_inst_down_lw_flx.nc               \
+ field_med_from_atm_inst_down_sw_flx.nc               \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc        \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc        \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc       \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc       \
+ field_med_from_atm_inst_laten_heat_flx.nc            \
+ field_med_from_atm_inst_merid_moment_flx.nc          \
+ field_med_from_atm_inst_merid_wind_height10m.nc      \
+ field_med_from_atm_inst_net_lw_flx.nc                \
+ field_med_from_atm_inst_net_sw_flx.nc                \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc         \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc         \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc        \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc        \
+ field_med_from_atm_inst_pres_height_surface.nc       \
+ field_med_from_atm_inst_sensi_heat_flx.nc            \
+ field_med_from_atm_inst_spec_humid_height2m.nc       \
+ field_med_from_atm_inst_surface_height.nc            \
+ field_med_from_atm_inst_temp_height2m.nc             \
+ field_med_from_atm_inst_temp_height_surface.nc       \
+ field_med_from_atm_inst_zonal_moment_flx.nc          \
+ field_med_from_atm_inst_zonal_wind_height10m.nc      \
+ field_med_from_atm_mean_down_lw_flx.nc               \
+ field_med_from_atm_mean_down_sw_flx.nc               \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc        \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc        \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc       \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc       \
+ field_med_from_atm_mean_laten_heat_flx.nc            \
+ field_med_from_atm_mean_merid_moment_flx.nc          \
+ field_med_from_atm_mean_net_lw_flx.nc                \
+ field_med_from_atm_mean_net_sw_flx.nc                \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc         \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc         \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc        \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc        \
+ field_med_from_atm_mean_prec_rate.nc                 \
+ field_med_from_atm_mean_sensi_heat_flx.nc            \
+ field_med_from_atm_mean_zonal_moment_flx.nc          \
+ field_med_from_ocn_ocean_mask.nc                     \
+ field_med_from_ocn_sea_lev.nc                        \
+ field_med_from_ocn_sea_surface_temperature.nc        \
+ field_med_from_ocn_s_surf.nc                         \
+ field_med_from_ocn_u_surf.nc                         \
+ field_med_from_ocn_v_surf.nc                         \
+ field_med_to_atm_ice_fraction.nc                     \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc           \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc           \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc          \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc          \
+ field_med_to_atm_land_mask.nc                        \
+ field_med_to_atm_mean_evap_rate_atm_into_ice.nc      \
+ field_med_to_atm_mean_laten_heat_flx_atm_into_ice.nc \
+ field_med_to_atm_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_med_to_atm_mean_up_lw_flx_ice.nc               \
+ field_med_to_atm_sea_surface_temperature.nc          \
+ field_med_to_atm_stress_on_air_ice_merid.nc          \
+ field_med_to_atm_stress_on_air_ice_zonal.nc          \
+ field_med_to_ocn_inst_pres_height_surface.nc         \
+ field_med_to_ocn_mean_evap_rate.nc                   \
+ field_med_to_ocn_mean_fprec_rate.nc                  \
+ field_med_to_ocn_mean_merid_moment_flx.nc            \
+ field_med_to_ocn_mean_net_lw_flx.nc                  \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc           \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc           \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc          \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc          \
+ field_med_to_ocn_mean_prec_rate.nc                   \
+ field_med_to_ocn_mean_sensi_heat_flx.nc              \
+ field_med_to_ocn_mean_zonal_moment_flx.nc            \
+ field_ocn_export_ocean_mask.nc                       \
+ field_ocn_export_sea_lev.nc                          \
+ field_ocn_export_sea_surface_temperature.nc          \
+ field_ocn_export_s_surf.nc                           \
+ field_ocn_export_u_surf.nc                           \
+ field_ocn_export_v_surf.nc                           \
+ field_ocn_import_inst_pres_height_surface.nc         \
+ field_ocn_import_mean_evap_rate.nc                   \
+ field_ocn_import_mean_fprec_rate.nc                  \
+ field_ocn_import_mean_merid_moment_flx.nc            \
+ field_ocn_import_mean_net_lw_flx.nc                  \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc           \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc           \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc          \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc          \
+ field_ocn_import_mean_prec_rate.nc                   \
+ field_ocn_import_mean_sensi_heat_flx.nc              \
+ field_ocn_import_mean_zonal_moment_flx.nc            \
+ array_gsm_grid_coord1.nc                             \
+ array_gsm_grid_coord2.nc                             \
+ array_med_atm_grid_area.nc                           \
+ array_med_atm_grid_coord1.nc                         \
+ array_med_atm_grid_coord2.nc                         \
+ array_med_atm_grid_corner1.nc                        \
+ array_med_atm_grid_corner2.nc                        \
+ array_med_atm_grid_mask.nc                           \
+ array_med_ice_grid_coord1.nc                         \
+ array_med_ice_grid_coord2.nc                         \
+ array_med_ice_grid_corner1.nc                        \
+ array_med_ice_grid_corner2.nc                        \
+ array_med_med_grid_coord1.nc                         \
+ array_med_med_grid_coord2.nc                         \
+ array_med_med_grid_corner1.nc                        \
+ array_med_med_grid_corner2.nc                        \
+ array_med_ocn_grid_area.nc                           \
+ array_med_ocn_grid_coord1.nc                         \
+ array_med_ocn_grid_coord2.nc                         \
+ array_med_ocn_grid_corner1.nc                        \
+ array_med_ocn_grid_corner2.nc                        \
+ array_med_ocn_grid_mask.nc"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=66
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export A2OI_OUT=.true.
+export FHZER=1
+export FHOUT=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ocn_model=mom5
+export ocn_petlist_bounds="32 55"
+export ice_model=sice
+export ice_petlist_bounds="64 65"
+export med_model=nems
+export med_petlist_bounds="56 63"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_mom5
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%slg%T126_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%slg%T126_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%slg%T126_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,304 @@
+###############################################################################
+#                   CICE  
+#                     | 900s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    900s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SLG GSM <-900s-> MED <-900s-> CICE <-900s-> MED <-1800s-> MOM5 ... 1 day"
+
+# - NEMS configuration ---
+export NEMS_CASE=cfsr%20150401
+export NEMS_GRID=gsm%slg%T126_cice%0.5_mom5%0.5
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_CFSR_mask%0.5
+export TASKS=136
+export WLCLK=30
+export CDATE=2015040100
+export NDAYS=1
+export wave=126
+export lm=64
+export lsoil=4
+export isoil=4
+export FHZER=1
+export FHOUT=1
+export FHRES=1440
+# export FHROT=0
+export FHOUT_HF=1
+export FHMAX_HF=0
+export DELTIM=900
+
+export SLG=.true.
+export ADIABATIC=.false.
+export IAER=111
+export CPLFLX=.true.
+export A2OI_OUT=.false.
+
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+
+#export NEMSIOIN=.false.
+#export NEMSIOOUT=.false.
+#export SIGIOIN=.true.
+#export SIGIOOUT=.true.
+#export SFCIOOUT=.true.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+# export QUILT=.true.
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+# export FDFI=3
+export FDFI=0
+
+# The below have no effect - need to be added to PHYVARS and/or DYNVARS
+# export LDFI_SPECT=.true.
+# export LDFI_SPECT=.false.
+# export LONB=192
+# export LATB=94
+# export LONR=192
+# export LATR=94
+# T126 below
+export LONR=384
+export LATR=190
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+#export DATAICDIR=GFS_SLG
+export OROGRAPHY_UF=${FIXGLOBAL}/global_orography_uf.t${wave}.${LONR}.${LATR}.grb
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export atm_model=gsm
+export atm_petlist_bounds="0 23"     #24
+export ocn_model=mom5
+export ocn_petlist_bounds="24 55"    #32
+export ice_model=cice
+export ice_petlist_bounds="56 75"      #20
+export med_model=nems
+export med_petlist_bounds="76 135"
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=900.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+setup_med_nems
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1day_nems_gsm%slg%T126_cice%0.5_mom5%0.5_V0011
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 "
+LIST_FILES+=" \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      "
+LIST_FILES+=" \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ocn_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ field_med_ocn_a_ocnice_mask.nc                                   \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_fresh_water_to_ocean_rate.nc             \
+ field_med_from_ice_mean_ice_volume.nc                            \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_salt_rate.nc                             \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_snow_volume.nc                           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_net_heat_flx_to_ocn.nc                        \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_salt_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/2013_blocked_xatm_wrfhydro
===================================================================
--- checkout/oldcompsets/2013_blocked_xatm_wrfhydro	(nonexistent)
+++ checkout/oldcompsets/2013_blocked_xatm_wrfhydro	(revision 85747)
@@ -0,0 +1,39 @@
+###############################################################################
+#
+# TEST   - XATM + WRFHydro block coupled
+#        - 3h intervals for both XATM and WRF-Hydro
+#        - Starting at 2010061100, running for 12 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: Test XATM + WRF-Hydro concurrent coupled with 3h intervals"
+
+# -
+export CNTL_DIR=2013_blocked_xatm_wrfhydro
+export LIST_FILES=" \
+  field_atm_export_surface_runoff  \
+  field_atm_export_subsurface_runoff  \
+  field_atm_import_surface_head.nc  "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=32
+export WLCLK=30
+export CDATE=2013091100
+export NDAYS=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=blocked_atm_hyd
+export atm_model=xatm
+export atm_petlist_bounds="0 31"
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="0 31"
+export coupling_interval_sec=10800.0
+
+# - component specific setup calls ---
+setup_wrfhydro
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/cfsr%20150401_5day_nems_gsm%slg%T126_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_5day_nems_gsm%slg%T126_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_5day_nems_gsm%slg%T126_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,299 @@
+###############################################################################
+#                   CICE  
+#                     | 900s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    900s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 5 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SLG GSM <-900s-> MED <-900s-> CICE <-900s-> MED <-1800s-> MOM5 ... 5 days"
+
+# - NEMS configuration ---
+export NEMS_CASE=cfsr%20150401
+export NEMS_GRID=gsm%slg%T126_cice%0.5_mom5%0.5
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_CFSR_mask%0.5
+export TASKS=136
+export WLCLK=150
+export CDATE=2015040100
+export NDAYS=5
+export wave=126
+export lm=64
+export lsoil=4
+export isoil=4
+export FHZER=1
+export FHOUT=1
+export FHRES=1440    # set to a somewhat arbitrary large number for now
+# export FHROT=0
+export FHOUT_HF=1
+export FHMAX_HF=0
+export DELTIM=900
+
+export SLG=.true.
+export ADIABATIC=.false.
+export IAER=111
+export CPLFLX=.true.
+export A2OI_OUT=.false.
+
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+# export QUILT=.true.
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+# export FDFI=3
+export FDFI=0
+
+
+# export LDFI_SPECT=.true.
+# export LDFI_SPECT=.false.
+# export LONB=192
+# export LATB=94
+# export LONR=192
+# export LATR=94
+# T126 below
+export LONR=384
+export LATR=190
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+#export DATAICDIR=GFS_SLG
+export OROGRAPHY_UF=${FIXGLOBAL}/global_orography_uf.t${wave}.${LONR}.${LATR}.grb
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export atm_model=gsm
+export atm_petlist_bounds="0 23"     #24
+export ocn_model=mom5
+export ocn_petlist_bounds="24 55"    #32
+export ice_model=cice
+export ice_petlist_bounds="56 75"      #20
+export med_model=nems
+export med_petlist_bounds="76 135"
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=900.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+setup_med_nems
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_5day_nems_gsm%slg%T126_cice%0.5_mom5%0.5_V0007
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 sigf48 sigf72 sigf96 sigf120 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 sfcf48 sfcf72 sfcf96 sfcf120 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 flxf48 flxf72 flxf96 flxf120 "
+LIST_FILES+=" \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      "
+LIST_FILES+=" \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ocn_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ field_med_ocn_a_ocnice_mask.nc                                   \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_fresh_water_to_ocean_rate.nc             \
+ field_med_from_ice_mean_ice_volume.nc                            \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_salt_rate.nc                             \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_snow_volume.nc                           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_net_heat_flx_to_ocn.nc                        \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_salt_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+ 
Index: checkout/oldcompsets/2011_sbys_gsm%wam%ndsl
===================================================================
--- checkout/oldcompsets/2011_sbys_gsm%wam%ndsl	(nonexistent)
+++ checkout/oldcompsets/2011_sbys_gsm%wam%ndsl	(revision 85747)
@@ -0,0 +1,42 @@
+###############################################################################
+#
+# TEST   - WAM enthalpy on general hybrid 2loop 150levels with NDSL
+#          non-iteration dimensional-split semi-Lagrangian advection
+#        - 32 compute tasks / 1 thread ,no quilting
+#
+###############################################################################
+
+export TEST_DESCR="GSM%WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting with NDSL (non-iteration dimension-split semi-Lagragian advection)"
+
+# -
+export CNTL_DIR=2011_sbys_gsm%wam%ndsl
+export LIST_FILES="sigf00 sigf03 sigf06 sigf12 sigf24 sigf48 \
+                   sfcf00 sfcf03 sfcf06 sfcf12 sfcf24 sfcf48 \
+                   flxf00 flxf03 flxf06 flxf12 flxf24 flxf48"
+
+# - gsm configuration ---
+export_gsm
+export CDATE=2011092300
+export WLCLK=30
+export NDSLFV=.true.
+export TASKS=32
+export PE1=32
+export THRD=1
+export QUILT=.false.
+export FDFI=3
+export CP2=.false.
+export IDEA=.true.
+export IDVC=3
+export THERMODYN_ID=3
+export SFCPRESS_ID=2
+export SPECTRALLOOP=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export coupling_interval_sec=43200.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/2012_sbys_gsm
===================================================================
--- checkout/oldcompsets/2012_sbys_gsm	(nonexistent)
+++ checkout/oldcompsets/2012_sbys_gsm	(revision 85747)
@@ -0,0 +1,30 @@
+###############################################################################
+# 
+# TEST   - GSM with stepable Run() method
+#        - Calling GSM Run() from EARTH component in 12 hour intervals
+#        - 30 compute tasks / 1 thread 
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM with stepable Run() driven in 12h intervals"
+
+# -
+export CNTL_DIR=2012_sbys_gsm
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48"
+
+# - gsm configuration ---
+export_gsm
+export WLCLK=30
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export coupling_interval_sec=43200.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/2011_sbys_gsm%wam_sipm
===================================================================
--- checkout/oldcompsets/2011_sbys_gsm%wam_sipm	(nonexistent)
+++ checkout/oldcompsets/2011_sbys_gsm%wam_sipm	(revision 85747)
@@ -0,0 +1,45 @@
+###############################################################################
+#
+# TEST   - WAM + SIPM side-by-side
+#        - 15 minutes intervals for both WAM and SIPM
+#
+#  WAM enthalpy on general hybrid 2loop 150levels
+#  32 compute tasks / 1 thread ,no quilting
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: Stub IPM side-by-side with GSM%WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting"
+
+# -
+export CNTL_DIR=2011_sbys_gsm%wam
+export LIST_FILES="sigf00 sigf03 sigf06 sigf12 sigf24 sigf48 \
+                   sfcf00 sfcf03 sfcf06 sfcf12 sfcf24 sfcf48 \
+                   flxf00 flxf03 flxf06 flxf12 flxf24 flxf48"
+
+# - gsm configuration ---
+export_gsm
+export CDATE=2011092300
+export WLCLK=30
+export TASKS=40
+export PE1=32
+export THRD=1
+export QUILT=.false.
+export FDFI=3
+export CP2=.false.
+export IDEA=.true.
+export IDVC=3
+export THERMODYN_ID=3
+export SFCPRESS_ID=2
+export SPECTRALLOOP=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_ipm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ipm_model=sipm
+export ipm_petlist_bounds="32 39"
+export coupling_interval_sec=900.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/cfsr%20150401_1hr_timing_nems%cold_gsm%eul%T126_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1hr_timing_nems%cold_gsm%eul%T126_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1hr_timing_nems%cold_gsm%eul%T126_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,372 @@
+###############################################################################
+#                   CICE  
+#                     | 600s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    600s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 1 hour
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: MED, GSM, CICE, MOM5 ... 1 hour"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=40
+export WLCLK=30
+# export WLCLK=60
+export CDATE=2015040100
+export NHRS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+#export A2OI_OUT=.false.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_mx5'
+#export NEMS_GRID='T126_nx1'
+
+# - nems.configure ---
+export_nems
+export nems_configure=medcold_atm_ocn_ice.prof
+export atm_model=gsm
+export atm_petlist_bounds="0 23"    #24
+export ocn_model=mom5
+export ocn_petlist_bounds="0 31"    #32
+export ice_model=cice
+export ice_petlist_bounds="0 19"    #20
+export med_model=nems
+export med_petlist_bounds="0 39"    #40
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1hr_timing_nems%cold_gsm%eul%T126_cice%0.5_mom5%0.5_V0006
+export LIST_FILES=" \
+ sigf00 sigf01 \
+ sfcf00 sfcf01 \
+ flxf00 flxf01 "
+LIST_FILES+=" \
+ grid_cice_NEMS_mx5.nc                                            \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ kmtu_cice_NEMS_mx5.nc                                            \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      \
+ cice5_model_nosnow.res.nc                                        \
+ cice5_model.res.nc                                               "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                                         \
+ array_gsm_grid_coord2.nc                                         \
+ array_med_a2o_weights_bilnr.nc                                   \
+ array_med_a2o_weights_consv.nc                                   \
+ array_med_a2o_weights_patch.nc                                   \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_o2a_weights_bilnr.nc                                   \
+ array_med_o2a_weights_consv.nc                                   \
+ array_med_o2a_weights_patch.nc                                   \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                             \
+ field_atm_export_inst_down_sw_flx.nc                             \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_inst_height_lowest.nc                           \
+ field_atm_export_inst_laten_heat_flx.nc                          \
+ field_atm_export_inst_merid_moment_flx.nc                        \
+ field_atm_export_inst_merid_wind_height10m.nc                    \
+ field_atm_export_inst_merid_wind_height_lowest.nc                \
+ field_atm_export_inst_net_lw_flx.nc                              \
+ field_atm_export_inst_net_sw_flx.nc                              \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_inst_pres_height_lowest.nc                      \
+ field_atm_export_inst_pres_height_surface.nc                     \
+ field_atm_export_inst_sensi_heat_flx.nc                          \
+ field_atm_export_inst_spec_humid_height2m.nc                     \
+ field_atm_export_inst_spec_humid_height_lowest.nc                \
+ field_atm_export_inst_surface_height.nc                          \
+ field_atm_export_inst_temp_height2m.nc                           \
+ field_atm_export_inst_temp_height_lowest.nc                      \
+ field_atm_export_inst_temp_height_surface.nc                     \
+ field_atm_export_inst_zonal_moment_flx.nc                        \
+ field_atm_export_inst_zonal_wind_height10m.nc                    \
+ field_atm_export_inst_zonal_wind_height_lowest.nc                \
+ field_atm_export_mean_down_lw_flx.nc                             \
+ field_atm_export_mean_down_sw_flx.nc                             \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_mean_laten_heat_flx.nc                          \
+ field_atm_export_mean_merid_moment_flx.nc                        \
+ field_atm_export_mean_net_lw_flx.nc                              \
+ field_atm_export_mean_net_sw_flx.nc                              \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_mean_prec_rate.nc                               \
+ field_atm_export_mean_sensi_heat_flx.nc                          \
+ field_atm_export_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                                 \
+ field_atm_import_inst_ice_ir_dif_albedo.nc                       \
+ field_atm_import_inst_ice_ir_dir_albedo.nc                       \
+ field_atm_import_inst_ice_vis_dif_albedo.nc                      \
+ field_atm_import_inst_ice_vis_dir_albedo.nc                      \
+ field_atm_import_land_mask.nc                                    \
+ field_atm_import_mean_evap_rate.nc                               \
+ field_atm_import_mean_laten_heat_flx.nc                          \
+ field_atm_import_mean_merid_moment_flx.nc                        \
+ field_atm_import_mean_sensi_heat_flx.nc                          \
+ field_atm_import_mean_up_lw_flx.nc                               \
+ field_atm_import_mean_zonal_moment_flx.nc                        \
+ field_atm_import_sea_surface_temperature.nc                      \
+ field_atm_import_surface_temperature.nc                          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                                 \
+ field_ice_export_ice_mask.nc                                     \
+ field_ice_export_inst_ice_ir_dif_albedo.nc                       \
+ field_ice_export_inst_ice_ir_dir_albedo.nc                       \
+ field_ice_export_inst_ice_vis_dif_albedo.nc                      \
+ field_ice_export_inst_ice_vis_dir_albedo.nc                      \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc                  \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_ice_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_ice_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_ice_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_sw_pen_to_ocn.nc                           \
+ field_ice_export_mean_up_lw_flx_ice.nc                           \
+ field_ice_export_sea_ice_temperature.nc                          \
+ field_ice_export_stress_on_air_ice_merid.nc                      \
+ field_ice_export_stress_on_air_ice_zonal.nc                      \
+ field_ice_export_stress_on_ocn_ice_merid.nc                      \
+ field_ice_export_stress_on_ocn_ice_zonal.nc                      "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc                    \
+ field_ice_import_freezing_melting_potential.nc                   \
+ field_ice_import_inst_height_lowest.nc                           \
+ field_ice_import_inst_merid_wind_height_lowest.nc                \
+ field_ice_import_inst_pres_height_lowest.nc                      \
+ field_ice_import_inst_spec_humid_height2m.nc                     \
+ field_ice_import_inst_spec_humid_height_lowest.nc                \
+ field_ice_import_inst_surface_height.nc                          \
+ field_ice_import_inst_temp_height2m.nc                           \
+ field_ice_import_inst_temp_height_lowest.nc                      \
+ field_ice_import_inst_zonal_wind_height_lowest.nc                \
+ field_ice_import_mean_down_lw_flx.nc                             \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc                      \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc                      \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc                     \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc                     \
+ field_ice_import_mean_fprec_rate.nc                              \
+ field_ice_import_mean_merid_moment_flx.nc                        \
+ field_ice_import_mean_prec_rate.nc                               \
+ field_ice_import_mean_zonal_moment_flx.nc                        \
+ field_ice_import_mixed_layer_depth.nc                            \
+ field_ice_import_ocn_current_merid.nc                            \
+ field_ice_import_ocn_current_zonal.nc                            \
+ field_ice_import_sea_lev.nc                                      \
+ field_ice_import_sea_surface_slope_merid.nc                      \
+ field_ice_import_sea_surface_slope_zonal.nc                      \
+ field_ice_import_sea_surface_temperature.nc                      \
+ field_ice_import_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ice_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_ocn_export_freezing_melting_potential.nc                   \
+ field_ocn_export_ocean_mask.nc                                   \
+ field_ocn_export_ocn_current_merid.nc                            \
+ field_ocn_export_ocn_current_zonal.nc                            \
+ field_ocn_export_sea_lev.nc                                      \
+ field_ocn_export_sea_surface_temperature.nc                      \
+ field_ocn_export_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc                     \
+ field_ocn_import_mean_evap_rate.nc                               \
+ field_ocn_import_mean_fprec_rate.nc                              \
+ field_ocn_import_mean_merid_moment_flx.nc                        \
+ field_ocn_import_mean_net_lw_flx.nc                              \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc                       \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc                       \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc                      \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc                      \
+ field_ocn_import_mean_prec_rate.nc                               \
+ field_ocn_import_mean_sensi_heat_flx.nc                          \
+ field_ocn_import_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/2009_blocked_xatm_xocn
===================================================================
--- checkout/oldcompsets/2009_blocked_xatm_xocn	(nonexistent)
+++ checkout/oldcompsets/2009_blocked_xatm_xocn	(revision 85747)
@@ -0,0 +1,74 @@
+###############################################################################
+#
+# TEST   - XATM + XOCN block coupled
+#        - 6h intervals for both XATM and XOCN
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: XATM + XOCN concurrent coupled with 6h intervals"
+
+# -
+export CNTL_DIR=2009_blocked_xatm_xocn
+export LIST_FILES=" \
+  field_atm_export_inst_spec_humid_height2m.nc  \
+  field_atm_export_inst_temp_height2m.nc  \
+  field_atm_export_mean_down_sw_flx.nc  \
+  field_atm_export_mean_net_lw_flx.nc \
+  field_atm_export_mean_net_sw_flx.nc \
+  field_atm_export_mean_prec_rate.nc  \
+  field_atm_import_sea_surface_temperature.nc \
+  field_ocn_export_sea_surface_temperature.nc \
+  field_ocn_import_inst_spec_humid_height2m.nc  \
+  field_ocn_import_inst_temp_height2m.nc  \
+  field_ocn_import_mean_down_sw_flx.nc  \
+  field_ocn_import_mean_net_lw_flx.nc \
+  field_ocn_import_mean_net_sw_flx.nc \
+  field_ocn_import_mean_prec_rate.nc  "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=16
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=blocked_atm_ocn
+export atm_model=xatm
+export atm_petlist_bounds="0 7"
+export ocn_model=xocn
+export ocn_petlist_bounds="8 15"
+export coupling_interval_sec=21600.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_blocked_xatm_xocn_V0001
+export LIST_FILES=" \
+  field_atm_export_inst_pres_height_surface.nc \
+  field_atm_export_mean_fprec_rate.nc \
+  field_atm_export_mean_merid_moment_flx.nc \
+  field_atm_export_mean_net_lw_flx.nc \
+  field_atm_export_mean_net_sw_ir_dif_flx.nc \
+  field_atm_export_mean_net_sw_ir_dir_flx.nc \
+  field_atm_export_mean_net_sw_vis_dif_flx.nc \
+  field_atm_export_mean_net_sw_vis_dir_flx.nc \
+  field_atm_export_mean_prec_rate.nc \
+  field_atm_export_mean_sensi_heat_flx.nc \
+  field_atm_export_mean_zonal_moment_flx.nc \
+  field_atm_import_sea_surface_temperature.nc \
+  field_ocn_export_sea_surface_temperature.nc \
+  field_ocn_import_inst_pres_height_surface.nc \
+  field_ocn_import_mean_fprec_rate.nc \
+  field_ocn_import_mean_merid_moment_flx.nc \
+  field_ocn_import_mean_net_lw_flx.nc \
+  field_ocn_import_mean_net_sw_ir_dif_flx.nc \
+  field_ocn_import_mean_net_sw_ir_dir_flx.nc \
+  field_ocn_import_mean_net_sw_vis_dif_flx.nc \
+  field_ocn_import_mean_net_sw_vis_dir_flx.nc \
+  field_ocn_import_mean_prec_rate.nc \
+  field_ocn_import_mean_sensi_heat_flx.nc \
+  field_ocn_import_mean_zonal_moment_flx.nc "
Index: checkout/oldcompsets/2011_sbys_gsm%wam_ipe
===================================================================
--- checkout/oldcompsets/2011_sbys_gsm%wam_ipe	(nonexistent)
+++ checkout/oldcompsets/2011_sbys_gsm%wam_ipe	(revision 85747)
@@ -0,0 +1,48 @@
+###############################################################################
+#
+# TEST   - WAM + IPE side-by-side
+#        - 60 minutes intervals for both WAM and IPE
+#
+#  WAM enthalpy on general hybrid 2loop 150levels
+#  32 compute tasks / 1 thread ,no quilting
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: IPE side-by-side with GSM%WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting"
+
+# -
+export CNTL_DIR=2011_sbys_gsm%wam_ipe
+export LIST_FILES="sigf00 sigf03 sigf06 sigf12 sigf24 sigf48 \
+                   sfcf00 sfcf03 sfcf06 sfcf12 sfcf24 sfcf48 \
+                   flxf00 flxf03 flxf06 flxf12 flxf24 flxf48"
+
+# - gsm configuration ---
+export_gsm
+export CDATE=2011092300
+export WLCLK=30
+export TASKS=40
+export PE1=32
+export THRD=1
+export QUILT=.false.
+export FDFI=3
+export CP2=.false.
+export IDEA=.true.
+export IDVC=3
+export THERMODYN_ID=3
+export SFCPRESS_ID=2
+export SPECTRALLOOP=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_ipm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ipm_model=ipe
+export ipm_petlist_bounds="32 39"
+export coupling_interval_sec=3600.0
+
+# - component specific setup calls ---
+setup_ipe
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/2011_sbys_gsm%wam
===================================================================
--- checkout/oldcompsets/2011_sbys_gsm%wam	(nonexistent)
+++ checkout/oldcompsets/2011_sbys_gsm%wam	(revision 85747)
@@ -0,0 +1,40 @@
+###############################################################################
+#
+#  WAM enthalpy on general hybrid 2loop 150levels
+#  32 compute tasks / 1 thread ,no quilting
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM%WAM enthalpy on general hybrid 2loop 150levels,32 compute tasks / 1 thread ,no quilting"
+
+# - gsm configuration ---
+export_gsm
+export CDATE=2011092300
+export WLCLK=30
+export TASKS=32
+export PE1=32
+export THRD=1
+export QUILT=.false.
+export FDFI=3
+export CP2=.false.
+export IDEA=.true.
+export IDVC=3
+export THERMODYN_ID=3
+export SFCPRESS_ID=2
+export SPECTRALLOOP=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export coupling_interval_sec=43200.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2011_sbys_gsm%wam_V0001
+export LIST_FILES="sigf00 sigf03 sigf06 sigf12 sigf24 sigf48 \
+                   sfcf00 sfcf03 sfcf06 sfcf12 sfcf24 sfcf48 \
+                   flxf00 flxf03 flxf06 flxf12 flxf24 flxf48"
Index: checkout/oldcompsets/15min_sbys_gsm%wam
===================================================================
--- checkout/oldcompsets/15min_sbys_gsm%wam	(nonexistent)
+++ checkout/oldcompsets/15min_sbys_gsm%wam	(revision 85747)
@@ -0,0 +1,44 @@
+###############################################################################
+# 
+# TEST   - GSM in WAM mode with stepable Run() method
+#        - Calling GSM Run() from EARTH component in 15min intervals
+#        - 30 compute tasks / 1 thread 
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM%WAM with stepable Run() driven in 15min intervals"
+
+# -
+export CNTL_DIR=15min_sbys_gsm%wam
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=32
+export WLCLK=30
+export CDATE=2011092300
+export NDAYS=1
+# - switch to wam mode:
+export PE1=32
+export THRD=1
+export QUILT=.false.
+export FDFI=3
+export CP2=.false.
+export IDEA=.true.
+export IDVC=3
+export THERMODYN_ID=3
+export SFCPRESS_ID=2
+export SPECTRALLOOP=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export coupling_interval_sec=900.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/cfsr%20150401_30day_nems_gsm%slg%T574_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_30day_nems_gsm%slg%T574_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_30day_nems_gsm%slg%T574_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,432 @@
+###############################################################################
+#                   CICE  
+#                     | 900s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    900s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 30 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SLG GSM <-900s-> MED <-900s-> CICE <-900s-> MED <-1800s-> MOM5 ... 30 day"
+
+# - NEMS configuration ---
+export NEMS_CASE=cfsr%20150401
+export NEMS_GRID=gsm%slg%T574_cice%0.5_mom5%0.5
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T574_CFSR_mask%0.5
+export TASKS=216
+export WLCLK=400
+export CDATE=2015040100
+export NDAYS=30
+export wave=574
+export lm=64
+export lsoil=4
+export isoil=4
+export FHZER=6
+export FHOUT=6
+# export FHROT=0
+export FHOUT_HF=1
+export FHMAX_HF=0
+export DELTIM=900
+
+export SLG=.true.
+export ADIABATIC=.false.
+export IAER=111
+export CPLFLX=.true.
+export A2OI_OUT=.false.
+
+# I/O options: I/O combo, all NEMSIO
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+# export QUILT=.true.
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+# export FDFI=3
+export FDFI=0
+# export LDFI_SPECT=.true.
+export LDFI_SPECT=.false.
+# T574 below
+export LONR=1152
+export LATR=576
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+export FHRES=1440
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export ocn_model=mom5
+export ocn_petlist_bounds="0 31"      #32
+export atm_model=gsm
+export atm_petlist_bounds="32 195"    #164
+export ice_model=cice
+export ice_petlist_bounds="196 215"   #20
+export med_model=nems
+export med_petlist_bounds="32 215"    #184
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=900.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+setup_med_nems
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_30day_nems_gsm%slg%T574_cice%0.5_mom5%0.5_V0003
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 sigf48 sigf72 sigf96 sigf120 \
+ sigf180 sigf240 sigf300 sigf360 sigf420 sigf480 sigf540 sigf600 sigf660 sigf720 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 sfcf48 sfcf72 sfcf96 sfcf120 \
+ sfcf180 sfcf240 sfcf300 sfcf360 sfcf420 sfcf480 sfcf540 sfcf600 sfcf660 sfcf720 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 flxf48 flxf72 flxf96 flxf120 \
+ flxf180 flxf240 flxf300 flxf360 flxf420 flxf480 flxf540 flxf600 flxf660 flxf720 "
+LIST_FILES+=" \
+ grid_cice_NEMS_mx5.nc                                            \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ kmtu_cice_NEMS_mx5.nc                                            \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      \
+ cice5_model_nosnow.res.nc                                        \
+ cice5_model.res.nc                                               "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                                         \
+ array_gsm_grid_coord2.nc                                         \
+ array_med_a2o_weights_bilnr.nc                                   \
+ array_med_a2o_weights_consv.nc                                   \
+ array_med_a2o_weights_patch.nc                                   \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_o2a_weights_bilnr.nc                                   \
+ array_med_o2a_weights_consv.nc                                   \
+ array_med_o2a_weights_patch.nc                                   \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                             \
+ field_atm_export_inst_down_sw_flx.nc                             \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_inst_height_lowest.nc                           \
+ field_atm_export_inst_laten_heat_flx.nc                          \
+ field_atm_export_inst_merid_moment_flx.nc                        \
+ field_atm_export_inst_merid_wind_height10m.nc                    \
+ field_atm_export_inst_merid_wind_height_lowest.nc                \
+ field_atm_export_inst_net_lw_flx.nc                              \
+ field_atm_export_inst_net_sw_flx.nc                              \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_inst_pres_height_lowest.nc                      \
+ field_atm_export_inst_pres_height_surface.nc                     \
+ field_atm_export_inst_sensi_heat_flx.nc                          \
+ field_atm_export_inst_spec_humid_height2m.nc                     \
+ field_atm_export_inst_spec_humid_height_lowest.nc                \
+ field_atm_export_inst_surface_height.nc                          \
+ field_atm_export_inst_temp_height2m.nc                           \
+ field_atm_export_inst_temp_height_lowest.nc                      \
+ field_atm_export_inst_temp_height_surface.nc                     \
+ field_atm_export_inst_zonal_moment_flx.nc                        \
+ field_atm_export_inst_zonal_wind_height10m.nc                    \
+ field_atm_export_inst_zonal_wind_height_lowest.nc                \
+ field_atm_export_mean_down_lw_flx.nc                             \
+ field_atm_export_mean_down_sw_flx.nc                             \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_mean_laten_heat_flx.nc                          \
+ field_atm_export_mean_merid_moment_flx.nc                        \
+ field_atm_export_mean_net_lw_flx.nc                              \
+ field_atm_export_mean_net_sw_flx.nc                              \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_mean_prec_rate.nc                               \
+ field_atm_export_mean_sensi_heat_flx.nc                          \
+ field_atm_export_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                                 \
+ field_atm_import_inst_ice_ir_dif_albedo.nc                       \
+ field_atm_import_inst_ice_ir_dir_albedo.nc                       \
+ field_atm_import_inst_ice_vis_dif_albedo.nc                      \
+ field_atm_import_inst_ice_vis_dir_albedo.nc                      \
+ field_atm_import_land_mask.nc                                    \
+ field_atm_import_mean_evap_rate.nc                               \
+ field_atm_import_mean_laten_heat_flx.nc                          \
+ field_atm_import_mean_merid_moment_flx.nc                        \
+ field_atm_import_mean_sensi_heat_flx.nc                          \
+ field_atm_import_mean_up_lw_flx.nc                               \
+ field_atm_import_mean_zonal_moment_flx.nc                        \
+ field_atm_import_sea_surface_temperature.nc                      \
+ field_atm_import_surface_temperature.nc                          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                                 \
+ field_ice_export_ice_mask.nc                                     \
+ field_ice_export_inst_ice_ir_dif_albedo.nc                       \
+ field_ice_export_inst_ice_ir_dir_albedo.nc                       \
+ field_ice_export_inst_ice_vis_dif_albedo.nc                      \
+ field_ice_export_inst_ice_vis_dir_albedo.nc                      \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc                  \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_ice_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_ice_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_ice_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_sw_pen_to_ocn.nc                           \
+ field_ice_export_mean_up_lw_flx_ice.nc                           \
+ field_ice_export_sea_ice_temperature.nc                          \
+ field_ice_export_stress_on_air_ice_merid.nc                      \
+ field_ice_export_stress_on_air_ice_zonal.nc                      \
+ field_ice_export_stress_on_ocn_ice_merid.nc                      \
+ field_ice_export_stress_on_ocn_ice_zonal.nc                      "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc                    \
+ field_ice_import_freezing_melting_potential.nc                   \
+ field_ice_import_inst_height_lowest.nc                           \
+ field_ice_import_inst_merid_wind_height_lowest.nc                \
+ field_ice_import_inst_pres_height_lowest.nc                      \
+ field_ice_import_inst_spec_humid_height2m.nc                     \
+ field_ice_import_inst_spec_humid_height_lowest.nc                \
+ field_ice_import_inst_surface_height.nc                          \
+ field_ice_import_inst_temp_height2m.nc                           \
+ field_ice_import_inst_temp_height_lowest.nc                      \
+ field_ice_import_inst_zonal_wind_height_lowest.nc                \
+ field_ice_import_mean_down_lw_flx.nc                             \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc                      \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc                      \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc                     \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc                     \
+ field_ice_import_mean_fprec_rate.nc                              \
+ field_ice_import_mean_merid_moment_flx.nc                        \
+ field_ice_import_mean_prec_rate.nc                               \
+ field_ice_import_mean_zonal_moment_flx.nc                        \
+ field_ice_import_mixed_layer_depth.nc                            \
+ field_ice_import_ocn_current_merid.nc                            \
+ field_ice_import_ocn_current_zonal.nc                            \
+ field_ice_import_sea_lev.nc                                      \
+ field_ice_import_sea_surface_slope_merid.nc                      \
+ field_ice_import_sea_surface_slope_zonal.nc                      \
+ field_ice_import_sea_surface_temperature.nc                      \
+ field_ice_import_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ice_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_ocn_export_freezing_melting_potential.nc                   \
+ field_ocn_export_ocean_mask.nc                                   \
+ field_ocn_export_ocn_current_merid.nc                            \
+ field_ocn_export_ocn_current_zonal.nc                            \
+ field_ocn_export_sea_lev.nc                                      \
+ field_ocn_export_sea_surface_temperature.nc                      \
+ field_ocn_export_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc                     \
+ field_ocn_import_mean_evap_rate.nc                               \
+ field_ocn_import_mean_fprec_rate.nc                              \
+ field_ocn_import_mean_merid_moment_flx.nc                        \
+ field_ocn_import_mean_net_lw_flx.nc                              \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc                       \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc                       \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc                      \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc                      \
+ field_ocn_import_mean_prec_rate.nc                               \
+ field_ocn_import_mean_sensi_heat_flx.nc                          \
+ field_ocn_import_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/2012_sbys_xatm
===================================================================
--- checkout/oldcompsets/2012_sbys_xatm	(nonexistent)
+++ checkout/oldcompsets/2012_sbys_xatm	(revision 85747)
@@ -0,0 +1,27 @@
+###############################################################################
+# 
+# TEST   - XATM with stepable Run() method
+#        - 12 hour intervals
+#        - 30 compute tasks / 1 thread 
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: XATM with stepable Run() driven in 12h intervals"
+
+# -
+export CNTL_DIR=""
+export LIST_FILES=""
+
+# - gsm configuration ---
+export_gsm
+export WLCLK=30
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=xatm
+export atm_petlist_bounds="0 31"
+export coupling_interval_sec=43200.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/cfsr%20150401_1day_blocked_gsm%eul%T126_ww3%T188
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1day_blocked_gsm%eul%T126_ww3%T188	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1day_blocked_gsm%eul%T126_ww3%T188	(revision 85747)
@@ -0,0 +1,39 @@
+###############################################################################
+#
+# TEST   - GSM + WW3 block coupled
+#        - 6h intervals for both GSM and WW3
+#        - Starting at 2015040100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM + WW3 block coupled with 6h intervals"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=56
+export WLCLK=30
+export CDATE=2015040100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=blocked_atm_wav
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export wav_model=ww3
+export wav_petlist_bounds="32 55"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_ww3Case2
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1day_blocked_gsm%eul%T126_ww3%T188_V0001
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 "
Index: checkout/oldcompsets/adhoc_2day_spacewx_datm%wam%T62_dipm%ipe%80x170
===================================================================
--- checkout/oldcompsets/adhoc_2day_spacewx_datm%wam%T62_dipm%ipe%80x170	(nonexistent)
+++ checkout/oldcompsets/adhoc_2day_spacewx_datm%wam%T62_dipm%ipe%80x170	(revision 85747)
@@ -0,0 +1,37 @@
+###########################################################################
+#
+# TEST   - DATAWAM <-> Space Weather Mediator <-> DATAIPE
+#        - 6h coupling intervals
+#        - Running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: DATAWAM <-> Space Weather Mediator <-> DATAIPE from data with 6h intervals"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=40
+export WLCLK=30
+export NDAYS=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ipm
+export atm_model=datawam
+export atm_petlist_bounds="0 15"
+export ipm_model=dataipe
+export ipm_petlist_bounds="16 31"
+export med_model=spaceweather
+export med_petlist_bounds="32 39"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_spaceweather
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=adhoc_2day_spacewx_datm%wam%T62_dipm%ipe%80x170_V0001
+export LIST_FILES=""
+
Index: checkout/oldcompsets/2009_nems_gsm_hycom
===================================================================
--- checkout/oldcompsets/2009_nems_gsm_hycom	(nonexistent)
+++ checkout/oldcompsets/2009_nems_gsm_hycom	(revision 85747)
@@ -0,0 +1,45 @@
+###############################################################################
+#
+# TEST   - GSM <-> Mediator <-> HYCOM
+#        -      1h           2h    coupling interval
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> Mediator <-2h-> HYCOM ... 2 days"
+
+# -
+export CNTL_DIR=2009_nems_gsm_hycom
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 \
+    ovrtn_out restart_out.a restart_out.b summary_out"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=208
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ocn_model=hycom
+export ocn_petlist_bounds="32 177"
+export med_model=nems
+export med_petlist_bounds="178 207"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_hycom
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/troubleGSM.compsetRun
===================================================================
--- checkout/oldcompsets/troubleGSM.compsetRun	(nonexistent)
+++ checkout/oldcompsets/troubleGSM.compsetRun	(revision 85747)
@@ -0,0 +1,5 @@
+### test compsets ###
+#####################
+
+15min_sbys_gsm
+15min_sbys_gsm%wam
Index: checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,233 @@
+###############################################################################
+#                   CICE  
+#                     | 600s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    600s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-600s-> MED <-600s-> CICE <-600s-> MED <-1800s-> MOM5 ... 1 day"
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_mask%0.5
+export TASKS=136
+export WLCLK=30
+export CDATE=2015040100
+export NDAYS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_mx5'
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export atm_model=gsm
+export atm_petlist_bounds="0 23"     #24
+export ocn_model=mom5
+export ocn_petlist_bounds="24 55"    #32
+export ice_model=cice
+export ice_petlist_bounds="56 75"    #20
+export med_model=nems
+export med_petlist_bounds="76 135"    #60
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+setup_med_nems
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_mom5%0.5_V0008
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 "
+LIST_FILES+=" \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      "
+LIST_FILES+=" \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ocn_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ field_med_ocn_a_ocnice_mask.nc                                   \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_fresh_water_to_ocean_rate.nc             \
+ field_med_from_ice_mean_ice_volume.nc                            \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_salt_rate.nc                             \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_snow_volume.nc                           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_net_heat_flx_to_ocn.nc                        \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_salt_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/2009_sbys_gsm_socn
===================================================================
--- checkout/oldcompsets/2009_sbys_gsm_socn	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_gsm_socn	(revision 85747)
@@ -0,0 +1,38 @@
+###############################################################################
+#
+# TEST   - GSM + XOCN side-by-side
+#        - 6h intervals for both GSM and SOCN
+#        - GSM is running from data files
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM + SOCN side-by-side from data with 6h intervals"
+
+# -
+export CNTL_DIR=2009_sbys_gsm
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=40
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_ocn
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ocn_model=socn
+export ocn_petlist_bounds="32 39"
+export coupling_interval_sec=21600.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/default.compsetRun
===================================================================
--- checkout/oldcompsets/default.compsetRun	(nonexistent)
+++ checkout/oldcompsets/default.compsetRun	(revision 85747)
@@ -0,0 +1,9 @@
+### List of compsets ###
+########################
+
+2013_sbys_nmmb%glob       ! stand-alone global NMM-B
+2012_sbys_gsm             ! stand-alone GSM
+2009_nems_gsm_cice_mom5   ! NEMS mediator coupled GSM-CICE-MOM5
+2009_nems_gsm_cice_hycom  ! NEMS mediator coupled GSM-CICE-HYCOM
+2011_sbys_gsm%wam         ! stand-alone GSM run as WAM
+2011_sbys_gsm%wam%ndsl    ! stand-alone GSM run as WAM with NDSL
Index: checkout/oldcompsets/20150401short_nems_nmm_cice_mom5
===================================================================
--- checkout/oldcompsets/20150401short_nems_nmm_cice_mom5	(nonexistent)
+++ checkout/oldcompsets/20150401short_nems_nmm_cice_mom5	(revision 85747)
@@ -0,0 +1,373 @@
+###############################################################################
+#                   CICE  
+#                     | 600s
+# TEST   - NMM <-> Mediator <-> MOM5
+#        -    600s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: NMM <-600s-> MED <-600s-> CICE <-600s-> MED <-1800s-> MOM5 ... 1 day"
+
+# - nmm configuration ---
+export_nmm
+export TASKS=136
+export WLCLK=30
+export GBRG=glob
+# export WLCLK=60
+export CDATE=2015040100
+export NDAYS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+#export A2OI_OUT=.false.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_mx5'
+#export NEMS_GRID='T126_nx1'
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_nmm_ocn_ice
+export atm_model=nmm
+export atm_petlist_bounds="0 47"     #48 overlap with ocean
+export ocn_model=mom5
+export ocn_petlist_bounds="24 55"    #32
+export ice_model=cice
+export ice_petlist_bounds="56 75"    #20
+export med_model=nems
+export med_petlist_bounds="76 135"    #40
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+
+# - 
+RUN_SCRIPT=rt_nmm.sh
+
+# - validation
+export CNTL_DIR=20150401short_nems_nmm_cice_mom5
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 "
+LIST_FILES+=" \
+ grid_cice_NEMS_mx5.nc                                            \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ kmtu_cice_NEMS_mx5.nc                                            \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      \
+ cice5_model_nosnow.res.nc                                        \
+ cice5_model.res.nc                                               "
+LIST_FILES+=" \
+ array_nmm_grid_coord1.nc                                         \
+ array_nmm_grid_coord2.nc                                         \
+ array_med_a2o_weights_bilnr.nc                                   \
+ array_med_a2o_weights_consv.nc                                   \
+ array_med_a2o_weights_patch.nc                                   \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_o2a_weights_bilnr.nc                                   \
+ array_med_o2a_weights_consv.nc                                   \
+ array_med_o2a_weights_patch.nc                                   \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                             \
+ field_atm_export_inst_down_sw_flx.nc                             \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_inst_height_lowest.nc                           \
+ field_atm_export_inst_laten_heat_flx.nc                          \
+ field_atm_export_inst_merid_moment_flx.nc                        \
+ field_atm_export_inst_merid_wind_height10m.nc                    \
+ field_atm_export_inst_merid_wind_height_lowest.nc                \
+ field_atm_export_inst_net_lw_flx.nc                              \
+ field_atm_export_inst_net_sw_flx.nc                              \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_inst_pres_height_lowest.nc                      \
+ field_atm_export_inst_pres_height_surface.nc                     \
+ field_atm_export_inst_sensi_heat_flx.nc                          \
+ field_atm_export_inst_spec_humid_height2m.nc                     \
+ field_atm_export_inst_spec_humid_height_lowest.nc                \
+ field_atm_export_inst_surface_height.nc                          \
+ field_atm_export_inst_temp_height2m.nc                           \
+ field_atm_export_inst_temp_height_lowest.nc                      \
+ field_atm_export_inst_temp_height_surface.nc                     \
+ field_atm_export_inst_zonal_moment_flx.nc                        \
+ field_atm_export_inst_zonal_wind_height10m.nc                    \
+ field_atm_export_inst_zonal_wind_height_lowest.nc                \
+ field_atm_export_mean_down_lw_flx.nc                             \
+ field_atm_export_mean_down_sw_flx.nc                             \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_mean_laten_heat_flx.nc                          \
+ field_atm_export_mean_merid_moment_flx.nc                        \
+ field_atm_export_mean_net_lw_flx.nc                              \
+ field_atm_export_mean_net_sw_flx.nc                              \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_mean_prec_rate.nc                               \
+ field_atm_export_mean_sensi_heat_flx.nc                          \
+ field_atm_export_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                                 \
+ field_atm_import_inst_ice_ir_dif_albedo.nc                       \
+ field_atm_import_inst_ice_ir_dir_albedo.nc                       \
+ field_atm_import_inst_ice_vis_dif_albedo.nc                      \
+ field_atm_import_inst_ice_vis_dir_albedo.nc                      \
+ field_atm_import_land_mask.nc                                    \
+ field_atm_import_mean_evap_rate.nc                               \
+ field_atm_import_mean_laten_heat_flx.nc                          \
+ field_atm_import_mean_merid_moment_flx.nc                        \
+ field_atm_import_mean_sensi_heat_flx.nc                          \
+ field_atm_import_mean_up_lw_flx.nc                               \
+ field_atm_import_mean_zonal_moment_flx.nc                        \
+ field_atm_import_sea_surface_temperature.nc                      \
+ field_atm_import_surface_temperature.nc                          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                                 \
+ field_ice_export_ice_mask.nc                                     \
+ field_ice_export_inst_ice_ir_dif_albedo.nc                       \
+ field_ice_export_inst_ice_ir_dir_albedo.nc                       \
+ field_ice_export_inst_ice_vis_dif_albedo.nc                      \
+ field_ice_export_inst_ice_vis_dir_albedo.nc                      \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc                  \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_ice_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_ice_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_ice_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_sw_pen_to_ocn.nc                           \
+ field_ice_export_mean_up_lw_flx_ice.nc                           \
+ field_ice_export_sea_ice_temperature.nc                          \
+ field_ice_export_stress_on_air_ice_merid.nc                      \
+ field_ice_export_stress_on_air_ice_zonal.nc                      \
+ field_ice_export_stress_on_ocn_ice_merid.nc                      \
+ field_ice_export_stress_on_ocn_ice_zonal.nc                      "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc                    \
+ field_ice_import_freezing_melting_potential.nc                   \
+ field_ice_import_inst_height_lowest.nc                           \
+ field_ice_import_inst_merid_wind_height_lowest.nc                \
+ field_ice_import_inst_pres_height_lowest.nc                      \
+ field_ice_import_inst_spec_humid_height2m.nc                     \
+ field_ice_import_inst_spec_humid_height_lowest.nc                \
+ field_ice_import_inst_surface_height.nc                          \
+ field_ice_import_inst_temp_height2m.nc                           \
+ field_ice_import_inst_temp_height_lowest.nc                      \
+ field_ice_import_inst_zonal_wind_height_lowest.nc                \
+ field_ice_import_mean_down_lw_flx.nc                             \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc                      \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc                      \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc                     \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc                     \
+ field_ice_import_mean_fprec_rate.nc                              \
+ field_ice_import_mean_merid_moment_flx.nc                        \
+ field_ice_import_mean_prec_rate.nc                               \
+ field_ice_import_mean_zonal_moment_flx.nc                        \
+ field_ice_import_mixed_layer_depth.nc                            \
+ field_ice_import_ocn_current_merid.nc                            \
+ field_ice_import_ocn_current_zonal.nc                            \
+ field_ice_import_sea_lev.nc                                      \
+ field_ice_import_sea_surface_slope_merid.nc                      \
+ field_ice_import_sea_surface_slope_zonal.nc                      \
+ field_ice_import_sea_surface_temperature.nc                      \
+ field_ice_import_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ice_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_ocn_export_freezing_melting_potential.nc                   \
+ field_ocn_export_ocean_mask.nc                                   \
+ field_ocn_export_ocn_current_merid.nc                            \
+ field_ocn_export_ocn_current_zonal.nc                            \
+ field_ocn_export_sea_lev.nc                                      \
+ field_ocn_export_sea_surface_temperature.nc                      \
+ field_ocn_export_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc                     \
+ field_ocn_import_mean_evap_rate.nc                               \
+ field_ocn_import_mean_fprec_rate.nc                              \
+ field_ocn_import_mean_merid_moment_flx.nc                        \
+ field_ocn_import_mean_net_lw_flx.nc                              \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc                       \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc                       \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc                      \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc                      \
+ field_ocn_import_mean_prec_rate.nc                               \
+ field_ocn_import_mean_sensi_heat_flx.nc                          \
+ field_ocn_import_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/cfsr%20150401_5day_nems_gsm%eul%T126_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_5day_nems_gsm%eul%T126_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_5day_nems_gsm%eul%T126_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,235 @@
+###############################################################################
+#                   CICE  
+#                     | 600s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    600s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 5 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-600s-> MED <-600s-> CICE <-600s-> MED <-1800s-> MOM5 ... 5 days"
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_mask%0.5
+export TASKS=136
+export WLCLK=150
+export CDATE=2015040100
+export NDAYS=5
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+#export A2OI_OUT=.false.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_mx5'
+#export NEMS_GRID='T126_nx1'
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export atm_model=gsm
+export atm_petlist_bounds="0 23"
+export ocn_model=mom5
+export ocn_petlist_bounds="24 55"
+export ice_model=cice
+export ice_petlist_bounds="56 75"
+export med_model=nems
+export med_petlist_bounds="76 135"
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+setup_med_nems
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_5day_nems_gsm%eul%T126_cice%0.5_mom5%0.5_V0003
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 sigf48 sigf72 sigf96 sigf120 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 sfcf48 sfcf72 sfcf96 sfcf120 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 flxf48 flxf72 flxf96 flxf120 "
+LIST_FILES+=" \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      "
+LIST_FILES+=" \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ocn_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ field_med_ocn_a_ocnice_mask.nc                                   \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_fresh_water_to_ocean_rate.nc             \
+ field_med_from_ice_mean_ice_volume.nc                            \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_salt_rate.nc                             \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_snow_volume.nc                           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_net_heat_flx_to_ocn.nc                        \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_salt_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/2009_sbys_gsm_shyd
===================================================================
--- checkout/oldcompsets/2009_sbys_gsm_shyd	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_gsm_shyd	(revision 85747)
@@ -0,0 +1,38 @@
+###############################################################################
+#
+# TEST   - GSM + SHYD side-by-side
+#        - 6h intervals for both GSM and SHYD
+#        - GSM is running from data files
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM + SHYD side-by-side from data with 6h intervals"
+
+# -
+export CNTL_DIR=2009_sbys_gsm
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=40
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_hyd
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export hyd_model=shyd
+export hyd_petlist_bounds="32 39"
+export coupling_interval_sec=21600.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/adhoc_sbys_hycom%core2%0.72
===================================================================
--- checkout/oldcompsets/adhoc_sbys_hycom%core2%0.72	(nonexistent)
+++ checkout/oldcompsets/adhoc_sbys_hycom%core2%0.72	(revision 85747)
@@ -0,0 +1,39 @@
+###############################################################################
+#
+# TEST   - stand-alone HYCOM
+#        - 6h intervals
+#        - Starting at 0, running for 6 days and 6h
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: HYCOM stand-alone from data with 6h intervals"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=40
+export WLCLK=30
+export NHRS=150
+
+# - nems.configure ---
+export_nems
+export nems_configure=ocn
+export ocn_model=hycom
+export ocn_petlist_bounds="0 39"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_hycom_Core2-0.72
+ln -s ${RUNDIR}/patch.input_040 ${RUNDIR}/patch.input
+
+# -
+if [ $MACHINE_ID = linux_gnu ] ; then  
+  RUN_SCRIPT=run.sh
+else
+  RUN_SCRIPT=rt_gfs.sh
+fi
+
+# - validation
+export CNTL_DIR=adhoc_sbys_hycom%core2%0.72_V0001
+export LIST_FILES="summary_out \
+  archv.0001_001_00.a archv.0001_001_00.b archv.0001_001_00.txt \
+  archv.0001_006_00.a archv.0001_006_00.b archv.0001_006_00.txt "
Index: checkout/oldcompsets/cfsr%20150401_1hr_nems%cold_gsm%slg%T574_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1hr_nems%cold_gsm%slg%T574_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1hr_nems%cold_gsm%slg%T574_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,429 @@
+###############################################################################
+#                   CICE  
+#                     | 900s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    900s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 1 hour
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SLG GSM <-900s-> MED <-900s-> CICE <-900s-> MED <-1800s-> MOM5 ... 1 hour"
+
+# - NEMS configuration ---
+export NEMS_CASE=cfsr%20150401
+export NEMS_GRID=gsm%slg%T574_cice%0.5_mom5%0.5
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T574_CFSR_mask%0.5
+export TASKS=144
+export WLCLK=30
+export CDATE=2015040100
+export NHRS=1
+export wave=574
+export lm=64
+export lsoil=4
+export isoil=4
+export FHZER=1
+export FHOUT=1
+# export FHROT=0
+export FHOUT_HF=1
+export FHMAX_HF=0
+export DELTIM=900
+
+export SLG=.true.
+export ADIABATIC=.false.
+export IAER=111
+export CPLFLX=.true.
+export A2OI_OUT=.false.
+
+# I/O options: I/O combo, all NEMSIO
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+# export QUILT=.true.
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+# export FDFI=3
+export FDFI=0
+# export LDFI_SPECT=.true.
+export LDFI_SPECT=.false.
+# T574 below
+export LONR=1152
+export LATR=576
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+# export FHRES=144
+
+# - nems.configure ---
+# Note: On WCOSS, must run on Phase2 with these settings. OOM error on Phase1
+export_nems
+export nems_configure=medcold_atm_ocn_ice
+export ocn_model=mom5
+export ocn_petlist_bounds="0 31"     #32
+export atm_model=gsm
+export atm_petlist_bounds="32 143"   #112
+export ice_model=cice
+export ice_petlist_bounds="72 91"    #20
+export med_model=nems
+export med_petlist_bounds="32 143"   #112
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=900.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1hr_nems%cold_gsm%slg%T574_cice%0.5_mom5%0.5_V0006
+export LIST_FILES=" \
+ sigf00 sigf01 \
+ sfcf00 sfcf01 \
+ flxf00 flxf01 "
+LIST_FILES+=" \
+ grid_cice_NEMS_mx5.nc                                            \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ kmtu_cice_NEMS_mx5.nc                                            \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      \
+ cice5_model_nosnow.res.nc                                        \
+ cice5_model.res.nc                                               "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                                         \
+ array_gsm_grid_coord2.nc                                         \
+ array_med_a2o_weights_bilnr.nc                                   \
+ array_med_a2o_weights_consv.nc                                   \
+ array_med_a2o_weights_patch.nc                                   \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_o2a_weights_bilnr.nc                                   \
+ array_med_o2a_weights_consv.nc                                   \
+ array_med_o2a_weights_patch.nc                                   \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                             \
+ field_atm_export_inst_down_sw_flx.nc                             \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_inst_height_lowest.nc                           \
+ field_atm_export_inst_laten_heat_flx.nc                          \
+ field_atm_export_inst_merid_moment_flx.nc                        \
+ field_atm_export_inst_merid_wind_height10m.nc                    \
+ field_atm_export_inst_merid_wind_height_lowest.nc                \
+ field_atm_export_inst_net_lw_flx.nc                              \
+ field_atm_export_inst_net_sw_flx.nc                              \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_inst_pres_height_lowest.nc                      \
+ field_atm_export_inst_pres_height_surface.nc                     \
+ field_atm_export_inst_sensi_heat_flx.nc                          \
+ field_atm_export_inst_spec_humid_height2m.nc                     \
+ field_atm_export_inst_spec_humid_height_lowest.nc                \
+ field_atm_export_inst_surface_height.nc                          \
+ field_atm_export_inst_temp_height2m.nc                           \
+ field_atm_export_inst_temp_height_lowest.nc                      \
+ field_atm_export_inst_temp_height_surface.nc                     \
+ field_atm_export_inst_zonal_moment_flx.nc                        \
+ field_atm_export_inst_zonal_wind_height10m.nc                    \
+ field_atm_export_inst_zonal_wind_height_lowest.nc                \
+ field_atm_export_mean_down_lw_flx.nc                             \
+ field_atm_export_mean_down_sw_flx.nc                             \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_mean_laten_heat_flx.nc                          \
+ field_atm_export_mean_merid_moment_flx.nc                        \
+ field_atm_export_mean_net_lw_flx.nc                              \
+ field_atm_export_mean_net_sw_flx.nc                              \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_mean_prec_rate.nc                               \
+ field_atm_export_mean_sensi_heat_flx.nc                          \
+ field_atm_export_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                                 \
+ field_atm_import_inst_ice_ir_dif_albedo.nc                       \
+ field_atm_import_inst_ice_ir_dir_albedo.nc                       \
+ field_atm_import_inst_ice_vis_dif_albedo.nc                      \
+ field_atm_import_inst_ice_vis_dir_albedo.nc                      \
+ field_atm_import_land_mask.nc                                    \
+ field_atm_import_mean_evap_rate.nc                               \
+ field_atm_import_mean_laten_heat_flx.nc                          \
+ field_atm_import_mean_merid_moment_flx.nc                        \
+ field_atm_import_mean_sensi_heat_flx.nc                          \
+ field_atm_import_mean_up_lw_flx.nc                               \
+ field_atm_import_mean_zonal_moment_flx.nc                        \
+ field_atm_import_sea_surface_temperature.nc                      \
+ field_atm_import_surface_temperature.nc                          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                                 \
+ field_ice_export_ice_mask.nc                                     \
+ field_ice_export_inst_ice_ir_dif_albedo.nc                       \
+ field_ice_export_inst_ice_ir_dir_albedo.nc                       \
+ field_ice_export_inst_ice_vis_dif_albedo.nc                      \
+ field_ice_export_inst_ice_vis_dir_albedo.nc                      \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc                  \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_ice_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_ice_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_ice_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_sw_pen_to_ocn.nc                           \
+ field_ice_export_mean_up_lw_flx_ice.nc                           \
+ field_ice_export_sea_ice_temperature.nc                          \
+ field_ice_export_stress_on_air_ice_merid.nc                      \
+ field_ice_export_stress_on_air_ice_zonal.nc                      \
+ field_ice_export_stress_on_ocn_ice_merid.nc                      \
+ field_ice_export_stress_on_ocn_ice_zonal.nc                      "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc                    \
+ field_ice_import_freezing_melting_potential.nc                   \
+ field_ice_import_inst_height_lowest.nc                           \
+ field_ice_import_inst_merid_wind_height_lowest.nc                \
+ field_ice_import_inst_pres_height_lowest.nc                      \
+ field_ice_import_inst_spec_humid_height2m.nc                     \
+ field_ice_import_inst_spec_humid_height_lowest.nc                \
+ field_ice_import_inst_surface_height.nc                          \
+ field_ice_import_inst_temp_height2m.nc                           \
+ field_ice_import_inst_temp_height_lowest.nc                      \
+ field_ice_import_inst_zonal_wind_height_lowest.nc                \
+ field_ice_import_mean_down_lw_flx.nc                             \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc                      \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc                      \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc                     \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc                     \
+ field_ice_import_mean_fprec_rate.nc                              \
+ field_ice_import_mean_merid_moment_flx.nc                        \
+ field_ice_import_mean_prec_rate.nc                               \
+ field_ice_import_mean_zonal_moment_flx.nc                        \
+ field_ice_import_mixed_layer_depth.nc                            \
+ field_ice_import_ocn_current_merid.nc                            \
+ field_ice_import_ocn_current_zonal.nc                            \
+ field_ice_import_sea_lev.nc                                      \
+ field_ice_import_sea_surface_slope_merid.nc                      \
+ field_ice_import_sea_surface_slope_zonal.nc                      \
+ field_ice_import_sea_surface_temperature.nc                      \
+ field_ice_import_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ice_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_ocn_export_freezing_melting_potential.nc                   \
+ field_ocn_export_ocean_mask.nc                                   \
+ field_ocn_export_ocn_current_merid.nc                            \
+ field_ocn_export_ocn_current_zonal.nc                            \
+ field_ocn_export_sea_lev.nc                                      \
+ field_ocn_export_sea_surface_temperature.nc                      \
+ field_ocn_export_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc                     \
+ field_ocn_import_mean_evap_rate.nc                               \
+ field_ocn_import_mean_fprec_rate.nc                              \
+ field_ocn_import_mean_merid_moment_flx.nc                        \
+ field_ocn_import_mean_net_lw_flx.nc                              \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc                       \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc                       \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc                      \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc                      \
+ field_ocn_import_mean_prec_rate.nc                               \
+ field_ocn_import_mean_sensi_heat_flx.nc                          \
+ field_ocn_import_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/2009_nems_gsm_lis_cice_mom5_wrfhydro
===================================================================
--- checkout/oldcompsets/2009_nems_gsm_lis_cice_mom5_wrfhydro	(nonexistent)
+++ checkout/oldcompsets/2009_nems_gsm_lis_cice_mom5_wrfhydro	(revision 85747)
@@ -0,0 +1,156 @@
+###############################################################################
+#                   CICE  
+#                     | 1h 
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -     1h   |    |  2h    coupling interval
+#        -       1h |    | 1h
+#        -         LIS  WRFHYDRO
+#        - Starting at 2009120100, running for 4 hours
+#
+###############################################################################
+
+###################
+# Display Message #
+###################
+export TEST_DESCR="NUOPC: GSM <-1h-> MED <-1h-> LIS <-1h-> MED <-1h-> CICE <-1h-> MED <-1h-> WRFHYDRO <-1h-> MED <-2h-> MOM5...4 hours" 
+
+#################################
+# Compset Environment Variables #
+#################################
+export_gsm
+export TASKS=110
+export WLCLK=30
+export CDATE=2009120100
+#export NDAYS=1
+export NHRS=4
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.false.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_nx1'
+
+########################################################
+# Modify NEMS Configuration: NEMS/tests/nems.configure #
+########################################################
+export_nems
+export nems_configure=med_atm_lnd_ice_ocn_hyd
+export med_model=nems
+export med_petlist_bounds="0 5"       #06
+export atm_model=gsm
+export atm_petlist_bounds="6 37"      #32
+export ocn_model=mom5
+export ocn_petlist_bounds="38 61"     #24
+export ice_model=cice
+export ice_petlist_bounds="62 65"     #04
+export lnd_model=lis
+export lnd_petlist_bounds="66 77"     #12
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="78 109"    #32
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+##################################
+# Component Specific Setup Calls #
+##################################
+setup_cice_regional(){
+  icegrid="nx1"
+  inpversion=""
+  echo "NEMS_GRID = $NEMS_GRID"
+  if [ -n "$NEMS_GRID" ] ; then
+    if [[ $NEMS_GRID = *nx1* ]] ; then
+      icegrid="nx1"
+    elif [[ $NEMS_GRID = *mx5* ]] ; then
+      icegrid="mx5"
+      inpversion="B"
+    fi
+  fi
+  echo "NEMSCompsetRun icegrid = ${icegrid}"
+  echo "NEMSCompsetRun ice inpversion = ${inpversion}"
+
+  if [ $MACHINE_ID = gaea ] ; then
+    ICE_INPUT=/lustre/f1/unswept/ncep/Gerhard.Theurich/lanl_cice_data
+  elif [ $MACHINE_ID = theia ] ; then
+    ICE_INPUT=/scratch4/NCEPDEV/nems/noscrub/Anthony.Craig/lanl_cice_data/${icegrid}${inpversion}
+  elif [ $MACHINE_ID = yellowstone ] ; then
+    ICE_INPUT=/glade/p/cgd/cseg/people/tcraig/NEMS_DATA/cice/${icegrid}${inpversion}
+  elif [ $MACHINE_ID = wcoss ] ; then
+    ICE_INPUT=/climate/noscrub/emc.climpara/Patrick/lanl_cice_data/${icegrid}${inpversion}
+  fi
+
+  dst_dir="${RUNDIR}"
+  cp -f ${ICE_INPUT}/* ${dst_dir}
+  cp -f ${ICE_INPUT}/ice_in_${icegrid} ${dst_dir}/ice_in
+
+  mkdir ${dst_dir}/restart
+  mkdir ${dst_dir}/history
+}
+
+setup_cice_regional
+setup_mom5
+if [ $MACHINE_ID = theia ] ; then
+  setup_lis "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_lis "/glade/p/work/dunlap/NEMS-DATA/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+###########################################
+# Select Run Script: NEMS/tests/rt_gfs.sh #
+###########################################
+RUN_SCRIPT=rt_gfs.sh
+
+#####################
+# Compset Direcotry #
+#####################
+export CNTL_DIR=2009_nems_gsm_lis_cice_mom5_wrfhydro
+
+####################
+# Validation Files #
+####################
+export LIST_FILES=" \
+ array_med_hyd_grid_area.nc    \
+ array_med_hyd_grid_coord1.nc  \
+ array_med_hyd_grid_coord2.nc  \
+ array_med_hyd_grid_corner1.nc \
+ array_med_hyd_grid_corner2.nc \
+ array_med_lnd_grid_area.nc    \
+ array_med_lnd_grid_coord1.nc  \
+ array_med_lnd_grid_coord2.nc  \
+ array_med_lnd_grid_corner1.nc \
+ array_med_lnd_grid_corner2.nc "
+LIST_FILES+=" \
+ field_lis_export_mean_laten_heat_flx_atm_into_lnd.nc     \
+ field_lis_export_mean_sensi_heat_flx_atm_into_lnd.nc     \
+ field_lis_export_temperature_of_soil_layer_1.nc          \
+ field_lis_export_temperature_of_soil_layer_2.nc          \
+ field_lis_export_temperature_of_soil_layer_3.nc          \
+ field_lis_export_temperature_of_soil_layer_4.nc          \
+ field_lis_import_inst_down_lw_flx.nc                     \
+ field_lis_import_inst_down_sw_flx.nc                     \
+ field_lis_import_inst_merid_wind_height_lowest.nc        \
+ field_lis_import_inst_pres_height_surface.nc             \
+ field_lis_import_inst_spec_humid_height_lowest.nc        \
+ field_lis_import_inst_temp_height_lowest.nc              \
+ field_lis_import_inst_zonal_wind_height_lowest.nc        \
+ field_lis_import_liquid_water_content_of_soil_layer_1.nc \
+ field_lis_import_liquid_water_content_of_soil_layer_2.nc \
+ field_lis_import_liquid_water_content_of_soil_layer_3.nc \
+ field_lis_import_liquid_water_content_of_soil_layer_4.nc \
+ field_lis_import_mean_prec_rate.nc                       "
+LIST_FILES+=" \
+ field_wrfhydro_export_liquid_water_content_of_soil_layer_1.nc \
+ field_wrfhydro_export_liquid_water_content_of_soil_layer_2.nc \
+ field_wrfhydro_export_liquid_water_content_of_soil_layer_3.nc \
+ field_wrfhydro_export_liquid_water_content_of_soil_layer_4.nc \
+ field_wrfhydro_import_inst_down_lw_flx.nc                     \
+ field_wrfhydro_import_inst_down_sw_flx.nc                     \
+ field_wrfhydro_import_temperature_of_soil_layer_1.nc          \
+ field_wrfhydro_import_temperature_of_soil_layer_2.nc          \
+ field_wrfhydro_import_temperature_of_soil_layer_3.nc          \
+ field_wrfhydro_import_temperature_of_soil_layer_4.nc          "
Index: checkout/oldcompsets/2009_nems_gsm_cice_mom5_sbys_lis_wrfhydro
===================================================================
--- checkout/oldcompsets/2009_nems_gsm_cice_mom5_sbys_lis_wrfhydro	(nonexistent)
+++ checkout/oldcompsets/2009_nems_gsm_cice_mom5_sbys_lis_wrfhydro	(revision 85747)
@@ -0,0 +1,334 @@
+###############################################################################
+#                   CICE  
+#                     | 1h 
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -      1h           2h    coupling interval
+#        - Running side-by-side with LIS and WRF-Hydro
+#        - Starting at 2009120100, running for 4 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> MED <-1h-> CICE <-1h-> MED <-2h-> MOM5 + LIS + WRFHYDRO ...4 hours" 
+
+# - gsm configuration ---
+export_gsm
+export TASKS=110
+export WLCLK=30
+export CDATE=2009120100
+#export NDAYS=1
+export NHRS=4
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+export FHZER=1
+export FHOUT=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ice_ocn_sbys_lnd_hyd
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export lnd_model=lis
+export lnd_petlist_bounds="66 77"
+export ocn_model=mom5
+export ocn_petlist_bounds="32 55"
+export ice_model=cice
+export ice_petlist_bounds="56 59"
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="78 109"
+export med_model=nems
+export med_petlist_bounds="60 65"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+if [ $MACHINE_ID = theia ] ; then
+  setup_lis "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_lis "/glade/p/work/dunlap/NEMS-DATA/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_nems_gsm_cice_mom5
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24     \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24     \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24     "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                 \
+ field_atm_export_inst_down_sw_flx.nc                 \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc          \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc          \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc         \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc         \
+ field_atm_export_inst_laten_heat_flx.nc              \
+ field_atm_export_inst_merid_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height10m.nc        \
+ field_atm_export_inst_net_lw_flx.nc                  \
+ field_atm_export_inst_net_sw_flx.nc                  \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc           \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc           \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc          \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc          \
+ field_atm_export_inst_pres_height_surface.nc         \
+ field_atm_export_inst_sensi_heat_flx.nc              \
+ field_atm_export_inst_spec_humid_height2m.nc         \
+ field_atm_export_inst_surface_height.nc              \
+ field_atm_export_inst_temp_height2m.nc               \
+ field_atm_export_inst_temp_height_surface.nc         \
+ field_atm_export_inst_zonal_moment_flx.nc            \
+ field_atm_export_inst_zonal_wind_height10m.nc        \
+ field_atm_export_mean_down_lw_flx.nc                 \
+ field_atm_export_mean_down_sw_flx.nc                 \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc          \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc          \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc         \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc         \
+ field_atm_export_mean_laten_heat_flx.nc              \
+ field_atm_export_mean_merid_moment_flx.nc            \
+ field_atm_export_mean_net_lw_flx.nc                  \
+ field_atm_export_mean_net_sw_flx.nc                  \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc           \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc           \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc          \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc          \
+ field_atm_export_mean_prec_rate.nc                   \
+ field_atm_export_mean_sensi_heat_flx.nc              \
+ field_atm_export_mean_zonal_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height_lowest.nc    \
+ field_atm_export_inst_pres_height_lowest.nc          \
+ field_atm_export_inst_spec_humid_height_lowest.nc    \
+ field_atm_export_inst_temp_height_lowest.nc          \
+ field_atm_export_inst_zonal_wind_height_lowest.nc    "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                     \
+ field_atm_import_inst_ice_ir_dif_albedo.nc           \
+ field_atm_import_inst_ice_ir_dir_albedo.nc           \
+ field_atm_import_inst_ice_vis_dif_albedo.nc          \
+ field_atm_import_inst_ice_vis_dir_albedo.nc          \
+ field_atm_import_land_mask.nc                        \
+ field_atm_import_mean_evap_rate_atm_into_ice.nc      \
+ field_atm_import_mean_laten_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_up_lw_flx_ice.nc               \
+ field_atm_import_sea_surface_temperature.nc          \
+ field_atm_import_stress_on_air_ice_merid.nc          \
+ field_atm_import_stress_on_air_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                     \
+ field_ice_export_ice_mask.nc                         \
+ field_ice_export_inst_ice_ir_dif_albedo.nc           \
+ field_ice_export_inst_ice_ir_dir_albedo.nc           \
+ field_ice_export_inst_ice_vis_dif_albedo.nc          \
+ field_ice_export_inst_ice_vis_dir_albedo.nc          \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc      \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sw_pen_to_ocn.nc               \
+ field_ice_export_mean_up_lw_flx_ice.nc               \
+ field_ice_export_sea_ice_temperature.nc              \
+ field_ice_export_stress_on_air_ice_merid.nc          \
+ field_ice_export_stress_on_air_ice_zonal.nc          \
+ field_ice_export_stress_on_ocn_ice_merid.nc          \
+ field_ice_export_stress_on_ocn_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc        \
+ field_ice_import_freezing_melting_potential.nc       \
+ field_ice_import_inst_merid_wind_height_lowest.nc    \
+ field_ice_import_inst_pres_height_lowest.nc          \
+ field_ice_import_inst_spec_humid_height_lowest.nc    \
+ field_ice_import_inst_temp_height_lowest.nc          \
+ field_ice_import_inst_zonal_wind_height_lowest.nc    \
+ field_ice_import_mean_down_lw_flx.nc                 \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc          \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc          \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc         \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc         \
+ field_ice_import_mean_fprec_rate.nc                  \
+ field_ice_import_mean_prec_rate.nc                   \
+ field_ice_import_mixed_layer_depth.nc                \
+ field_ice_import_ocn_current_merid.nc                \
+ field_ice_import_ocn_current_zonal.nc                \
+ field_ice_import_sea_surface_slope_merid.nc          \
+ field_ice_import_sea_surface_slope_zonal.nc          \
+ field_ice_import_sea_surface_temperature.nc          \
+ field_ice_import_s_surf.nc                           "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                         \
+ field_med_ice_a_ice_mask.nc                          \
+ field_med_ocn_a_ocean_mask.nc                        "
+#LIST_FILES+=" \
+# field_med_from_atm_inst_down_lw_flx.nc               \
+# field_med_from_atm_inst_down_sw_flx.nc               \
+# field_med_from_atm_inst_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_inst_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_inst_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_inst_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_inst_laten_heat_flx.nc            \
+# field_med_from_atm_inst_merid_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height10m.nc      \
+# field_med_from_atm_inst_net_lw_flx.nc                \
+# field_med_from_atm_inst_net_sw_flx.nc                \
+# field_med_from_atm_inst_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_inst_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_inst_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_inst_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_inst_pres_height_surface.nc       \
+# field_med_from_atm_inst_sensi_heat_flx.nc            \
+# field_med_from_atm_inst_spec_humid_height2m.nc       \
+# field_med_from_atm_inst_surface_height.nc            \
+# field_med_from_atm_inst_temp_height2m.nc             \
+# field_med_from_atm_inst_temp_height_surface.nc       \
+# field_med_from_atm_inst_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_zonal_wind_height10m.nc      \
+# field_med_from_atm_mean_down_lw_flx.nc               \
+# field_med_from_atm_mean_down_sw_flx.nc               \
+# field_med_from_atm_mean_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_mean_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_mean_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_mean_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_mean_laten_heat_flx.nc            \
+# field_med_from_atm_mean_merid_moment_flx.nc          \
+# field_med_from_atm_mean_net_lw_flx.nc                \
+# field_med_from_atm_mean_net_sw_flx.nc                \
+# field_med_from_atm_mean_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_mean_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_mean_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_mean_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_mean_prec_rate.nc                 \
+# field_med_from_atm_mean_sensi_heat_flx.nc            \
+# field_med_from_atm_mean_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height_lowest.nc  \
+# field_med_from_atm_inst_pres_height_lowest.nc        \
+# field_med_from_atm_inst_spec_humid_height_lowest.nc  \
+# field_med_from_atm_inst_temp_height_lowest.nc        \
+# field_med_from_atm_inst_zonal_wind_height_lowest.nc  \
+# field_med_from_ice_ice_fraction.nc                   \
+# field_med_from_ice_inst_ice_ir_dif_albedo.nc         \
+# field_med_from_ice_inst_ice_ir_dir_albedo.nc         \
+# field_med_from_ice_inst_ice_vis_dif_albedo.nc        \
+# field_med_from_ice_inst_ice_vis_dir_albedo.nc        \
+# field_med_from_ice_mean_evap_rate_atm_into_ice.nc    \
+# field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sw_pen_to_ocn.nc             \
+# field_med_from_ice_mean_up_lw_flx_ice.nc             \
+# field_med_from_ice_sea_ice_temperature.nc            \
+# field_med_from_ice_stress_on_air_ice_merid.nc        \
+# field_med_from_ice_stress_on_air_ice_zonal.nc        \
+# field_med_from_ice_stress_on_ocn_ice_merid.nc        \
+# field_med_from_ice_stress_on_ocn_ice_zonal.nc        \
+# field_med_from_ocn_ocean_mask.nc                     \
+# field_med_from_ocn_ocn_current_merid.nc              \
+# field_med_from_ocn_ocn_current_zonal.nc              \
+# field_med_from_ocn_sea_lev.nc                        \
+# field_med_from_ocn_sea_surface_temperature.nc        \
+# field_med_from_ocn_s_surf.nc                         \
+# field_med_to_atm_ice_fraction.nc                     \
+# field_med_to_atm_inst_ice_ir_dif_albedo.nc           \
+# field_med_to_atm_inst_ice_ir_dir_albedo.nc           \
+# field_med_to_atm_inst_ice_vis_dif_albedo.nc          \
+# field_med_to_atm_inst_ice_vis_dir_albedo.nc          \
+# field_med_to_atm_land_mask.nc                        \
+# field_med_to_atm_mean_evap_rate_atm_into_ice.nc      \
+# field_med_to_atm_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_up_lw_flx_ice.nc               \
+# field_med_to_atm_sea_surface_temperature.nc          \
+# field_med_to_atm_stress_on_air_ice_merid.nc          \
+# field_med_to_atm_stress_on_air_ice_zonal.nc          \
+# field_med_to_ice_air_density_height_lowest.nc        \
+# field_med_to_ice_freezing_melting_potential.nc       \
+# field_med_to_ice_inst_merid_wind_height_lowest.nc    \
+# field_med_to_ice_inst_pres_height_lowest.nc          \
+# field_med_to_ice_inst_spec_humid_height_lowest.nc    \
+# field_med_to_ice_inst_temp_height_lowest.nc          \
+# field_med_to_ice_inst_zonal_wind_height_lowest.nc    \
+# field_med_to_ice_mean_down_lw_flx.nc                 \
+# field_med_to_ice_mean_down_sw_ir_dif_flx.nc          \
+# field_med_to_ice_mean_down_sw_ir_dir_flx.nc          \
+# field_med_to_ice_mean_down_sw_vis_dif_flx.nc         \
+# field_med_to_ice_mean_down_sw_vis_dir_flx.nc         \
+# field_med_to_ice_mean_fprec_rate.nc                  \
+# field_med_to_ice_mean_prec_rate.nc                   \
+# field_med_to_ice_mixed_layer_depth.nc                \
+# field_med_to_ice_ocn_current_merid.nc                \
+# field_med_to_ice_ocn_current_zonal.nc                \
+# field_med_to_ice_sea_surface_slope_merid.nc          \
+# field_med_to_ice_sea_surface_slope_zonal.nc          \
+# field_med_to_ice_sea_surface_temperature.nc          \
+# field_med_to_ice_s_surf.nc                           \
+# field_med_to_ocn_inst_pres_height_surface.nc         \
+# field_med_to_ocn_mean_evap_rate.nc                   \
+# field_med_to_ocn_mean_fprec_rate.nc                  \
+# field_med_to_ocn_mean_merid_moment_flx.nc            \
+# field_med_to_ocn_mean_net_lw_flx.nc                  \
+# field_med_to_ocn_mean_net_sw_ir_dif_flx.nc           \
+# field_med_to_ocn_mean_net_sw_ir_dir_flx.nc           \
+# field_med_to_ocn_mean_net_sw_vis_dif_flx.nc          \
+# field_med_to_ocn_mean_net_sw_vis_dir_flx.nc          \
+# field_med_to_ocn_mean_prec_rate.nc                   \
+# field_med_to_ocn_mean_sensi_heat_flx.nc              \
+# field_med_to_ocn_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ field_ocn_export_ocean_mask.nc                       \
+ field_ocn_export_ocn_current_merid.nc                \
+ field_ocn_export_ocn_current_zonal.nc                \
+ field_ocn_export_sea_lev.nc                          \
+ field_ocn_export_sea_surface_temperature.nc          \
+ field_ocn_export_s_surf.nc                           "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc         \
+ field_ocn_import_mean_evap_rate.nc                   \
+ field_ocn_import_mean_fprec_rate.nc                  \
+ field_ocn_import_mean_merid_moment_flx.nc            \
+ field_ocn_import_mean_net_lw_flx.nc                  \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc           \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc           \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc          \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc          \
+ field_ocn_import_mean_prec_rate.nc                   \
+ field_ocn_import_mean_sensi_heat_flx.nc              \
+ field_ocn_import_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                             \
+ array_gsm_grid_coord2.nc                             \
+ array_med_atm_grid_area.nc                           \
+ array_med_atm_grid_coord1.nc                         \
+ array_med_atm_grid_coord2.nc                         \
+ array_med_atm_grid_corner1.nc                        \
+ array_med_atm_grid_corner2.nc                        \
+ array_med_atm_grid_mask.nc                           \
+ array_med_ice_grid_area.nc                           \
+ array_med_ice_grid_coord1.nc                         \
+ array_med_ice_grid_coord2.nc                         \
+ array_med_ice_grid_corner1.nc                        \
+ array_med_ice_grid_corner2.nc                        \
+ array_med_ice_grid_mask.nc                           \
+ array_med_med_grid_coord1.nc                         \
+ array_med_med_grid_coord2.nc                         \
+ array_med_med_grid_corner1.nc                        \
+ array_med_med_grid_corner2.nc                        \
+ array_med_ocn_grid_area.nc                           \
+ array_med_ocn_grid_coord1.nc                         \
+ array_med_ocn_grid_coord2.nc                         \
+ array_med_ocn_grid_corner1.nc                        \
+ array_med_ocn_grid_corner2.nc                        \
+ array_med_ocn_grid_mask.nc                           \
+ array_med_a2o_weights_bilnr.nc                       \
+ array_med_a2o_weights_consv.nc                       \
+ array_med_a2o_weights_patch.nc                       \
+ array_med_o2a_weights_bilnr.nc                       \
+ array_med_o2a_weights_consv.nc                       \
+ array_med_o2a_weights_patch.nc                       "
Index: checkout/oldcompsets/2009_sbys_gsm_ipe
===================================================================
--- checkout/oldcompsets/2009_sbys_gsm_ipe	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_gsm_ipe	(revision 85747)
@@ -0,0 +1,40 @@
+###########################################################################
+#
+# TEST   - GSM + IPE side-by-side
+#        - 6h intervals for both GSM and IPE
+#        - GSM is running from data files
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM + IPE side-by-side from data with 6h intervals"
+
+# -
+export CNTL_DIR=2009_sbys_gsm
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=40
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_ipm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ipm_model=ipe
+export ipm_petlist_bounds="32 39"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_ipe
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/2009_sbys_gsm
===================================================================
--- checkout/oldcompsets/2009_sbys_gsm	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_gsm	(revision 85747)
@@ -0,0 +1,35 @@
+###############################################################################
+#
+# TEST   - GSM stand-alone
+#        - 6h intervals
+#        - GSM is running from data files
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM stand-alone from data with 6h intervals"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=32
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export coupling_interval_sec=21600.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_sbys_gsm_V0001
+export LIST_FILES=" \
+  sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+  sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+  flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 "
Index: checkout/oldcompsets/2009_sbys_lis
===================================================================
--- checkout/oldcompsets/2009_sbys_lis	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_lis	(revision 85747)
@@ -0,0 +1,39 @@
+###############################################################################
+#
+# TEST   - stand-alone LIS
+#        - 1h intervals
+#        - Starting at 2009120100, running for 12 hour
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: LIS standalone running for 12 hours"
+
+# -
+export CNTL_DIR=2009_sbys_lis
+#export LIST_FILES="file1 file2 file3 file4"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=12
+export WLCLK=30
+export CDATE=2009120100
+#export NDAYS=1
+export NHRS=12
+
+# - nems.configure ---
+export_nems
+export nems_configure=lnd
+export lnd_model=lis
+export lnd_petlist_bounds="0 11"
+export coupling_interval_sec=3600.0
+
+# - component specific setup calls ---
+if [ $MACHINE_ID = theia ] ; then
+  setup_lis "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_lis_t126/lis.config.gdas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_lis "/glade/p/work/dunlap/NEMS-DATA/2009_lis_t126/lis.config.gdas"
+fi
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/adhoc_2day_spacewx_datm%wam%T62_ipe%80x170
===================================================================
--- checkout/oldcompsets/adhoc_2day_spacewx_datm%wam%T62_ipe%80x170	(nonexistent)
+++ checkout/oldcompsets/adhoc_2day_spacewx_datm%wam%T62_ipe%80x170	(revision 85747)
@@ -0,0 +1,38 @@
+###########################################################################
+#
+# TEST   - DATAWAM <-> Space Weather Mediator <-> IPE
+#        - 6h coupling intervals
+#        - Running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: DATAWAM <-> Space Weather Mediator <-> IPE from data with 6h intervals"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=32
+export WLCLK=30
+export NDAYS=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ipm
+export atm_model=datawam
+export atm_petlist_bounds="0 15"
+export ipm_model=ipe
+export ipm_petlist_bounds="16 23"
+export med_model=spaceweather
+export med_petlist_bounds="24 31"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_ipe
+setup_spaceweather
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=adhoc_2day_spacewx_datm%wam%T62_ipe%80x170_V0001
+export LIST_FILES=""
+
Index: checkout/oldcompsets/cfsr%20150401_30day_nems_gsm%slg%T126_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_30day_nems_gsm%slg%T126_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_30day_nems_gsm%slg%T126_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,441 @@
+###############################################################################
+#                   CICE  
+#                     | 900s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    900s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 30 days with 6 hourly output
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SLG GSM <-900s-> MED <-900s-> CICE <-900s-> MED <-1800s-> MOM5 ... 30 days"
+
+# - NEMS configuration ---
+export NEMS_CASE=cfsr%20150401
+export NEMS_GRID=gsm%slg%T126_cice%0.5_mom5%0.5
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_CFSR_mask%0.5
+export TASKS=136
+export WLCLK=360
+export CDATE=2015040100
+export NDAYS=30
+export wave=126
+export lm=64
+export lsoil=4
+export isoil=4
+export FHZER=6
+export FHOUT=6
+export FHRES=1440
+# export FHROT=0
+export DELTIM=900
+
+export SLG=.true.
+export ADIABATIC=.false.
+export IAER=111
+export CPLFLX=.true.
+export A2OI_OUT=.false.
+
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+
+#export NEMSIOIN=.false.
+#export NEMSIOOUT=.false.
+#export SIGIOIN=.true.
+#export SIGIOOUT=.true.
+#export SFCIOOUT=.true.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+# export QUILT=.true.
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+# export FDFI=3
+export FDFI=0
+
+# The below have no effect - need to be added to PHYVARS and/or DYNVARS
+# export LDFI_SPECT=.true.
+# export LDFI_SPECT=.false.
+# export LONB=192
+# export LATB=94
+# export LONR=192
+# export LATR=94
+# T126 below
+export LONR=384
+export LATR=190
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+#export DATAICDIR=GFS_SLG
+export OROGRAPHY_UF=${FIXGLOBAL}/global_orography_uf.t${wave}.${LONR}.${LATR}.grb
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export atm_model=gsm
+export atm_petlist_bounds="0 23"     #24
+export ocn_model=mom5
+export ocn_petlist_bounds="24 55"    #32
+export ice_model=cice
+export ice_petlist_bounds="56 75"      #20
+export med_model=nems
+export med_petlist_bounds="76 135"
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=900.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+setup_med_nems
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_30day_nems_gsm%slg%T126_cice%0.5_mom5%0.5_V0004
+
+export LIST_FILES=" \
+ sigf00 sigf06 sigf12 sigf24 sigf48 sigf72 sigf96 sigf120 sigf240 sigf480 sigf720 \
+ sfcf00 sfcf06 sfcf12 sfcf24 sfcf48 sfcf72 sfcf96 sfcf120 sfcf240 sfcf480 sfcf720 \
+ flxf00 flxf06 flxf12 flxf24 flxf48 flxf72 flxf96 flxf120 flxf240 flxf480 flxf720"
+LIST_FILES+=" \
+ grid_cice_NEMS_mx5.nc                                            \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ kmtu_cice_NEMS_mx5.nc                                            \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      \
+ cice5_model_nosnow.res.nc                                        \
+ cice5_model.res.nc                                               "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                                         \
+ array_gsm_grid_coord2.nc                                         \
+ array_med_a2o_weights_bilnr.nc                                   \
+ array_med_a2o_weights_consv.nc                                   \
+ array_med_a2o_weights_patch.nc                                   \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_o2a_weights_bilnr.nc                                   \
+ array_med_o2a_weights_consv.nc                                   \
+ array_med_o2a_weights_patch.nc                                   \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                             \
+ field_atm_export_inst_down_sw_flx.nc                             \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_inst_height_lowest.nc                           \
+ field_atm_export_inst_laten_heat_flx.nc                          \
+ field_atm_export_inst_merid_moment_flx.nc                        \
+ field_atm_export_inst_merid_wind_height10m.nc                    \
+ field_atm_export_inst_merid_wind_height_lowest.nc                \
+ field_atm_export_inst_net_lw_flx.nc                              \
+ field_atm_export_inst_net_sw_flx.nc                              \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_inst_pres_height_lowest.nc                      \
+ field_atm_export_inst_pres_height_surface.nc                     \
+ field_atm_export_inst_sensi_heat_flx.nc                          \
+ field_atm_export_inst_spec_humid_height2m.nc                     \
+ field_atm_export_inst_spec_humid_height_lowest.nc                \
+ field_atm_export_inst_surface_height.nc                          \
+ field_atm_export_inst_temp_height2m.nc                           \
+ field_atm_export_inst_temp_height_lowest.nc                      \
+ field_atm_export_inst_temp_height_surface.nc                     \
+ field_atm_export_inst_zonal_moment_flx.nc                        \
+ field_atm_export_inst_zonal_wind_height10m.nc                    \
+ field_atm_export_inst_zonal_wind_height_lowest.nc                \
+ field_atm_export_mean_down_lw_flx.nc                             \
+ field_atm_export_mean_down_sw_flx.nc                             \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_mean_laten_heat_flx.nc                          \
+ field_atm_export_mean_merid_moment_flx.nc                        \
+ field_atm_export_mean_net_lw_flx.nc                              \
+ field_atm_export_mean_net_sw_flx.nc                              \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_mean_prec_rate.nc                               \
+ field_atm_export_mean_sensi_heat_flx.nc                          \
+ field_atm_export_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                                 \
+ field_atm_import_inst_ice_ir_dif_albedo.nc                       \
+ field_atm_import_inst_ice_ir_dir_albedo.nc                       \
+ field_atm_import_inst_ice_vis_dif_albedo.nc                      \
+ field_atm_import_inst_ice_vis_dir_albedo.nc                      \
+ field_atm_import_land_mask.nc                                    \
+ field_atm_import_mean_evap_rate.nc                               \
+ field_atm_import_mean_laten_heat_flx.nc                          \
+ field_atm_import_mean_merid_moment_flx.nc                        \
+ field_atm_import_mean_sensi_heat_flx.nc                          \
+ field_atm_import_mean_up_lw_flx.nc                               \
+ field_atm_import_mean_zonal_moment_flx.nc                        \
+ field_atm_import_sea_surface_temperature.nc                      \
+ field_atm_import_surface_temperature.nc                          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                                 \
+ field_ice_export_ice_mask.nc                                     \
+ field_ice_export_inst_ice_ir_dif_albedo.nc                       \
+ field_ice_export_inst_ice_ir_dir_albedo.nc                       \
+ field_ice_export_inst_ice_vis_dif_albedo.nc                      \
+ field_ice_export_inst_ice_vis_dir_albedo.nc                      \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc                  \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_ice_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_ice_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_ice_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_sw_pen_to_ocn.nc                           \
+ field_ice_export_mean_up_lw_flx_ice.nc                           \
+ field_ice_export_sea_ice_temperature.nc                          \
+ field_ice_export_stress_on_air_ice_merid.nc                      \
+ field_ice_export_stress_on_air_ice_zonal.nc                      \
+ field_ice_export_stress_on_ocn_ice_merid.nc                      \
+ field_ice_export_stress_on_ocn_ice_zonal.nc                      "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc                    \
+ field_ice_import_freezing_melting_potential.nc                   \
+ field_ice_import_inst_height_lowest.nc                           \
+ field_ice_import_inst_merid_wind_height_lowest.nc                \
+ field_ice_import_inst_pres_height_lowest.nc                      \
+ field_ice_import_inst_spec_humid_height2m.nc                     \
+ field_ice_import_inst_spec_humid_height_lowest.nc                \
+ field_ice_import_inst_surface_height.nc                          \
+ field_ice_import_inst_temp_height2m.nc                           \
+ field_ice_import_inst_temp_height_lowest.nc                      \
+ field_ice_import_inst_zonal_wind_height_lowest.nc                \
+ field_ice_import_mean_down_lw_flx.nc                             \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc                      \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc                      \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc                     \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc                     \
+ field_ice_import_mean_fprec_rate.nc                              \
+ field_ice_import_mean_merid_moment_flx.nc                        \
+ field_ice_import_mean_prec_rate.nc                               \
+ field_ice_import_mean_zonal_moment_flx.nc                        \
+ field_ice_import_mixed_layer_depth.nc                            \
+ field_ice_import_ocn_current_merid.nc                            \
+ field_ice_import_ocn_current_zonal.nc                            \
+ field_ice_import_sea_lev.nc                                      \
+ field_ice_import_sea_surface_slope_merid.nc                      \
+ field_ice_import_sea_surface_slope_zonal.nc                      \
+ field_ice_import_sea_surface_temperature.nc                      \
+ field_ice_import_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ice_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_ocn_export_freezing_melting_potential.nc                   \
+ field_ocn_export_ocean_mask.nc                                   \
+ field_ocn_export_ocn_current_merid.nc                            \
+ field_ocn_export_ocn_current_zonal.nc                            \
+ field_ocn_export_sea_lev.nc                                      \
+ field_ocn_export_sea_surface_temperature.nc                      \
+ field_ocn_export_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc                     \
+ field_ocn_import_mean_evap_rate.nc                               \
+ field_ocn_import_mean_fprec_rate.nc                              \
+ field_ocn_import_mean_merid_moment_flx.nc                        \
+ field_ocn_import_mean_net_lw_flx.nc                              \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc                       \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc                       \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc                      \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc                      \
+ field_ocn_import_mean_prec_rate.nc                               \
+ field_ocn_import_mean_sensi_heat_flx.nc                          \
+ field_ocn_import_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/2009_nems_gsm_socn
===================================================================
--- checkout/oldcompsets/2009_nems_gsm_socn	(nonexistent)
+++ checkout/oldcompsets/2009_nems_gsm_socn	(revision 85747)
@@ -0,0 +1,42 @@
+###############################################################################
+# 
+# TEST   - GSM <-> Mediator <-> SOCN
+#        -      3h           6h    coupling interval
+#        - Exchanging fields with dummy data
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-3h-> Mediator <-6h-> SOCN ... 2 days"
+
+# -
+export CNTL_DIR=2009_sbys_gsm
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=64
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ocn_model=socn
+export ocn_petlist_bounds="32 49"
+export med_model=nems
+export med_petlist_bounds="50 63"
+export coupling_interval_slow_sec=21600.0
+export coupling_interval_fast_sec=10800.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/adhoc_sbys_hycom%core2%1.6
===================================================================
--- checkout/oldcompsets/adhoc_sbys_hycom%core2%1.6	(nonexistent)
+++ checkout/oldcompsets/adhoc_sbys_hycom%core2%1.6	(revision 85747)
@@ -0,0 +1,39 @@
+###############################################################################
+#
+# TEST   - stand-alone HYCOM
+#        - 6h intervals
+#        - Starting at 0, running for 6 days and 6h
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: HYCOM stand-alone from data with 6h intervals"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=80
+export WLCLK=30
+export NHRS=150
+
+# - nems.configure ---
+export_nems
+export nems_configure=ocn
+export ocn_model=hycom
+export ocn_petlist_bounds="0 79"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_hycom_Core2-1.6
+ln -s ${RUNDIR}/patch.input_080 ${RUNDIR}/patch.input
+
+# -
+if [ $MACHINE_ID = linux_gnu ] ; then  
+  RUN_SCRIPT=run.sh
+else
+  RUN_SCRIPT=rt_gfs.sh
+fi
+
+# - validation
+export CNTL_DIR=adhoc_sbys_hycom%core2%1.6_V0001
+export LIST_FILES="summary_out \
+  archv.0001_001_00.a archv.0001_001_00.b archv.0001_001_00.txt \
+  archv.0001_006_00.a archv.0001_006_00.b archv.0001_006_00.txt "
Index: checkout/oldcompsets/2009_blocked_lis_wrfhydro
===================================================================
--- checkout/oldcompsets/2009_blocked_lis_wrfhydro	(nonexistent)
+++ checkout/oldcompsets/2009_blocked_lis_wrfhydro	(revision 85747)
@@ -0,0 +1,46 @@
+###############################################################################
+#
+# TEST   - LIS + WRFHydro block coupled
+#        - 1h intervals for both LIS and WRF-Hydro
+#        - Starting at 2009120100, running for 4 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: Test LIS + WRF-Hydro concurrent coupled with 1h intervals"
+
+# -
+export CNTL_DIR=2009_blocked_lis_wrfhydro
+export LIST_FILES=" "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=44
+export WLCLK=30
+export CDATE=2009120100
+export NHOURS=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=blocked_lnd_hyd
+export lnd_model=lis
+export lnd_petlist_bounds="0 11"
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="12 43"
+export coupling_interval_sec=3600.0
+
+# - component specific setup calls ---
+if [ $MACHINE_ID = theia ] ; then
+  setup_lis "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_lis "/glade/p/work/dunlap/NEMS-DATA/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/cfsr%20150401_1day_leapfrog_gsm%eul%T126_ww3%T188
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1day_leapfrog_gsm%eul%T126_ww3%T188	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1day_leapfrog_gsm%eul%T126_ww3%T188	(revision 85747)
@@ -0,0 +1,41 @@
+###############################################################################
+#
+# TEST   - GSM + WW3 leap-frog coupled
+#        - 30min intervals for both GSM and WW3
+#        - Starting at 2015040100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM -> WW3 leap-frog coupled with 30min intervals"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=56
+export WLCLK=30
+export CDATE=2015040100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=leapfrog_atm_wav
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export wav_model=ww3
+export wav_petlist_bounds="32 55"
+export coupling_interval_sec=1800.0 # 30min coupling
+
+# - component specific setup calls ---
+setup_ww3Case2
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1day_leapfrog_gsm%eul%T126_ww3%T188_V0001
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 \
+    field_atm_export_inst_merid_wind_height10m.nc \
+    field_atm_export_inst_zonal_wind_height10m.nc "
Index: checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_mom5%0.5_ww3%glo30m
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_mom5%0.5_ww3%glo30m	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_mom5%0.5_ww3%glo30m	(revision 85747)
@@ -0,0 +1,374 @@
+###############################################################################
+# TEST   - GSM, MOM5, CICE coupled system with 1-way GSM->WW3 coupling
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM, MOM5, CICE, WW3 ... 1 day"
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_mask%0.5
+export TASKS=160
+export WLCLK=30
+#export WLCLK=120
+export CDATE=2015040100
+export NDAYS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+#export A2OI_OUT=.false.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_mx5'
+#export NEMS_GRID='T126_nx1'
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice_wav
+export atm_model=gsm
+export atm_petlist_bounds="0 23"     #24
+export ocn_model=mom5
+export ocn_petlist_bounds="24 55"    #32
+export ice_model=cice
+export ice_petlist_bounds="56 75"    #20
+export med_model=nems
+export med_petlist_bounds="76 135"   #60
+export wav_model=ww3
+export wav_petlist_bounds="136 159"  #24
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+setup_med_nems
+setup_ww3Case3
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_mom5%0.5_ww3%glo30m_V0001
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 "
+LIST_FILES+=" \
+ grid_cice_NEMS_mx5.nc                                            \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ kmtu_cice_NEMS_mx5.nc                                            \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      \
+ cice5_model_nosnow.res.nc                                        \
+ cice5_model.res.nc                                               "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                                         \
+ array_gsm_grid_coord2.nc                                         \
+ array_med_a2o_weights_bilnr.nc                                   \
+ array_med_a2o_weights_consv.nc                                   \
+ array_med_a2o_weights_patch.nc                                   \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_o2a_weights_bilnr.nc                                   \
+ array_med_o2a_weights_consv.nc                                   \
+ array_med_o2a_weights_patch.nc                                   \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                             \
+ field_atm_export_inst_down_sw_flx.nc                             \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_inst_height_lowest.nc                           \
+ field_atm_export_inst_laten_heat_flx.nc                          \
+ field_atm_export_inst_merid_moment_flx.nc                        \
+ field_atm_export_inst_merid_wind_height10m.nc                    \
+ field_atm_export_inst_merid_wind_height_lowest.nc                \
+ field_atm_export_inst_net_lw_flx.nc                              \
+ field_atm_export_inst_net_sw_flx.nc                              \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_inst_pres_height_lowest.nc                      \
+ field_atm_export_inst_pres_height_surface.nc                     \
+ field_atm_export_inst_sensi_heat_flx.nc                          \
+ field_atm_export_inst_spec_humid_height2m.nc                     \
+ field_atm_export_inst_spec_humid_height_lowest.nc                \
+ field_atm_export_inst_surface_height.nc                          \
+ field_atm_export_inst_temp_height2m.nc                           \
+ field_atm_export_inst_temp_height_lowest.nc                      \
+ field_atm_export_inst_temp_height_surface.nc                     \
+ field_atm_export_inst_zonal_moment_flx.nc                        \
+ field_atm_export_inst_zonal_wind_height10m.nc                    \
+ field_atm_export_inst_zonal_wind_height_lowest.nc                \
+ field_atm_export_mean_down_lw_flx.nc                             \
+ field_atm_export_mean_down_sw_flx.nc                             \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_mean_laten_heat_flx.nc                          \
+ field_atm_export_mean_merid_moment_flx.nc                        \
+ field_atm_export_mean_net_lw_flx.nc                              \
+ field_atm_export_mean_net_sw_flx.nc                              \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_mean_prec_rate.nc                               \
+ field_atm_export_mean_sensi_heat_flx.nc                          \
+ field_atm_export_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                                 \
+ field_atm_import_inst_ice_ir_dif_albedo.nc                       \
+ field_atm_import_inst_ice_ir_dir_albedo.nc                       \
+ field_atm_import_inst_ice_vis_dif_albedo.nc                      \
+ field_atm_import_inst_ice_vis_dir_albedo.nc                      \
+ field_atm_import_land_mask.nc                                    \
+ field_atm_import_mean_evap_rate.nc                               \
+ field_atm_import_mean_laten_heat_flx.nc                          \
+ field_atm_import_mean_merid_moment_flx.nc                        \
+ field_atm_import_mean_sensi_heat_flx.nc                          \
+ field_atm_import_mean_up_lw_flx.nc                               \
+ field_atm_import_mean_zonal_moment_flx.nc                        \
+ field_atm_import_sea_surface_temperature.nc                      \
+ field_atm_import_surface_temperature.nc                          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                                 \
+ field_ice_export_ice_mask.nc                                     \
+ field_ice_export_inst_ice_ir_dif_albedo.nc                       \
+ field_ice_export_inst_ice_ir_dir_albedo.nc                       \
+ field_ice_export_inst_ice_vis_dif_albedo.nc                      \
+ field_ice_export_inst_ice_vis_dir_albedo.nc                      \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc                  \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_ice_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_ice_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_ice_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_sw_pen_to_ocn.nc                           \
+ field_ice_export_mean_up_lw_flx_ice.nc                           \
+ field_ice_export_sea_ice_temperature.nc                          \
+ field_ice_export_stress_on_air_ice_merid.nc                      \
+ field_ice_export_stress_on_air_ice_zonal.nc                      \
+ field_ice_export_stress_on_ocn_ice_merid.nc                      \
+ field_ice_export_stress_on_ocn_ice_zonal.nc                      "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc                    \
+ field_ice_import_freezing_melting_potential.nc                   \
+ field_ice_import_inst_height_lowest.nc                           \
+ field_ice_import_inst_merid_wind_height_lowest.nc                \
+ field_ice_import_inst_pres_height_lowest.nc                      \
+ field_ice_import_inst_spec_humid_height2m.nc                     \
+ field_ice_import_inst_spec_humid_height_lowest.nc                \
+ field_ice_import_inst_surface_height.nc                          \
+ field_ice_import_inst_temp_height2m.nc                           \
+ field_ice_import_inst_temp_height_lowest.nc                      \
+ field_ice_import_inst_zonal_wind_height_lowest.nc                \
+ field_ice_import_mean_down_lw_flx.nc                             \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc                      \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc                      \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc                     \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc                     \
+ field_ice_import_mean_fprec_rate.nc                              \
+ field_ice_import_mean_merid_moment_flx.nc                        \
+ field_ice_import_mean_prec_rate.nc                               \
+ field_ice_import_mean_zonal_moment_flx.nc                        \
+ field_ice_import_mixed_layer_depth.nc                            \
+ field_ice_import_ocn_current_merid.nc                            \
+ field_ice_import_ocn_current_zonal.nc                            \
+ field_ice_import_sea_lev.nc                                      \
+ field_ice_import_sea_surface_slope_merid.nc                      \
+ field_ice_import_sea_surface_slope_zonal.nc                      \
+ field_ice_import_sea_surface_temperature.nc                      \
+ field_ice_import_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ice_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_ocn_export_freezing_melting_potential.nc                   \
+ field_ocn_export_ocean_mask.nc                                   \
+ field_ocn_export_ocn_current_merid.nc                            \
+ field_ocn_export_ocn_current_zonal.nc                            \
+ field_ocn_export_sea_lev.nc                                      \
+ field_ocn_export_sea_surface_temperature.nc                      \
+ field_ocn_export_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc                     \
+ field_ocn_import_mean_evap_rate.nc                               \
+ field_ocn_import_mean_fprec_rate.nc                              \
+ field_ocn_import_mean_merid_moment_flx.nc                        \
+ field_ocn_import_mean_net_lw_flx.nc                              \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc                       \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc                       \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc                      \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc                      \
+ field_ocn_import_mean_prec_rate.nc                               \
+ field_ocn_import_mean_sensi_heat_flx.nc                          \
+ field_ocn_import_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/2009_sbys_gsm_slnd
===================================================================
--- checkout/oldcompsets/2009_sbys_gsm_slnd	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_gsm_slnd	(revision 85747)
@@ -0,0 +1,37 @@
+###########################################################################
+#
+# TEST   - GSM + SLND side-by-side
+#        - 6h intervals for both GSM and SLND
+#        - GSM is running from data files
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM + SLND side-by-side from data with 6h intervals"
+
+# -
+export CNTL_DIR=2009_sbys_gsm
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=40
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_lnd
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export lnd_model=slnd
+export lnd_petlist_bounds="32 39"
+export coupling_interval_sec=21600.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/2009onedeg_nems_gsm_cice_mom5
===================================================================
--- checkout/oldcompsets/2009onedeg_nems_gsm_cice_mom5	(nonexistent)
+++ checkout/oldcompsets/2009onedeg_nems_gsm_cice_mom5	(revision 85747)
@@ -0,0 +1,318 @@
+###############################################################################
+#                   CICE  
+#                     | 1h 
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -      1h           2h    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2009120100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> MED <-1h-> CICE <-1h-> MED <-2h-> MOM5 ... 1 day"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=66
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+export FHZER=1
+export FHOUT=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ocn_model=mom5
+export ocn_petlist_bounds="32 55"
+export ice_model=cice
+export ice_petlist_bounds="56 59"
+export med_model=nems
+export med_petlist_bounds="60 65"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_nems_gsm_cice_mom5
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24     \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24     \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24     "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                 \
+ field_atm_export_inst_down_sw_flx.nc                 \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc          \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc          \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc         \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc         \
+ field_atm_export_inst_laten_heat_flx.nc              \
+ field_atm_export_inst_merid_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height10m.nc        \
+ field_atm_export_inst_net_lw_flx.nc                  \
+ field_atm_export_inst_net_sw_flx.nc                  \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc           \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc           \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc          \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc          \
+ field_atm_export_inst_pres_height_surface.nc         \
+ field_atm_export_inst_sensi_heat_flx.nc              \
+ field_atm_export_inst_spec_humid_height2m.nc         \
+ field_atm_export_inst_surface_height.nc              \
+ field_atm_export_inst_temp_height2m.nc               \
+ field_atm_export_inst_temp_height_surface.nc         \
+ field_atm_export_inst_zonal_moment_flx.nc            \
+ field_atm_export_inst_zonal_wind_height10m.nc        \
+ field_atm_export_mean_down_lw_flx.nc                 \
+ field_atm_export_mean_down_sw_flx.nc                 \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc          \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc          \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc         \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc         \
+ field_atm_export_mean_laten_heat_flx.nc              \
+ field_atm_export_mean_merid_moment_flx.nc            \
+ field_atm_export_mean_net_lw_flx.nc                  \
+ field_atm_export_mean_net_sw_flx.nc                  \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc           \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc           \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc          \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc          \
+ field_atm_export_mean_prec_rate.nc                   \
+ field_atm_export_mean_sensi_heat_flx.nc              \
+ field_atm_export_mean_zonal_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height_lowest.nc    \
+ field_atm_export_inst_pres_height_lowest.nc          \
+ field_atm_export_inst_spec_humid_height_lowest.nc    \
+ field_atm_export_inst_temp_height_lowest.nc          \
+ field_atm_export_inst_zonal_wind_height_lowest.nc    "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                     \
+ field_atm_import_inst_ice_ir_dif_albedo.nc           \
+ field_atm_import_inst_ice_ir_dir_albedo.nc           \
+ field_atm_import_inst_ice_vis_dif_albedo.nc          \
+ field_atm_import_inst_ice_vis_dir_albedo.nc          \
+ field_atm_import_land_mask.nc                        \
+ field_atm_import_mean_evap_rate_atm_into_ice.nc      \
+ field_atm_import_mean_laten_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_up_lw_flx_ice.nc               \
+ field_atm_import_sea_surface_temperature.nc          \
+ field_atm_import_stress_on_air_ice_merid.nc          \
+ field_atm_import_stress_on_air_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                     \
+ field_ice_export_ice_mask.nc                         \
+ field_ice_export_inst_ice_ir_dif_albedo.nc           \
+ field_ice_export_inst_ice_ir_dir_albedo.nc           \
+ field_ice_export_inst_ice_vis_dif_albedo.nc          \
+ field_ice_export_inst_ice_vis_dir_albedo.nc          \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc      \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sw_pen_to_ocn.nc               \
+ field_ice_export_mean_up_lw_flx_ice.nc               \
+ field_ice_export_sea_ice_temperature.nc              \
+ field_ice_export_stress_on_air_ice_merid.nc          \
+ field_ice_export_stress_on_air_ice_zonal.nc          \
+ field_ice_export_stress_on_ocn_ice_merid.nc          \
+ field_ice_export_stress_on_ocn_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc        \
+ field_ice_import_freezing_melting_potential.nc       \
+ field_ice_import_inst_merid_wind_height_lowest.nc    \
+ field_ice_import_inst_pres_height_lowest.nc          \
+ field_ice_import_inst_spec_humid_height_lowest.nc    \
+ field_ice_import_inst_temp_height_lowest.nc          \
+ field_ice_import_inst_zonal_wind_height_lowest.nc    \
+ field_ice_import_mean_down_lw_flx.nc                 \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc          \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc          \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc         \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc         \
+ field_ice_import_mean_fprec_rate.nc                  \
+ field_ice_import_mean_prec_rate.nc                   \
+ field_ice_import_mixed_layer_depth.nc                \
+ field_ice_import_ocn_current_merid.nc                \
+ field_ice_import_ocn_current_zonal.nc                \
+ field_ice_import_sea_surface_slope_merid.nc          \
+ field_ice_import_sea_surface_slope_zonal.nc          \
+ field_ice_import_sea_surface_temperature.nc          \
+ field_ice_import_s_surf.nc                           "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                         \
+ field_med_ice_a_ice_mask.nc                          \
+ field_med_ocn_a_ocean_mask.nc                        "
+#LIST_FILES+=" \
+# field_med_from_atm_inst_down_lw_flx.nc               \
+# field_med_from_atm_inst_down_sw_flx.nc               \
+# field_med_from_atm_inst_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_inst_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_inst_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_inst_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_inst_laten_heat_flx.nc            \
+# field_med_from_atm_inst_merid_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height10m.nc      \
+# field_med_from_atm_inst_net_lw_flx.nc                \
+# field_med_from_atm_inst_net_sw_flx.nc                \
+# field_med_from_atm_inst_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_inst_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_inst_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_inst_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_inst_pres_height_surface.nc       \
+# field_med_from_atm_inst_sensi_heat_flx.nc            \
+# field_med_from_atm_inst_spec_humid_height2m.nc       \
+# field_med_from_atm_inst_surface_height.nc            \
+# field_med_from_atm_inst_temp_height2m.nc             \
+# field_med_from_atm_inst_temp_height_surface.nc       \
+# field_med_from_atm_inst_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_zonal_wind_height10m.nc      \
+# field_med_from_atm_mean_down_lw_flx.nc               \
+# field_med_from_atm_mean_down_sw_flx.nc               \
+# field_med_from_atm_mean_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_mean_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_mean_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_mean_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_mean_laten_heat_flx.nc            \
+# field_med_from_atm_mean_merid_moment_flx.nc          \
+# field_med_from_atm_mean_net_lw_flx.nc                \
+# field_med_from_atm_mean_net_sw_flx.nc                \
+# field_med_from_atm_mean_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_mean_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_mean_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_mean_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_mean_prec_rate.nc                 \
+# field_med_from_atm_mean_sensi_heat_flx.nc            \
+# field_med_from_atm_mean_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height_lowest.nc  \
+# field_med_from_atm_inst_pres_height_lowest.nc        \
+# field_med_from_atm_inst_spec_humid_height_lowest.nc  \
+# field_med_from_atm_inst_temp_height_lowest.nc        \
+# field_med_from_atm_inst_zonal_wind_height_lowest.nc  \
+# field_med_from_ice_ice_fraction.nc                   \
+# field_med_from_ice_inst_ice_ir_dif_albedo.nc         \
+# field_med_from_ice_inst_ice_ir_dir_albedo.nc         \
+# field_med_from_ice_inst_ice_vis_dif_albedo.nc        \
+# field_med_from_ice_inst_ice_vis_dir_albedo.nc        \
+# field_med_from_ice_mean_evap_rate_atm_into_ice.nc    \
+# field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sw_pen_to_ocn.nc             \
+# field_med_from_ice_mean_up_lw_flx_ice.nc             \
+# field_med_from_ice_sea_ice_temperature.nc            \
+# field_med_from_ice_stress_on_air_ice_merid.nc        \
+# field_med_from_ice_stress_on_air_ice_zonal.nc        \
+# field_med_from_ice_stress_on_ocn_ice_merid.nc        \
+# field_med_from_ice_stress_on_ocn_ice_zonal.nc        \
+# field_med_from_ocn_ocean_mask.nc                     \
+# field_med_from_ocn_ocn_current_merid.nc              \
+# field_med_from_ocn_ocn_current_zonal.nc              \
+# field_med_from_ocn_sea_lev.nc                        \
+# field_med_from_ocn_sea_surface_temperature.nc        \
+# field_med_from_ocn_s_surf.nc                         \
+# field_med_to_atm_ice_fraction.nc                     \
+# field_med_to_atm_inst_ice_ir_dif_albedo.nc           \
+# field_med_to_atm_inst_ice_ir_dir_albedo.nc           \
+# field_med_to_atm_inst_ice_vis_dif_albedo.nc          \
+# field_med_to_atm_inst_ice_vis_dir_albedo.nc          \
+# field_med_to_atm_land_mask.nc                        \
+# field_med_to_atm_mean_evap_rate_atm_into_ice.nc      \
+# field_med_to_atm_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_up_lw_flx_ice.nc               \
+# field_med_to_atm_sea_surface_temperature.nc          \
+# field_med_to_atm_stress_on_air_ice_merid.nc          \
+# field_med_to_atm_stress_on_air_ice_zonal.nc          \
+# field_med_to_ice_air_density_height_lowest.nc        \
+# field_med_to_ice_freezing_melting_potential.nc       \
+# field_med_to_ice_inst_merid_wind_height_lowest.nc    \
+# field_med_to_ice_inst_pres_height_lowest.nc          \
+# field_med_to_ice_inst_spec_humid_height_lowest.nc    \
+# field_med_to_ice_inst_temp_height_lowest.nc          \
+# field_med_to_ice_inst_zonal_wind_height_lowest.nc    \
+# field_med_to_ice_mean_down_lw_flx.nc                 \
+# field_med_to_ice_mean_down_sw_ir_dif_flx.nc          \
+# field_med_to_ice_mean_down_sw_ir_dir_flx.nc          \
+# field_med_to_ice_mean_down_sw_vis_dif_flx.nc         \
+# field_med_to_ice_mean_down_sw_vis_dir_flx.nc         \
+# field_med_to_ice_mean_fprec_rate.nc                  \
+# field_med_to_ice_mean_prec_rate.nc                   \
+# field_med_to_ice_mixed_layer_depth.nc                \
+# field_med_to_ice_ocn_current_merid.nc                \
+# field_med_to_ice_ocn_current_zonal.nc                \
+# field_med_to_ice_sea_surface_slope_merid.nc          \
+# field_med_to_ice_sea_surface_slope_zonal.nc          \
+# field_med_to_ice_sea_surface_temperature.nc          \
+# field_med_to_ice_s_surf.nc                           \
+# field_med_to_ocn_inst_pres_height_surface.nc         \
+# field_med_to_ocn_mean_evap_rate.nc                   \
+# field_med_to_ocn_mean_fprec_rate.nc                  \
+# field_med_to_ocn_mean_merid_moment_flx.nc            \
+# field_med_to_ocn_mean_net_lw_flx.nc                  \
+# field_med_to_ocn_mean_net_sw_ir_dif_flx.nc           \
+# field_med_to_ocn_mean_net_sw_ir_dir_flx.nc           \
+# field_med_to_ocn_mean_net_sw_vis_dif_flx.nc          \
+# field_med_to_ocn_mean_net_sw_vis_dir_flx.nc          \
+# field_med_to_ocn_mean_prec_rate.nc                   \
+# field_med_to_ocn_mean_sensi_heat_flx.nc              \
+# field_med_to_ocn_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ field_ocn_export_ocean_mask.nc                       \
+ field_ocn_export_ocn_current_merid.nc                \
+ field_ocn_export_ocn_current_zonal.nc                \
+ field_ocn_export_sea_lev.nc                          \
+ field_ocn_export_sea_surface_temperature.nc          \
+ field_ocn_export_s_surf.nc                           "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc         \
+ field_ocn_import_mean_evap_rate.nc                   \
+ field_ocn_import_mean_fprec_rate.nc                  \
+ field_ocn_import_mean_merid_moment_flx.nc            \
+ field_ocn_import_mean_net_lw_flx.nc                  \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc           \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc           \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc          \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc          \
+ field_ocn_import_mean_prec_rate.nc                   \
+ field_ocn_import_mean_sensi_heat_flx.nc              \
+ field_ocn_import_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                             \
+ array_gsm_grid_coord2.nc                             \
+ array_med_atm_grid_area.nc                           \
+ array_med_atm_grid_coord1.nc                         \
+ array_med_atm_grid_coord2.nc                         \
+ array_med_atm_grid_corner1.nc                        \
+ array_med_atm_grid_corner2.nc                        \
+ array_med_atm_grid_mask.nc                           \
+ array_med_ice_grid_area.nc                           \
+ array_med_ice_grid_coord1.nc                         \
+ array_med_ice_grid_coord2.nc                         \
+ array_med_ice_grid_corner1.nc                        \
+ array_med_ice_grid_corner2.nc                        \
+ array_med_ice_grid_mask.nc                           \
+ array_med_med_grid_coord1.nc                         \
+ array_med_med_grid_coord2.nc                         \
+ array_med_med_grid_corner1.nc                        \
+ array_med_med_grid_corner2.nc                        \
+ array_med_ocn_grid_area.nc                           \
+ array_med_ocn_grid_coord1.nc                         \
+ array_med_ocn_grid_coord2.nc                         \
+ array_med_ocn_grid_corner1.nc                        \
+ array_med_ocn_grid_corner2.nc                        \
+ array_med_ocn_grid_mask.nc                           \
+ array_med_a2o_weights_bilnr.nc                       \
+ array_med_a2o_weights_consv.nc                       \
+ array_med_a2o_weights_patch.nc                       \
+ array_med_o2a_weights_bilnr.nc                       \
+ array_med_o2a_weights_consv.nc                       \
+ array_med_o2a_weights_patch.nc                       "
Index: checkout/oldcompsets/cfsr%20150401_1hr_nems%cold_gsm%slg%T126_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1hr_nems%cold_gsm%slg%T126_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1hr_nems%cold_gsm%slg%T126_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,307 @@
+###############################################################################
+#                   CICE  
+#                     | 900s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    900s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 1 hour
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SLG GSM <-900s-> MED <-900s-> CICE <-900s-> MED <-1800s-> MOM5 ... 1 hour"
+
+# - NEMS configuration ---
+export NEMS_CASE=cfsr%20150401
+export NEMS_GRID=gsm%slg%T126_cice%0.5_mom5%0.5
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_CFSR_mask%0.5
+export TASKS=40
+export WLCLK=30
+export CDATE=2015040100
+# export NDAYS=1
+export NHRS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+# export A2OI_OUT=.false.
+export isoil=4
+export FHZER=1
+export FHOUT=1
+# export FHRES=1440    # set to a somewhat arbitrary large number for now
+# export FHROT=0
+export FHOUT_HF=1
+export FHMAX_HF=0
+export DELTIM=900
+
+export SLG=.true.
+export ADIABATIC=.false.
+export IAER=111
+
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+
+#export NEMSIOIN=.false.
+#export NEMSIOOUT=.false.
+#export SIGIOIN=.true.
+#export SIGIOOUT=.true.
+#export SFCIOOUT=.true.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+# export QUILT=.true.
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+# export FDFI=3
+export FDFI=0
+# export LDFI_SPECT=.true.
+# export LDFI_SPECT=.false.
+
+# T126 below
+export LONR=384
+export LATR=190
+
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+#export DATAICDIR=GFS_SLG
+export OROGRAPHY_UF=${FIXGLOBAL}/global_orography_uf.t${wave}.${LONR}.${LATR}.grb
+
+# - nems.configure ---
+# Note: On WCOSS, must run on Phase2 with these settings. OOM error on Phase1
+export_nems
+export nems_configure=medcold_atm_ocn_ice
+export atm_model=gsm
+export atm_petlist_bounds="0 23"    #24
+export ocn_model=mom5
+export ocn_petlist_bounds="0 31"    #32
+export ice_model=cice
+export ice_petlist_bounds="0 19"    #20
+export med_model=nems
+export med_petlist_bounds="0 39"    #40
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=900.0
+if [ $MACHINE_ID = yellowstone ]; then
+export TASKS=84
+export atm_petlist_bounds="0 31"     #32
+export ocn_petlist_bounds="32 63"    #32
+export ice_petlist_bounds="64 83"    #20
+export med_petlist_bounds="64 83"    #20
+fi
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1hr_nems%cold_gsm%slg%T126_cice%0.5_mom5%0.5_V0010
+export LIST_FILES=" \
+ sigf00 sigf01 \
+ sfcf00 sfcf01 \
+ flxf00 flxf01 "
+LIST_FILES+=" \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      "
+LIST_FILES+=" \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ocn_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ field_med_ocn_a_ocnice_mask.nc                                   \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_fresh_water_to_ocean_rate.nc             \
+ field_med_from_ice_mean_ice_volume.nc                            \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_salt_rate.nc                             \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_snow_volume.nc                           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_net_heat_flx_to_ocn.nc                        \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_salt_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+
Index: checkout/oldcompsets/2009_sbys_lis_wrfhydro
===================================================================
--- checkout/oldcompsets/2009_sbys_lis_wrfhydro	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_lis_wrfhydro	(revision 85747)
@@ -0,0 +1,46 @@
+###############################################################################
+#
+# TEST   - LIS and WRF-Hydro running side-by-side
+#        - 1d intervals
+#        - Starting at 2009120100, running for 24 hour
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: LIS and WRF-Hydro side-by-side"
+
+# -
+export CNTL_DIR=2009_sbys_lis_wrfhydro
+#export LIST_FILES="file1 file2 file3 file4"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=44
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=lnd_hyd
+export lnd_model=lis
+export lnd_petlist_bounds="32 43"
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="0 31"
+export coupling_interval_sec=3600.0
+
+# - component specific setup calls ---
+if [ $MACHINE_ID = theia ] ; then
+  setup_lis "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_lis "/glade/p/work/dunlap/NEMS-DATA/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/2009_nems_xatm_xlnd_xice_xocn_xhyd
===================================================================
--- checkout/oldcompsets/2009_nems_xatm_xlnd_xice_xocn_xhyd	(nonexistent)
+++ checkout/oldcompsets/2009_nems_xatm_xlnd_xice_xocn_xhyd	(revision 85747)
@@ -0,0 +1,336 @@
+###############################################################################
+#                   CICE  
+#                     | 1h 
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -     1h   |    |  2h    coupling interval
+#        -       1h |    | 1h
+#        -         LIS  WRFHYDRO
+#        - Starting at 2009120100, running for 4 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> MED <-1h-> LIS <-1h-> MED <-1h-> CICE <-1h-> MED <-1h-> WRFHYDRO <-1h-> MED <-2h-> MOM5...4 hours" 
+
+# - gsm configuration ---
+export_gsm
+export TASKS=110
+export WLCLK=30
+export CDATE=2009120100
+#export NDAYS=1
+export NHRS=4
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_nx1'
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_lnd_ice_ocn_hyd
+export med_model=nems
+export med_petlist_bounds="0 5"      #06
+export atm_model=xatm
+export atm_petlist_bounds="6 37"     #32
+export ocn_model=xocn
+export ocn_petlist_bounds="38 61"    #24
+export ice_model=xice
+export ice_petlist_bounds="62 65"    #04
+export lnd_model=xlnd
+export lnd_petlist_bounds="66 77"    #12
+export hyd_model=xhyd
+export hyd_petlist_bounds="78 109"   #32
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+if [ $MACHINE_ID = theia ] ; then
+  setup_lis "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_lis "/glade/p/work/dunlap/NEMS-DATA/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_nems_gsm_cice_mom5
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24     \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24     \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24     "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                 \
+ field_atm_export_inst_down_sw_flx.nc                 \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc          \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc          \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc         \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc         \
+ field_atm_export_inst_laten_heat_flx.nc              \
+ field_atm_export_inst_merid_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height10m.nc        \
+ field_atm_export_inst_net_lw_flx.nc                  \
+ field_atm_export_inst_net_sw_flx.nc                  \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc           \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc           \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc          \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc          \
+ field_atm_export_inst_pres_height_surface.nc         \
+ field_atm_export_inst_sensi_heat_flx.nc              \
+ field_atm_export_inst_spec_humid_height2m.nc         \
+ field_atm_export_inst_surface_height.nc              \
+ field_atm_export_inst_temp_height2m.nc               \
+ field_atm_export_inst_temp_height_surface.nc         \
+ field_atm_export_inst_zonal_moment_flx.nc            \
+ field_atm_export_inst_zonal_wind_height10m.nc        \
+ field_atm_export_mean_down_lw_flx.nc                 \
+ field_atm_export_mean_down_sw_flx.nc                 \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc          \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc          \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc         \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc         \
+ field_atm_export_mean_laten_heat_flx.nc              \
+ field_atm_export_mean_merid_moment_flx.nc            \
+ field_atm_export_mean_net_lw_flx.nc                  \
+ field_atm_export_mean_net_sw_flx.nc                  \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc           \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc           \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc          \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc          \
+ field_atm_export_mean_prec_rate.nc                   \
+ field_atm_export_mean_sensi_heat_flx.nc              \
+ field_atm_export_mean_zonal_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height_lowest.nc    \
+ field_atm_export_inst_pres_height_lowest.nc          \
+ field_atm_export_inst_spec_humid_height_lowest.nc    \
+ field_atm_export_inst_temp_height_lowest.nc          \
+ field_atm_export_inst_zonal_wind_height_lowest.nc    "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                     \
+ field_atm_import_inst_ice_ir_dif_albedo.nc           \
+ field_atm_import_inst_ice_ir_dir_albedo.nc           \
+ field_atm_import_inst_ice_vis_dif_albedo.nc          \
+ field_atm_import_inst_ice_vis_dir_albedo.nc          \
+ field_atm_import_land_mask.nc                        \
+ field_atm_import_mean_evap_rate_atm_into_ice.nc      \
+ field_atm_import_mean_laten_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_up_lw_flx_ice.nc               \
+ field_atm_import_sea_surface_temperature.nc          \
+ field_atm_import_stress_on_air_ice_merid.nc          \
+ field_atm_import_stress_on_air_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                     \
+ field_ice_export_ice_mask.nc                         \
+ field_ice_export_inst_ice_ir_dif_albedo.nc           \
+ field_ice_export_inst_ice_ir_dir_albedo.nc           \
+ field_ice_export_inst_ice_vis_dif_albedo.nc          \
+ field_ice_export_inst_ice_vis_dir_albedo.nc          \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc      \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sw_pen_to_ocn.nc               \
+ field_ice_export_mean_up_lw_flx_ice.nc               \
+ field_ice_export_sea_ice_temperature.nc              \
+ field_ice_export_stress_on_air_ice_merid.nc          \
+ field_ice_export_stress_on_air_ice_zonal.nc          \
+ field_ice_export_stress_on_ocn_ice_merid.nc          \
+ field_ice_export_stress_on_ocn_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc        \
+ field_ice_import_freezing_melting_potential.nc       \
+ field_ice_import_inst_merid_wind_height_lowest.nc    \
+ field_ice_import_inst_pres_height_lowest.nc          \
+ field_ice_import_inst_spec_humid_height_lowest.nc    \
+ field_ice_import_inst_temp_height_lowest.nc          \
+ field_ice_import_inst_zonal_wind_height_lowest.nc    \
+ field_ice_import_mean_down_lw_flx.nc                 \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc          \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc          \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc         \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc         \
+ field_ice_import_mean_fprec_rate.nc                  \
+ field_ice_import_mean_prec_rate.nc                   \
+ field_ice_import_mixed_layer_depth.nc                \
+ field_ice_import_ocn_current_merid.nc                \
+ field_ice_import_ocn_current_zonal.nc                \
+ field_ice_import_sea_surface_slope_merid.nc          \
+ field_ice_import_sea_surface_slope_zonal.nc          \
+ field_ice_import_sea_surface_temperature.nc          \
+ field_ice_import_s_surf.nc                           "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                         \
+ field_med_ice_a_ice_mask.nc                          \
+ field_med_ocn_a_ocean_mask.nc                        "
+#LIST_FILES+=" \
+# field_med_from_atm_inst_down_lw_flx.nc               \
+# field_med_from_atm_inst_down_sw_flx.nc               \
+# field_med_from_atm_inst_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_inst_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_inst_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_inst_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_inst_laten_heat_flx.nc            \
+# field_med_from_atm_inst_merid_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height10m.nc      \
+# field_med_from_atm_inst_net_lw_flx.nc                \
+# field_med_from_atm_inst_net_sw_flx.nc                \
+# field_med_from_atm_inst_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_inst_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_inst_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_inst_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_inst_pres_height_surface.nc       \
+# field_med_from_atm_inst_sensi_heat_flx.nc            \
+# field_med_from_atm_inst_spec_humid_height2m.nc       \
+# field_med_from_atm_inst_surface_height.nc            \
+# field_med_from_atm_inst_temp_height2m.nc             \
+# field_med_from_atm_inst_temp_height_surface.nc       \
+# field_med_from_atm_inst_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_zonal_wind_height10m.nc      \
+# field_med_from_atm_mean_down_lw_flx.nc               \
+# field_med_from_atm_mean_down_sw_flx.nc               \
+# field_med_from_atm_mean_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_mean_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_mean_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_mean_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_mean_laten_heat_flx.nc            \
+# field_med_from_atm_mean_merid_moment_flx.nc          \
+# field_med_from_atm_mean_net_lw_flx.nc                \
+# field_med_from_atm_mean_net_sw_flx.nc                \
+# field_med_from_atm_mean_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_mean_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_mean_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_mean_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_mean_prec_rate.nc                 \
+# field_med_from_atm_mean_sensi_heat_flx.nc            \
+# field_med_from_atm_mean_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height_lowest.nc  \
+# field_med_from_atm_inst_pres_height_lowest.nc        \
+# field_med_from_atm_inst_spec_humid_height_lowest.nc  \
+# field_med_from_atm_inst_temp_height_lowest.nc        \
+# field_med_from_atm_inst_zonal_wind_height_lowest.nc  \
+# field_med_from_ice_ice_fraction.nc                   \
+# field_med_from_ice_inst_ice_ir_dif_albedo.nc         \
+# field_med_from_ice_inst_ice_ir_dir_albedo.nc         \
+# field_med_from_ice_inst_ice_vis_dif_albedo.nc        \
+# field_med_from_ice_inst_ice_vis_dir_albedo.nc        \
+# field_med_from_ice_mean_evap_rate_atm_into_ice.nc    \
+# field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sw_pen_to_ocn.nc             \
+# field_med_from_ice_mean_up_lw_flx_ice.nc             \
+# field_med_from_ice_sea_ice_temperature.nc            \
+# field_med_from_ice_stress_on_air_ice_merid.nc        \
+# field_med_from_ice_stress_on_air_ice_zonal.nc        \
+# field_med_from_ice_stress_on_ocn_ice_merid.nc        \
+# field_med_from_ice_stress_on_ocn_ice_zonal.nc        \
+# field_med_from_ocn_ocean_mask.nc                     \
+# field_med_from_ocn_ocn_current_merid.nc              \
+# field_med_from_ocn_ocn_current_zonal.nc              \
+# field_med_from_ocn_sea_lev.nc                        \
+# field_med_from_ocn_sea_surface_temperature.nc        \
+# field_med_from_ocn_s_surf.nc                         \
+# field_med_to_atm_ice_fraction.nc                     \
+# field_med_to_atm_inst_ice_ir_dif_albedo.nc           \
+# field_med_to_atm_inst_ice_ir_dir_albedo.nc           \
+# field_med_to_atm_inst_ice_vis_dif_albedo.nc          \
+# field_med_to_atm_inst_ice_vis_dir_albedo.nc          \
+# field_med_to_atm_land_mask.nc                        \
+# field_med_to_atm_mean_evap_rate_atm_into_ice.nc      \
+# field_med_to_atm_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_up_lw_flx_ice.nc               \
+# field_med_to_atm_sea_surface_temperature.nc          \
+# field_med_to_atm_stress_on_air_ice_merid.nc          \
+# field_med_to_atm_stress_on_air_ice_zonal.nc          \
+# field_med_to_ice_air_density_height_lowest.nc        \
+# field_med_to_ice_freezing_melting_potential.nc       \
+# field_med_to_ice_inst_merid_wind_height_lowest.nc    \
+# field_med_to_ice_inst_pres_height_lowest.nc          \
+# field_med_to_ice_inst_spec_humid_height_lowest.nc    \
+# field_med_to_ice_inst_temp_height_lowest.nc          \
+# field_med_to_ice_inst_zonal_wind_height_lowest.nc    \
+# field_med_to_ice_mean_down_lw_flx.nc                 \
+# field_med_to_ice_mean_down_sw_ir_dif_flx.nc          \
+# field_med_to_ice_mean_down_sw_ir_dir_flx.nc          \
+# field_med_to_ice_mean_down_sw_vis_dif_flx.nc         \
+# field_med_to_ice_mean_down_sw_vis_dir_flx.nc         \
+# field_med_to_ice_mean_fprec_rate.nc                  \
+# field_med_to_ice_mean_prec_rate.nc                   \
+# field_med_to_ice_mixed_layer_depth.nc                \
+# field_med_to_ice_ocn_current_merid.nc                \
+# field_med_to_ice_ocn_current_zonal.nc                \
+# field_med_to_ice_sea_surface_slope_merid.nc          \
+# field_med_to_ice_sea_surface_slope_zonal.nc          \
+# field_med_to_ice_sea_surface_temperature.nc          \
+# field_med_to_ice_s_surf.nc                           \
+# field_med_to_ocn_inst_pres_height_surface.nc         \
+# field_med_to_ocn_mean_evap_rate.nc                   \
+# field_med_to_ocn_mean_fprec_rate.nc                  \
+# field_med_to_ocn_mean_merid_moment_flx.nc            \
+# field_med_to_ocn_mean_net_lw_flx.nc                  \
+# field_med_to_ocn_mean_net_sw_ir_dif_flx.nc           \
+# field_med_to_ocn_mean_net_sw_ir_dir_flx.nc           \
+# field_med_to_ocn_mean_net_sw_vis_dif_flx.nc          \
+# field_med_to_ocn_mean_net_sw_vis_dir_flx.nc          \
+# field_med_to_ocn_mean_prec_rate.nc                   \
+# field_med_to_ocn_mean_sensi_heat_flx.nc              \
+# field_med_to_ocn_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ field_ocn_export_ocean_mask.nc                       \
+ field_ocn_export_ocn_current_merid.nc                \
+ field_ocn_export_ocn_current_zonal.nc                \
+ field_ocn_export_sea_lev.nc                          \
+ field_ocn_export_sea_surface_temperature.nc          \
+ field_ocn_export_s_surf.nc                           "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc         \
+ field_ocn_import_mean_evap_rate.nc                   \
+ field_ocn_import_mean_fprec_rate.nc                  \
+ field_ocn_import_mean_merid_moment_flx.nc            \
+ field_ocn_import_mean_net_lw_flx.nc                  \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc           \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc           \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc          \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc          \
+ field_ocn_import_mean_prec_rate.nc                   \
+ field_ocn_import_mean_sensi_heat_flx.nc              \
+ field_ocn_import_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                             \
+ array_gsm_grid_coord2.nc                             \
+ array_med_atm_grid_area.nc                           \
+ array_med_atm_grid_coord1.nc                         \
+ array_med_atm_grid_coord2.nc                         \
+ array_med_atm_grid_corner1.nc                        \
+ array_med_atm_grid_corner2.nc                        \
+ array_med_atm_grid_mask.nc                           \
+ array_med_ice_grid_area.nc                           \
+ array_med_ice_grid_coord1.nc                         \
+ array_med_ice_grid_coord2.nc                         \
+ array_med_ice_grid_corner1.nc                        \
+ array_med_ice_grid_corner2.nc                        \
+ array_med_ice_grid_mask.nc                           \
+ array_med_med_grid_coord1.nc                         \
+ array_med_med_grid_coord2.nc                         \
+ array_med_med_grid_corner1.nc                        \
+ array_med_med_grid_corner2.nc                        \
+ array_med_ocn_grid_area.nc                           \
+ array_med_ocn_grid_coord1.nc                         \
+ array_med_ocn_grid_coord2.nc                         \
+ array_med_ocn_grid_corner1.nc                        \
+ array_med_ocn_grid_corner2.nc                        \
+ array_med_ocn_grid_mask.nc                           \
+ array_med_a2o_weights_bilnr.nc                       \
+ array_med_a2o_weights_consv.nc                       \
+ array_med_a2o_weights_patch.nc                       \
+ array_med_o2a_weights_bilnr.nc                       \
+ array_med_o2a_weights_consv.nc                       \
+ array_med_o2a_weights_patch.nc                       "
Index: checkout/oldcompsets/2009_sbys_mom5
===================================================================
--- checkout/oldcompsets/2009_sbys_mom5	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_mom5	(revision 85747)
@@ -0,0 +1,34 @@
+###############################################################################
+#
+# TEST   - stand-alone MOM5
+#        - 6h intervals
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: MOM5 stand-alone from data with 6h intervals"
+
+# -
+export CNTL_DIR=2009_sbys_mom5
+export LIST_FILES=""
+
+# - gsm configuration ---
+export_gsm
+export TASKS=24
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=ocn
+export ocn_model=mom5
+export ocn_petlist_bounds="0 23"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_mom5
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/2009_sbys_gsm_sipm
===================================================================
--- checkout/oldcompsets/2009_sbys_gsm_sipm	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_gsm_sipm	(revision 85747)
@@ -0,0 +1,37 @@
+###########################################################################
+#
+# TEST   - GSM + SIPM side-by-side
+#        - 6h intervals for both GSM and SIPM
+#        - GSM is running from data files
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM + SIPM side-by-side from data with 6h intervals"
+
+# -
+export CNTL_DIR=2009_sbys_gsm
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=40
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_ipm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ipm_model=sipm
+export ipm_petlist_bounds="32 39"
+export coupling_interval_sec=21600.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/2009_spaceweather_gsm_ipe
===================================================================
--- checkout/oldcompsets/2009_spaceweather_gsm_ipe	(nonexistent)
+++ checkout/oldcompsets/2009_spaceweather_gsm_ipe	(revision 85747)
@@ -0,0 +1,42 @@
+###########################################################################
+#
+# TEST   - GSM <-> Mediator <-> IPE
+#        - 6h intervals for both GSM and IPE
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-> Mediator <-> IPE from data with 6h intervals"
+
+# -
+export CNTL_DIR=2009_sbys_gsm
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=80
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ipm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ipm_model=ipe
+export ipm_petlist_bounds="32 39"
+export med_model=spaceweather
+export med_petlist_bounds="40 79"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_ipe
+setup_spaceweather
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/adhoc_sbys_hycom%0.72
===================================================================
--- checkout/oldcompsets/adhoc_sbys_hycom%0.72	(nonexistent)
+++ checkout/oldcompsets/adhoc_sbys_hycom%0.72	(revision 85747)
@@ -0,0 +1,43 @@
+###############################################################################
+#
+# TEST   - stand-alone HYCOM
+#        - 6h intervals
+#        - Starting at 0, running for 6 days and 6h
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: HYCOM stand-alone from data with 6h intervals"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=16
+export WLCLK=30
+export NHRS=150
+
+# - nems.configure ---
+export_nems
+export nems_configure=ocn
+export ocn_model=hycom
+export ocn_petlist_bounds="0 15"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_hycom_GLBT0.72
+ln -s ${RUNDIR}/patch.input_0016s ${RUNDIR}/patch.input
+
+# -
+if [ $MACHINE_ID = linux_gnu ] ; then  
+  RUN_SCRIPT=run.sh
+else
+  RUN_SCRIPT=rt_gfs.sh
+fi
+
+# - validation
+export CNTL_DIR=adhoc_sbys_hycom%0.72_V0001
+export LIST_FILES="summary_out \
+  archm.0001_001_12.a archm.0001_001_12.b archm.0001_001_12.txt \
+  archm.0001_002_12.a archm.0001_002_12.b archm.0001_002_12.txt \
+  archm.0001_003_12.a archm.0001_003_12.b archm.0001_003_12.txt \
+  archm.0001_004_12.a archm.0001_004_12.b archm.0001_004_12.txt \
+  archm.0001_005_12.a archm.0001_005_12.b archm.0001_005_12.txt \
+  archm.0001_006_12.a archm.0001_006_12.b archm.0001_006_12.txt "
Index: checkout/oldcompsets/2009_nems_gsm_cice_mom5_wrfhydro_sbys_lis
===================================================================
--- checkout/oldcompsets/2009_nems_gsm_cice_mom5_wrfhydro_sbys_lis	(nonexistent)
+++ checkout/oldcompsets/2009_nems_gsm_cice_mom5_wrfhydro_sbys_lis	(revision 85747)
@@ -0,0 +1,336 @@
+###############################################################################
+#                   CICE  
+#                     | 1h 
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -     1h     |     2h    coupling interval
+#        -            | 1h
+#        -           WRFHYDRO
+#        - Running side-by-side with LIS
+#        - Starting at 2009120100, running for 4 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> MED <-1h-> CICE <-1h-> MED <-1h-> WRFHYDRO <-1h-> MED <-2h-> MOM5 + LIS ...4 hours" 
+
+# - gsm configuration ---
+export_gsm
+export TASKS=110
+export WLCLK=30
+export CDATE=2009120100
+#export NDAYS=1
+export NHRS=4
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+export FHZER=1
+export FHOUT=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ice_ocn_hyd_sbys_lnd
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export lnd_model=lis
+export lnd_petlist_bounds="66 77"
+export ocn_model=mom5
+export ocn_petlist_bounds="32 55"
+export ice_model=cice
+export ice_petlist_bounds="56 59"
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="78 109"
+export med_model=nems
+export med_petlist_bounds="60 65"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+if [ $MACHINE_ID = theia ] ; then
+  setup_lis "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_lis "/glade/p/work/dunlap/NEMS-DATA/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_nems_gsm_cice_mom5
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24     \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24     \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24     "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                 \
+ field_atm_export_inst_down_sw_flx.nc                 \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc          \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc          \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc         \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc         \
+ field_atm_export_inst_laten_heat_flx.nc              \
+ field_atm_export_inst_merid_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height10m.nc        \
+ field_atm_export_inst_net_lw_flx.nc                  \
+ field_atm_export_inst_net_sw_flx.nc                  \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc           \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc           \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc          \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc          \
+ field_atm_export_inst_pres_height_surface.nc         \
+ field_atm_export_inst_sensi_heat_flx.nc              \
+ field_atm_export_inst_spec_humid_height2m.nc         \
+ field_atm_export_inst_surface_height.nc              \
+ field_atm_export_inst_temp_height2m.nc               \
+ field_atm_export_inst_temp_height_surface.nc         \
+ field_atm_export_inst_zonal_moment_flx.nc            \
+ field_atm_export_inst_zonal_wind_height10m.nc        \
+ field_atm_export_mean_down_lw_flx.nc                 \
+ field_atm_export_mean_down_sw_flx.nc                 \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc          \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc          \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc         \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc         \
+ field_atm_export_mean_laten_heat_flx.nc              \
+ field_atm_export_mean_merid_moment_flx.nc            \
+ field_atm_export_mean_net_lw_flx.nc                  \
+ field_atm_export_mean_net_sw_flx.nc                  \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc           \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc           \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc          \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc          \
+ field_atm_export_mean_prec_rate.nc                   \
+ field_atm_export_mean_sensi_heat_flx.nc              \
+ field_atm_export_mean_zonal_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height_lowest.nc    \
+ field_atm_export_inst_pres_height_lowest.nc          \
+ field_atm_export_inst_spec_humid_height_lowest.nc    \
+ field_atm_export_inst_temp_height_lowest.nc          \
+ field_atm_export_inst_zonal_wind_height_lowest.nc    "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                     \
+ field_atm_import_inst_ice_ir_dif_albedo.nc           \
+ field_atm_import_inst_ice_ir_dir_albedo.nc           \
+ field_atm_import_inst_ice_vis_dif_albedo.nc          \
+ field_atm_import_inst_ice_vis_dir_albedo.nc          \
+ field_atm_import_land_mask.nc                        \
+ field_atm_import_mean_evap_rate_atm_into_ice.nc      \
+ field_atm_import_mean_laten_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_up_lw_flx_ice.nc               \
+ field_atm_import_sea_surface_temperature.nc          \
+ field_atm_import_stress_on_air_ice_merid.nc          \
+ field_atm_import_stress_on_air_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                     \
+ field_ice_export_ice_mask.nc                         \
+ field_ice_export_inst_ice_ir_dif_albedo.nc           \
+ field_ice_export_inst_ice_ir_dir_albedo.nc           \
+ field_ice_export_inst_ice_vis_dif_albedo.nc          \
+ field_ice_export_inst_ice_vis_dir_albedo.nc          \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc      \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sw_pen_to_ocn.nc               \
+ field_ice_export_mean_up_lw_flx_ice.nc               \
+ field_ice_export_sea_ice_temperature.nc              \
+ field_ice_export_stress_on_air_ice_merid.nc          \
+ field_ice_export_stress_on_air_ice_zonal.nc          \
+ field_ice_export_stress_on_ocn_ice_merid.nc          \
+ field_ice_export_stress_on_ocn_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc        \
+ field_ice_import_freezing_melting_potential.nc       \
+ field_ice_import_inst_merid_wind_height_lowest.nc    \
+ field_ice_import_inst_pres_height_lowest.nc          \
+ field_ice_import_inst_spec_humid_height_lowest.nc    \
+ field_ice_import_inst_temp_height_lowest.nc          \
+ field_ice_import_inst_zonal_wind_height_lowest.nc    \
+ field_ice_import_mean_down_lw_flx.nc                 \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc          \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc          \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc         \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc         \
+ field_ice_import_mean_fprec_rate.nc                  \
+ field_ice_import_mean_prec_rate.nc                   \
+ field_ice_import_mixed_layer_depth.nc                \
+ field_ice_import_ocn_current_merid.nc                \
+ field_ice_import_ocn_current_zonal.nc                \
+ field_ice_import_sea_surface_slope_merid.nc          \
+ field_ice_import_sea_surface_slope_zonal.nc          \
+ field_ice_import_sea_surface_temperature.nc          \
+ field_ice_import_s_surf.nc                           "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                         \
+ field_med_ice_a_ice_mask.nc                          \
+ field_med_ocn_a_ocean_mask.nc                        "
+#LIST_FILES+=" \
+# field_med_from_atm_inst_down_lw_flx.nc               \
+# field_med_from_atm_inst_down_sw_flx.nc               \
+# field_med_from_atm_inst_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_inst_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_inst_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_inst_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_inst_laten_heat_flx.nc            \
+# field_med_from_atm_inst_merid_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height10m.nc      \
+# field_med_from_atm_inst_net_lw_flx.nc                \
+# field_med_from_atm_inst_net_sw_flx.nc                \
+# field_med_from_atm_inst_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_inst_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_inst_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_inst_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_inst_pres_height_surface.nc       \
+# field_med_from_atm_inst_sensi_heat_flx.nc            \
+# field_med_from_atm_inst_spec_humid_height2m.nc       \
+# field_med_from_atm_inst_surface_height.nc            \
+# field_med_from_atm_inst_temp_height2m.nc             \
+# field_med_from_atm_inst_temp_height_surface.nc       \
+# field_med_from_atm_inst_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_zonal_wind_height10m.nc      \
+# field_med_from_atm_mean_down_lw_flx.nc               \
+# field_med_from_atm_mean_down_sw_flx.nc               \
+# field_med_from_atm_mean_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_mean_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_mean_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_mean_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_mean_laten_heat_flx.nc            \
+# field_med_from_atm_mean_merid_moment_flx.nc          \
+# field_med_from_atm_mean_net_lw_flx.nc                \
+# field_med_from_atm_mean_net_sw_flx.nc                \
+# field_med_from_atm_mean_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_mean_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_mean_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_mean_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_mean_prec_rate.nc                 \
+# field_med_from_atm_mean_sensi_heat_flx.nc            \
+# field_med_from_atm_mean_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height_lowest.nc  \
+# field_med_from_atm_inst_pres_height_lowest.nc        \
+# field_med_from_atm_inst_spec_humid_height_lowest.nc  \
+# field_med_from_atm_inst_temp_height_lowest.nc        \
+# field_med_from_atm_inst_zonal_wind_height_lowest.nc  \
+# field_med_from_ice_ice_fraction.nc                   \
+# field_med_from_ice_inst_ice_ir_dif_albedo.nc         \
+# field_med_from_ice_inst_ice_ir_dir_albedo.nc         \
+# field_med_from_ice_inst_ice_vis_dif_albedo.nc        \
+# field_med_from_ice_inst_ice_vis_dir_albedo.nc        \
+# field_med_from_ice_mean_evap_rate_atm_into_ice.nc    \
+# field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sw_pen_to_ocn.nc             \
+# field_med_from_ice_mean_up_lw_flx_ice.nc             \
+# field_med_from_ice_sea_ice_temperature.nc            \
+# field_med_from_ice_stress_on_air_ice_merid.nc        \
+# field_med_from_ice_stress_on_air_ice_zonal.nc        \
+# field_med_from_ice_stress_on_ocn_ice_merid.nc        \
+# field_med_from_ice_stress_on_ocn_ice_zonal.nc        \
+# field_med_from_ocn_ocean_mask.nc                     \
+# field_med_from_ocn_ocn_current_merid.nc              \
+# field_med_from_ocn_ocn_current_zonal.nc              \
+# field_med_from_ocn_sea_lev.nc                        \
+# field_med_from_ocn_sea_surface_temperature.nc        \
+# field_med_from_ocn_s_surf.nc                         \
+# field_med_to_atm_ice_fraction.nc                     \
+# field_med_to_atm_inst_ice_ir_dif_albedo.nc           \
+# field_med_to_atm_inst_ice_ir_dir_albedo.nc           \
+# field_med_to_atm_inst_ice_vis_dif_albedo.nc          \
+# field_med_to_atm_inst_ice_vis_dir_albedo.nc          \
+# field_med_to_atm_land_mask.nc                        \
+# field_med_to_atm_mean_evap_rate_atm_into_ice.nc      \
+# field_med_to_atm_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_up_lw_flx_ice.nc               \
+# field_med_to_atm_sea_surface_temperature.nc          \
+# field_med_to_atm_stress_on_air_ice_merid.nc          \
+# field_med_to_atm_stress_on_air_ice_zonal.nc          \
+# field_med_to_ice_air_density_height_lowest.nc        \
+# field_med_to_ice_freezing_melting_potential.nc       \
+# field_med_to_ice_inst_merid_wind_height_lowest.nc    \
+# field_med_to_ice_inst_pres_height_lowest.nc          \
+# field_med_to_ice_inst_spec_humid_height_lowest.nc    \
+# field_med_to_ice_inst_temp_height_lowest.nc          \
+# field_med_to_ice_inst_zonal_wind_height_lowest.nc    \
+# field_med_to_ice_mean_down_lw_flx.nc                 \
+# field_med_to_ice_mean_down_sw_ir_dif_flx.nc          \
+# field_med_to_ice_mean_down_sw_ir_dir_flx.nc          \
+# field_med_to_ice_mean_down_sw_vis_dif_flx.nc         \
+# field_med_to_ice_mean_down_sw_vis_dir_flx.nc         \
+# field_med_to_ice_mean_fprec_rate.nc                  \
+# field_med_to_ice_mean_prec_rate.nc                   \
+# field_med_to_ice_mixed_layer_depth.nc                \
+# field_med_to_ice_ocn_current_merid.nc                \
+# field_med_to_ice_ocn_current_zonal.nc                \
+# field_med_to_ice_sea_surface_slope_merid.nc          \
+# field_med_to_ice_sea_surface_slope_zonal.nc          \
+# field_med_to_ice_sea_surface_temperature.nc          \
+# field_med_to_ice_s_surf.nc                           \
+# field_med_to_ocn_inst_pres_height_surface.nc         \
+# field_med_to_ocn_mean_evap_rate.nc                   \
+# field_med_to_ocn_mean_fprec_rate.nc                  \
+# field_med_to_ocn_mean_merid_moment_flx.nc            \
+# field_med_to_ocn_mean_net_lw_flx.nc                  \
+# field_med_to_ocn_mean_net_sw_ir_dif_flx.nc           \
+# field_med_to_ocn_mean_net_sw_ir_dir_flx.nc           \
+# field_med_to_ocn_mean_net_sw_vis_dif_flx.nc          \
+# field_med_to_ocn_mean_net_sw_vis_dir_flx.nc          \
+# field_med_to_ocn_mean_prec_rate.nc                   \
+# field_med_to_ocn_mean_sensi_heat_flx.nc              \
+# field_med_to_ocn_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ field_ocn_export_ocean_mask.nc                       \
+ field_ocn_export_ocn_current_merid.nc                \
+ field_ocn_export_ocn_current_zonal.nc                \
+ field_ocn_export_sea_lev.nc                          \
+ field_ocn_export_sea_surface_temperature.nc          \
+ field_ocn_export_s_surf.nc                           "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc         \
+ field_ocn_import_mean_evap_rate.nc                   \
+ field_ocn_import_mean_fprec_rate.nc                  \
+ field_ocn_import_mean_merid_moment_flx.nc            \
+ field_ocn_import_mean_net_lw_flx.nc                  \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc           \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc           \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc          \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc          \
+ field_ocn_import_mean_prec_rate.nc                   \
+ field_ocn_import_mean_sensi_heat_flx.nc              \
+ field_ocn_import_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                             \
+ array_gsm_grid_coord2.nc                             \
+ array_med_atm_grid_area.nc                           \
+ array_med_atm_grid_coord1.nc                         \
+ array_med_atm_grid_coord2.nc                         \
+ array_med_atm_grid_corner1.nc                        \
+ array_med_atm_grid_corner2.nc                        \
+ array_med_atm_grid_mask.nc                           \
+ array_med_ice_grid_area.nc                           \
+ array_med_ice_grid_coord1.nc                         \
+ array_med_ice_grid_coord2.nc                         \
+ array_med_ice_grid_corner1.nc                        \
+ array_med_ice_grid_corner2.nc                        \
+ array_med_ice_grid_mask.nc                           \
+ array_med_med_grid_coord1.nc                         \
+ array_med_med_grid_coord2.nc                         \
+ array_med_med_grid_corner1.nc                        \
+ array_med_med_grid_corner2.nc                        \
+ array_med_ocn_grid_area.nc                           \
+ array_med_ocn_grid_coord1.nc                         \
+ array_med_ocn_grid_coord2.nc                         \
+ array_med_ocn_grid_corner1.nc                        \
+ array_med_ocn_grid_corner2.nc                        \
+ array_med_ocn_grid_mask.nc                           \
+ array_med_a2o_weights_bilnr.nc                       \
+ array_med_a2o_weights_consv.nc                       \
+ array_med_a2o_weights_patch.nc                       \
+ array_med_o2a_weights_bilnr.nc                       \
+ array_med_o2a_weights_consv.nc                       \
+ array_med_o2a_weights_patch.nc                       "
Index: checkout/oldcompsets/2009_nems_gsm_lis_cice_mom5_sbys_wrfhydro
===================================================================
--- checkout/oldcompsets/2009_nems_gsm_lis_cice_mom5_sbys_wrfhydro	(nonexistent)
+++ checkout/oldcompsets/2009_nems_gsm_lis_cice_mom5_sbys_wrfhydro	(revision 85747)
@@ -0,0 +1,336 @@
+###############################################################################
+#                   CICE  
+#                     | 1h 
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -     1h     |     2h    coupling interval
+#        -            | 1h
+#        -           LIS
+#        - Running side-by-side with WRF-Hydro
+#        - Starting at 2009120100, running for 4 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> MED <-1h-> CICE <-1h-> MED <-1h-> LIS <-1h-> MED <-2h-> MOM5 + WRFHYDRO ...4 hours" 
+
+# - gsm configuration ---
+export_gsm
+export TASKS=110
+export WLCLK=30
+export CDATE=2009120100
+#export NDAYS=1
+export NHRS=4
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+export FHZER=1
+export FHOUT=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_lnd_ice_ocn_sbys_hyd
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export lnd_model=lis
+export lnd_petlist_bounds="66 77"
+export ocn_model=mom5
+export ocn_petlist_bounds="32 55"
+export ice_model=cice
+export ice_petlist_bounds="56 59"
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="78 109"
+export med_model=nems
+export med_petlist_bounds="60 65"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+if [ $MACHINE_ID = theia ] ; then
+  setup_lis "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_lis "/glade/p/work/dunlap/NEMS-DATA/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_nems_gsm_cice_mom5
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24     \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24     \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24     "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                 \
+ field_atm_export_inst_down_sw_flx.nc                 \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc          \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc          \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc         \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc         \
+ field_atm_export_inst_laten_heat_flx.nc              \
+ field_atm_export_inst_merid_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height10m.nc        \
+ field_atm_export_inst_net_lw_flx.nc                  \
+ field_atm_export_inst_net_sw_flx.nc                  \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc           \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc           \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc          \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc          \
+ field_atm_export_inst_pres_height_surface.nc         \
+ field_atm_export_inst_sensi_heat_flx.nc              \
+ field_atm_export_inst_spec_humid_height2m.nc         \
+ field_atm_export_inst_surface_height.nc              \
+ field_atm_export_inst_temp_height2m.nc               \
+ field_atm_export_inst_temp_height_surface.nc         \
+ field_atm_export_inst_zonal_moment_flx.nc            \
+ field_atm_export_inst_zonal_wind_height10m.nc        \
+ field_atm_export_mean_down_lw_flx.nc                 \
+ field_atm_export_mean_down_sw_flx.nc                 \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc          \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc          \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc         \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc         \
+ field_atm_export_mean_laten_heat_flx.nc              \
+ field_atm_export_mean_merid_moment_flx.nc            \
+ field_atm_export_mean_net_lw_flx.nc                  \
+ field_atm_export_mean_net_sw_flx.nc                  \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc           \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc           \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc          \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc          \
+ field_atm_export_mean_prec_rate.nc                   \
+ field_atm_export_mean_sensi_heat_flx.nc              \
+ field_atm_export_mean_zonal_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height_lowest.nc    \
+ field_atm_export_inst_pres_height_lowest.nc          \
+ field_atm_export_inst_spec_humid_height_lowest.nc    \
+ field_atm_export_inst_temp_height_lowest.nc          \
+ field_atm_export_inst_zonal_wind_height_lowest.nc    "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                     \
+ field_atm_import_inst_ice_ir_dif_albedo.nc           \
+ field_atm_import_inst_ice_ir_dir_albedo.nc           \
+ field_atm_import_inst_ice_vis_dif_albedo.nc          \
+ field_atm_import_inst_ice_vis_dir_albedo.nc          \
+ field_atm_import_land_mask.nc                        \
+ field_atm_import_mean_evap_rate_atm_into_ice.nc      \
+ field_atm_import_mean_laten_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_up_lw_flx_ice.nc               \
+ field_atm_import_sea_surface_temperature.nc          \
+ field_atm_import_stress_on_air_ice_merid.nc          \
+ field_atm_import_stress_on_air_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                     \
+ field_ice_export_ice_mask.nc                         \
+ field_ice_export_inst_ice_ir_dif_albedo.nc           \
+ field_ice_export_inst_ice_ir_dir_albedo.nc           \
+ field_ice_export_inst_ice_vis_dif_albedo.nc          \
+ field_ice_export_inst_ice_vis_dir_albedo.nc          \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc      \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sw_pen_to_ocn.nc               \
+ field_ice_export_mean_up_lw_flx_ice.nc               \
+ field_ice_export_sea_ice_temperature.nc              \
+ field_ice_export_stress_on_air_ice_merid.nc          \
+ field_ice_export_stress_on_air_ice_zonal.nc          \
+ field_ice_export_stress_on_ocn_ice_merid.nc          \
+ field_ice_export_stress_on_ocn_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc        \
+ field_ice_import_freezing_melting_potential.nc       \
+ field_ice_import_inst_merid_wind_height_lowest.nc    \
+ field_ice_import_inst_pres_height_lowest.nc          \
+ field_ice_import_inst_spec_humid_height_lowest.nc    \
+ field_ice_import_inst_temp_height_lowest.nc          \
+ field_ice_import_inst_zonal_wind_height_lowest.nc    \
+ field_ice_import_mean_down_lw_flx.nc                 \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc          \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc          \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc         \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc         \
+ field_ice_import_mean_fprec_rate.nc                  \
+ field_ice_import_mean_prec_rate.nc                   \
+ field_ice_import_mixed_layer_depth.nc                \
+ field_ice_import_ocn_current_merid.nc                \
+ field_ice_import_ocn_current_zonal.nc                \
+ field_ice_import_sea_surface_slope_merid.nc          \
+ field_ice_import_sea_surface_slope_zonal.nc          \
+ field_ice_import_sea_surface_temperature.nc          \
+ field_ice_import_s_surf.nc                           "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                         \
+ field_med_ice_a_ice_mask.nc                          \
+ field_med_ocn_a_ocean_mask.nc                        "
+#LIST_FILES+=" \
+# field_med_from_atm_inst_down_lw_flx.nc               \
+# field_med_from_atm_inst_down_sw_flx.nc               \
+# field_med_from_atm_inst_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_inst_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_inst_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_inst_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_inst_laten_heat_flx.nc            \
+# field_med_from_atm_inst_merid_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height10m.nc      \
+# field_med_from_atm_inst_net_lw_flx.nc                \
+# field_med_from_atm_inst_net_sw_flx.nc                \
+# field_med_from_atm_inst_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_inst_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_inst_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_inst_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_inst_pres_height_surface.nc       \
+# field_med_from_atm_inst_sensi_heat_flx.nc            \
+# field_med_from_atm_inst_spec_humid_height2m.nc       \
+# field_med_from_atm_inst_surface_height.nc            \
+# field_med_from_atm_inst_temp_height2m.nc             \
+# field_med_from_atm_inst_temp_height_surface.nc       \
+# field_med_from_atm_inst_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_zonal_wind_height10m.nc      \
+# field_med_from_atm_mean_down_lw_flx.nc               \
+# field_med_from_atm_mean_down_sw_flx.nc               \
+# field_med_from_atm_mean_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_mean_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_mean_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_mean_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_mean_laten_heat_flx.nc            \
+# field_med_from_atm_mean_merid_moment_flx.nc          \
+# field_med_from_atm_mean_net_lw_flx.nc                \
+# field_med_from_atm_mean_net_sw_flx.nc                \
+# field_med_from_atm_mean_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_mean_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_mean_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_mean_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_mean_prec_rate.nc                 \
+# field_med_from_atm_mean_sensi_heat_flx.nc            \
+# field_med_from_atm_mean_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height_lowest.nc  \
+# field_med_from_atm_inst_pres_height_lowest.nc        \
+# field_med_from_atm_inst_spec_humid_height_lowest.nc  \
+# field_med_from_atm_inst_temp_height_lowest.nc        \
+# field_med_from_atm_inst_zonal_wind_height_lowest.nc  \
+# field_med_from_ice_ice_fraction.nc                   \
+# field_med_from_ice_inst_ice_ir_dif_albedo.nc         \
+# field_med_from_ice_inst_ice_ir_dir_albedo.nc         \
+# field_med_from_ice_inst_ice_vis_dif_albedo.nc        \
+# field_med_from_ice_inst_ice_vis_dir_albedo.nc        \
+# field_med_from_ice_mean_evap_rate_atm_into_ice.nc    \
+# field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sw_pen_to_ocn.nc             \
+# field_med_from_ice_mean_up_lw_flx_ice.nc             \
+# field_med_from_ice_sea_ice_temperature.nc            \
+# field_med_from_ice_stress_on_air_ice_merid.nc        \
+# field_med_from_ice_stress_on_air_ice_zonal.nc        \
+# field_med_from_ice_stress_on_ocn_ice_merid.nc        \
+# field_med_from_ice_stress_on_ocn_ice_zonal.nc        \
+# field_med_from_ocn_ocean_mask.nc                     \
+# field_med_from_ocn_ocn_current_merid.nc              \
+# field_med_from_ocn_ocn_current_zonal.nc              \
+# field_med_from_ocn_sea_lev.nc                        \
+# field_med_from_ocn_sea_surface_temperature.nc        \
+# field_med_from_ocn_s_surf.nc                         \
+# field_med_to_atm_ice_fraction.nc                     \
+# field_med_to_atm_inst_ice_ir_dif_albedo.nc           \
+# field_med_to_atm_inst_ice_ir_dir_albedo.nc           \
+# field_med_to_atm_inst_ice_vis_dif_albedo.nc          \
+# field_med_to_atm_inst_ice_vis_dir_albedo.nc          \
+# field_med_to_atm_land_mask.nc                        \
+# field_med_to_atm_mean_evap_rate_atm_into_ice.nc      \
+# field_med_to_atm_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_up_lw_flx_ice.nc               \
+# field_med_to_atm_sea_surface_temperature.nc          \
+# field_med_to_atm_stress_on_air_ice_merid.nc          \
+# field_med_to_atm_stress_on_air_ice_zonal.nc          \
+# field_med_to_ice_air_density_height_lowest.nc        \
+# field_med_to_ice_freezing_melting_potential.nc       \
+# field_med_to_ice_inst_merid_wind_height_lowest.nc    \
+# field_med_to_ice_inst_pres_height_lowest.nc          \
+# field_med_to_ice_inst_spec_humid_height_lowest.nc    \
+# field_med_to_ice_inst_temp_height_lowest.nc          \
+# field_med_to_ice_inst_zonal_wind_height_lowest.nc    \
+# field_med_to_ice_mean_down_lw_flx.nc                 \
+# field_med_to_ice_mean_down_sw_ir_dif_flx.nc          \
+# field_med_to_ice_mean_down_sw_ir_dir_flx.nc          \
+# field_med_to_ice_mean_down_sw_vis_dif_flx.nc         \
+# field_med_to_ice_mean_down_sw_vis_dir_flx.nc         \
+# field_med_to_ice_mean_fprec_rate.nc                  \
+# field_med_to_ice_mean_prec_rate.nc                   \
+# field_med_to_ice_mixed_layer_depth.nc                \
+# field_med_to_ice_ocn_current_merid.nc                \
+# field_med_to_ice_ocn_current_zonal.nc                \
+# field_med_to_ice_sea_surface_slope_merid.nc          \
+# field_med_to_ice_sea_surface_slope_zonal.nc          \
+# field_med_to_ice_sea_surface_temperature.nc          \
+# field_med_to_ice_s_surf.nc                           \
+# field_med_to_ocn_inst_pres_height_surface.nc         \
+# field_med_to_ocn_mean_evap_rate.nc                   \
+# field_med_to_ocn_mean_fprec_rate.nc                  \
+# field_med_to_ocn_mean_merid_moment_flx.nc            \
+# field_med_to_ocn_mean_net_lw_flx.nc                  \
+# field_med_to_ocn_mean_net_sw_ir_dif_flx.nc           \
+# field_med_to_ocn_mean_net_sw_ir_dir_flx.nc           \
+# field_med_to_ocn_mean_net_sw_vis_dif_flx.nc          \
+# field_med_to_ocn_mean_net_sw_vis_dir_flx.nc          \
+# field_med_to_ocn_mean_prec_rate.nc                   \
+# field_med_to_ocn_mean_sensi_heat_flx.nc              \
+# field_med_to_ocn_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ field_ocn_export_ocean_mask.nc                       \
+ field_ocn_export_ocn_current_merid.nc                \
+ field_ocn_export_ocn_current_zonal.nc                \
+ field_ocn_export_sea_lev.nc                          \
+ field_ocn_export_sea_surface_temperature.nc          \
+ field_ocn_export_s_surf.nc                           "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc         \
+ field_ocn_import_mean_evap_rate.nc                   \
+ field_ocn_import_mean_fprec_rate.nc                  \
+ field_ocn_import_mean_merid_moment_flx.nc            \
+ field_ocn_import_mean_net_lw_flx.nc                  \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc           \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc           \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc          \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc          \
+ field_ocn_import_mean_prec_rate.nc                   \
+ field_ocn_import_mean_sensi_heat_flx.nc              \
+ field_ocn_import_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                             \
+ array_gsm_grid_coord2.nc                             \
+ array_med_atm_grid_area.nc                           \
+ array_med_atm_grid_coord1.nc                         \
+ array_med_atm_grid_coord2.nc                         \
+ array_med_atm_grid_corner1.nc                        \
+ array_med_atm_grid_corner2.nc                        \
+ array_med_atm_grid_mask.nc                           \
+ array_med_ice_grid_area.nc                           \
+ array_med_ice_grid_coord1.nc                         \
+ array_med_ice_grid_coord2.nc                         \
+ array_med_ice_grid_corner1.nc                        \
+ array_med_ice_grid_corner2.nc                        \
+ array_med_ice_grid_mask.nc                           \
+ array_med_med_grid_coord1.nc                         \
+ array_med_med_grid_coord2.nc                         \
+ array_med_med_grid_corner1.nc                        \
+ array_med_med_grid_corner2.nc                        \
+ array_med_ocn_grid_area.nc                           \
+ array_med_ocn_grid_coord1.nc                         \
+ array_med_ocn_grid_coord2.nc                         \
+ array_med_ocn_grid_corner1.nc                        \
+ array_med_ocn_grid_corner2.nc                        \
+ array_med_ocn_grid_mask.nc                           \
+ array_med_a2o_weights_bilnr.nc                       \
+ array_med_a2o_weights_consv.nc                       \
+ array_med_a2o_weights_patch.nc                       \
+ array_med_o2a_weights_bilnr.nc                       \
+ array_med_o2a_weights_consv.nc                       \
+ array_med_o2a_weights_patch.nc                       "
Index: checkout/oldcompsets/2009_sbys_gsm_hycom
===================================================================
--- checkout/oldcompsets/2009_sbys_gsm_hycom	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_gsm_hycom	(revision 85747)
@@ -0,0 +1,43 @@
+###############################################################################
+#
+# TEST   - GSM + HYCOM side-by-side
+#        - 6h intervals for both GSM and HYCOM
+#        - GSM and HYCOM running from data files
+#        - Simulation period for HYCOM is set by GSM parameters
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM + HYCOM side-by-side from data with 6h intervals"
+
+# -
+export CNTL_DIR=2009_sbys_gsm_hycom_V0001
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 \
+    summary_out"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=72
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_ocn
+export atm_model=gsm
+export atm_petlist_bounds="0 31"  # 32 PETs
+export ocn_model=hycom
+export ocn_petlist_bounds="32 71" # 40 PETs
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_hycom_Core2-0.72
+ln -s ${RUNDIR}/patch.input_040 ${RUNDIR}/patch.input
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/cfsr%20150401_1day_sbys_gsm%slg%T126
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1day_sbys_gsm%slg%T126	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1day_sbys_gsm%slg%T126	(revision 85747)
@@ -0,0 +1,103 @@
+###############################################################################
+#
+# TEST   - GSM Semilgrangian ATM only
+#        - Starting at 2015040100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SLG GSM ... 1 day"
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_mask%0.5
+export TASKS=32
+export WLCLK=30
+export CDATE=2015040100
+export NDAYS=1
+export wave=126
+export lm=64
+export lsoil=4
+export isoil=4
+export FHZER=1
+export FHOUT=1
+# export FHROT=0
+export NEMS_GRID='T126_mx5'
+#export NEMS_GRID='T126_nx1'
+export FHOUT_HF=1
+export FHMAX_HF=0
+export DELTIM=900
+
+export SLG=.true.
+export ADIABATIC=.false.
+export IAER=111
+export CPLFLX=.false.
+export A2OI_OUT=.false.
+
+# export NEMSIOIN=.true.
+# export NEMSIOOUT=.true.
+# export SIGIOIN=.false.
+# export SIGIOOUT=.false.
+# export SFCIOOUT=.false.
+
+export NEMSIOIN=.false.
+export NEMSIOOUT=.false.
+export SIGIOIN=.true.
+export SIGIOOUT=.true.
+export SFCIOOUT=.true.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+# export QUILT=.true.
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+# export FDFI=3
+export FDFI=0
+# export LDFI_SPECT=.true.
+export LDFI_SPECT=.false.
+# T126 below
+export LONR=384
+export LATR=190
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+# export FHRES=144
+#export DATAICDIR=GFS_SLG
+export OROGRAPHY_UF=${FIXGLOBAL}/global_orography_uf.t${wave}.${LONR}.${LATR}.grb
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"     #32
+export coupling_interval_sec=900.0
+
+# - component specific setup calls ---
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1day_sbys_gsm%slg%T126_V0002
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 "
Index: checkout/oldcompsets/2009_spaceweather_satm_sipm
===================================================================
--- checkout/oldcompsets/2009_spaceweather_satm_sipm	(nonexistent)
+++ checkout/oldcompsets/2009_spaceweather_satm_sipm	(revision 85747)
@@ -0,0 +1,37 @@
+###############################################################################
+# 
+# TEST   - SATM <-> Mediator <-> SIPM
+#        - Exchanging fields with dummy data
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SATM <-> Mediator <-> SIPM ... 2 days"
+
+# -
+export CNTL_DIR=""
+export LIST_FILES=""
+
+# - gsm configuration ---
+export_gsm
+export TASKS=56
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ipm
+export atm_model=satm
+export atm_petlist_bounds="0 7"
+export ipm_model=sipm
+export ipm_petlist_bounds="8 15"
+export med_model=spaceweather
+export med_petlist_bounds="16 55"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_spaceweather
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/2013_1PET_sbys_wrfhydro
===================================================================
--- checkout/oldcompsets/2013_1PET_sbys_wrfhydro	(nonexistent)
+++ checkout/oldcompsets/2013_1PET_sbys_wrfhydro	(revision 85747)
@@ -0,0 +1,34 @@
+###############################################################################
+#
+# TEST   - stand-alone WRFHYDRO
+#        - 1h intervals
+#        - Starting at 2013091102, running for 24 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: WRFHYDRO stand-alone from LDASOUT data with 1h intervals on 1 PET"
+
+# -
+export CNTL_DIR=2013_1pet_sbys_wrfhydro
+#export LIST_FILES="file1 file2 file3 file4"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=1
+export WLCLK=30
+export CDATE=2013091102
+export NDAYS=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=hyd
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="0 0"
+export coupling_interval_sec=3600.0
+
+# - component specific setup calls ---
+setup_2013_wrfhydro
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/2009_sbys_satm_sice_socn
===================================================================
--- checkout/oldcompsets/2009_sbys_satm_sice_socn	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_satm_sice_socn	(revision 85747)
@@ -0,0 +1,33 @@
+###############################################################################
+#
+# TEST   - SATM + SICE + SOCN side-by-side
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SATM <-1h-> SICE <-2h-> SOCN ... 2 days"
+
+# - model_configure ---
+export TASKS=6
+export CDATE=2009120100
+export NHRS=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_ocn_ice
+export atm_model=satm
+export atm_petlist_bounds="0 1"
+export ocn_model=socn
+export ocn_petlist_bounds="2 3"
+export ice_model=sice
+export ice_petlist_bounds="4 5"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - run script
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=testApp_sbys_satm_sice_socn
+export LIST_FILES=""
+
Index: checkout/oldcompsets/cfsr%20150401_30day_nems_gsm%eul%T126_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_30day_nems_gsm%eul%T126_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_30day_nems_gsm%eul%T126_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,374 @@
+###############################################################################
+#                   CICE  
+#                     | 600s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    600s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 30 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-600s-> MED <-600s-> CICE <-600s-> MED <-1800s-> MOM5 ... 30 days"
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_mask%0.5
+export TASKS=136
+export WLCLK=620
+export CDATE=2015040100
+export NDAYS=30
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+#export A2OI_OUT=.false.
+export FHZER=1
+export FHOUT=1
+export FHRES=2880    # Set gsm restart frequency > FHMAX to avoid crash
+export NEMS_GRID='T126_mx5'
+#export NEMS_GRID='T126_nx1'
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export atm_model=gsm
+export atm_petlist_bounds="0 23"
+export ocn_model=mom5
+export ocn_petlist_bounds="24 55"
+export ice_model=cice
+export ice_petlist_bounds="56 75"
+export med_model=nems
+export med_petlist_bounds="76 135"
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+setup_med_nems
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_30day_nems_gsm%eul%T126_cice%0.5_mom5%0.5_V0003
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 sigf48 sigf72 sigf96 sigf120 sigf240 sigf480 sigf720 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 sfcf48 sfcf72 sfcf96 sfcf120 sfcf240 sfcf480 sfcf720 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 flxf48 flxf72 flxf96 flxf120 flxf240 flxf480 flxf720"
+LIST_FILES+=" \
+ grid_cice_NEMS_mx5.nc                                            \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ kmtu_cice_NEMS_mx5.nc                                            \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      \
+ cice5_model_nosnow.res.nc                                        \
+ cice5_model.res.nc                                               "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                                         \
+ array_gsm_grid_coord2.nc                                         \
+ array_med_a2o_weights_bilnr.nc                                   \
+ array_med_a2o_weights_consv.nc                                   \
+ array_med_a2o_weights_patch.nc                                   \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_o2a_weights_bilnr.nc                                   \
+ array_med_o2a_weights_consv.nc                                   \
+ array_med_o2a_weights_patch.nc                                   \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                             \
+ field_atm_export_inst_down_sw_flx.nc                             \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_inst_height_lowest.nc                           \
+ field_atm_export_inst_laten_heat_flx.nc                          \
+ field_atm_export_inst_merid_moment_flx.nc                        \
+ field_atm_export_inst_merid_wind_height10m.nc                    \
+ field_atm_export_inst_merid_wind_height_lowest.nc                \
+ field_atm_export_inst_net_lw_flx.nc                              \
+ field_atm_export_inst_net_sw_flx.nc                              \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_inst_pres_height_lowest.nc                      \
+ field_atm_export_inst_pres_height_surface.nc                     \
+ field_atm_export_inst_sensi_heat_flx.nc                          \
+ field_atm_export_inst_spec_humid_height2m.nc                     \
+ field_atm_export_inst_spec_humid_height_lowest.nc                \
+ field_atm_export_inst_surface_height.nc                          \
+ field_atm_export_inst_temp_height2m.nc                           \
+ field_atm_export_inst_temp_height_lowest.nc                      \
+ field_atm_export_inst_temp_height_surface.nc                     \
+ field_atm_export_inst_zonal_moment_flx.nc                        \
+ field_atm_export_inst_zonal_wind_height10m.nc                    \
+ field_atm_export_inst_zonal_wind_height_lowest.nc                \
+ field_atm_export_mean_down_lw_flx.nc                             \
+ field_atm_export_mean_down_sw_flx.nc                             \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_mean_laten_heat_flx.nc                          \
+ field_atm_export_mean_merid_moment_flx.nc                        \
+ field_atm_export_mean_net_lw_flx.nc                              \
+ field_atm_export_mean_net_sw_flx.nc                              \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_mean_prec_rate.nc                               \
+ field_atm_export_mean_sensi_heat_flx.nc                          \
+ field_atm_export_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                                 \
+ field_atm_import_inst_ice_ir_dif_albedo.nc                       \
+ field_atm_import_inst_ice_ir_dir_albedo.nc                       \
+ field_atm_import_inst_ice_vis_dif_albedo.nc                      \
+ field_atm_import_inst_ice_vis_dir_albedo.nc                      \
+ field_atm_import_land_mask.nc                                    \
+ field_atm_import_mean_evap_rate.nc                               \
+ field_atm_import_mean_laten_heat_flx.nc                          \
+ field_atm_import_mean_merid_moment_flx.nc                        \
+ field_atm_import_mean_sensi_heat_flx.nc                          \
+ field_atm_import_mean_up_lw_flx.nc                               \
+ field_atm_import_mean_zonal_moment_flx.nc                        \
+ field_atm_import_sea_surface_temperature.nc                      \
+ field_atm_import_surface_temperature.nc                          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                                 \
+ field_ice_export_ice_mask.nc                                     \
+ field_ice_export_inst_ice_ir_dif_albedo.nc                       \
+ field_ice_export_inst_ice_ir_dir_albedo.nc                       \
+ field_ice_export_inst_ice_vis_dif_albedo.nc                      \
+ field_ice_export_inst_ice_vis_dir_albedo.nc                      \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc                  \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_ice_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_ice_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_ice_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_sw_pen_to_ocn.nc                           \
+ field_ice_export_mean_up_lw_flx_ice.nc                           \
+ field_ice_export_sea_ice_temperature.nc                          \
+ field_ice_export_stress_on_air_ice_merid.nc                      \
+ field_ice_export_stress_on_air_ice_zonal.nc                      \
+ field_ice_export_stress_on_ocn_ice_merid.nc                      \
+ field_ice_export_stress_on_ocn_ice_zonal.nc                      "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc                    \
+ field_ice_import_freezing_melting_potential.nc                   \
+ field_ice_import_inst_height_lowest.nc                           \
+ field_ice_import_inst_merid_wind_height_lowest.nc                \
+ field_ice_import_inst_pres_height_lowest.nc                      \
+ field_ice_import_inst_spec_humid_height2m.nc                     \
+ field_ice_import_inst_spec_humid_height_lowest.nc                \
+ field_ice_import_inst_surface_height.nc                          \
+ field_ice_import_inst_temp_height2m.nc                           \
+ field_ice_import_inst_temp_height_lowest.nc                      \
+ field_ice_import_inst_zonal_wind_height_lowest.nc                \
+ field_ice_import_mean_down_lw_flx.nc                             \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc                      \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc                      \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc                     \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc                     \
+ field_ice_import_mean_fprec_rate.nc                              \
+ field_ice_import_mean_merid_moment_flx.nc                        \
+ field_ice_import_mean_prec_rate.nc                               \
+ field_ice_import_mean_zonal_moment_flx.nc                        \
+ field_ice_import_mixed_layer_depth.nc                            \
+ field_ice_import_ocn_current_merid.nc                            \
+ field_ice_import_ocn_current_zonal.nc                            \
+ field_ice_import_sea_lev.nc                                      \
+ field_ice_import_sea_surface_slope_merid.nc                      \
+ field_ice_import_sea_surface_slope_zonal.nc                      \
+ field_ice_import_sea_surface_temperature.nc                      \
+ field_ice_import_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ice_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_ocn_export_freezing_melting_potential.nc                   \
+ field_ocn_export_ocean_mask.nc                                   \
+ field_ocn_export_ocn_current_merid.nc                            \
+ field_ocn_export_ocn_current_zonal.nc                            \
+ field_ocn_export_sea_lev.nc                                      \
+ field_ocn_export_sea_surface_temperature.nc                      \
+ field_ocn_export_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc                     \
+ field_ocn_import_mean_evap_rate.nc                               \
+ field_ocn_import_mean_fprec_rate.nc                              \
+ field_ocn_import_mean_merid_moment_flx.nc                        \
+ field_ocn_import_mean_net_lw_flx.nc                              \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc                       \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc                       \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc                      \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc                      \
+ field_ocn_import_mean_prec_rate.nc                               \
+ field_ocn_import_mean_sensi_heat_flx.nc                          \
+ field_ocn_import_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/2009_nems_lis_wrfhydro
===================================================================
--- checkout/oldcompsets/2009_nems_lis_wrfhydro	(nonexistent)
+++ checkout/oldcompsets/2009_nems_lis_wrfhydro	(revision 85747)
@@ -0,0 +1,56 @@
+###############################################################################
+#
+# TEST   - LIS <-> Mediator <-> WRFHYDRO
+#        -     1h           2h    coupling interval
+#
+#        - Starting at 2009120100, running for 4 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: LIS <-1h-> MED <-1h> WRFHYDRO ...4 hours" 
+
+# - configuration ---
+export_gsm
+export TASKS=50
+export WLCLK=30
+export CDATE=2009120100
+#export NDAYS=1
+export NHRS=4
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+export FHZER=1
+export FHOUT=1
+
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_lnd_hyd
+export lnd_model=lis
+export lnd_petlist_bounds="0 11"
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="18 49"
+export med_model=nems
+export med_petlist_bounds="12 17"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+if [ $MACHINE_ID = theia ] ; then
+  setup_lis "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_lis "/glade/p/work/dunlap/NEMS-DATA/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_nems_gsm_cice_mom5
+export LIST_FILES=" "
Index: checkout/oldcompsets/2013_sbys_nmmb%glob
===================================================================
--- checkout/oldcompsets/2013_sbys_nmmb%glob	(nonexistent)
+++ checkout/oldcompsets/2013_sbys_nmmb%glob	(revision 85747)
@@ -0,0 +1,40 @@
+###############################################################################
+#
+# TEST   - Global NMM-B with pure binary input under NUOPC
+#        - 6x5 compute  tasks / 1 thread / opnl physics / free fcst / pure binary input
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: global NMM-B with pure binary input"
+
+# -
+export CNTL_DIR=2013_sbys_nmmb%glob
+export LIST_FILES=" \
+nmmb_hst_01_bin_0000h_00m_00.00s nmmb_hst_01_bin_0003h_00m_00.00s nmmb_hst_01_bin_0006h_00m_00.00s \
+nmmb_hst_01_bin_0009h_00m_00.00s nmmb_hst_01_bin_0012h_00m_00.00s nmmb_hst_01_bin_0015h_00m_00.00s \
+nmmb_hst_01_bin_0018h_00m_00.00s nmmb_hst_01_bin_0021h_00m_00.00s nmmb_hst_01_bin_0024h_00m_00.00s \
+nmmb_hst_01_bin_0027h_00m_00.00s nmmb_hst_01_bin_0030h_00m_00.00s nmmb_hst_01_bin_0033h_00m_00.00s \
+nmmb_hst_01_bin_0036h_00m_00.00s nmmb_hst_01_bin_0039h_00m_00.00s nmmb_hst_01_bin_0042h_00m_00.00s \
+nmmb_hst_01_bin_0045h_00m_00.00s nmmb_hst_01_bin_0048h_00m_00.00s \
+nmmb_hst_01_nio_0000h_00m_00.00s nmmb_hst_01_nio_0003h_00m_00.00s nmmb_hst_01_nio_0006h_00m_00.00s \
+nmmb_hst_01_nio_0009h_00m_00.00s nmmb_hst_01_nio_0012h_00m_00.00s nmmb_hst_01_nio_0015h_00m_00.00s \
+nmmb_hst_01_nio_0018h_00m_00.00s nmmb_hst_01_nio_0021h_00m_00.00s nmmb_hst_01_nio_0024h_00m_00.00s \
+nmmb_hst_01_nio_0027h_00m_00.00s nmmb_hst_01_nio_0030h_00m_00.00s nmmb_hst_01_nio_0033h_00m_00.00s \
+nmmb_hst_01_nio_0036h_00m_00.00s nmmb_hst_01_nio_0039h_00m_00.00s nmmb_hst_01_nio_0042h_00m_00.00s \
+nmmb_hst_01_nio_0045h_00m_00.00s nmmb_hst_01_nio_0048h_00m_00.00s \
+nmmb_rst_01_bin_0024h_00m_00.00s nmmb_rst_01_nio_0024h_00m_00.00s"
+
+# - nmmb configuration ---
+export_nmm
+export TASKS=48
+export WLCLK=30
+export GBRG=glob
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_step
+export atm_model=nmm
+export atm_petlist_bounds="0 47"
+
+# -
+RUN_SCRIPT=rt_nmm.sh
Index: checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_hycom%core2%0.72
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_hycom%core2%0.72	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_hycom%core2%0.72	(revision 85747)
@@ -0,0 +1,376 @@
+###############################################################################
+#                   CICE  
+#                     | 600s
+# TEST   - GSM <-> Mediator <-> HYCOM
+#        -    600s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-600s-> MED <-600s-> CICE <-600s-> MED <-1800s-> HYCOM ... 1 day"
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_mask%0.5
+export TASKS=144
+export WLCLK=30
+# export WLCLK=60
+export CDATE=2015040100
+export NDAYS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+#export A2OI_OUT=.false.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_mx5'
+#export NEMS_GRID='T126_nx1'
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export atm_model=gsm
+export atm_petlist_bounds="0 23"     #24
+export ocn_model=hycom
+export ocn_petlist_bounds="24 63"    #40
+export ice_model=cice
+export ice_petlist_bounds="64 83"    #20
+export med_model=nems
+export med_petlist_bounds="84 143"    #60
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_hycom_Core2-0.72
+ln -s ${RUNDIR}/patch.input_040 ${RUNDIR}/patch.input
+rm -f ${RUNDIR}/mediator*_restart.nc
+cp ${DATADIR}/MED_NEMS/20150401short_nems_gsm_cice_hycom_V0001/* ${RUNDIR}
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1day_nems_gsm%eul%T126_cice%0.5_hycom%core2%0.72_V0002
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 "
+LIST_FILES+=" \
+ grid_cice_NEMS_mx5.nc                                            \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ kmtu_cice_NEMS_mx5.nc                                            \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      \
+ cice5_model_nosnow.res.nc                                        \
+ cice5_model.res.nc                                               "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                                         \
+ array_gsm_grid_coord2.nc                                         \
+ array_med_a2o_weights_bilnr.nc                                   \
+ array_med_a2o_weights_consv.nc                                   \
+ array_med_a2o_weights_patch.nc                                   \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_o2a_weights_bilnr.nc                                   \
+ array_med_o2a_weights_consv.nc                                   \
+ array_med_o2a_weights_patch.nc                                   \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                             \
+ field_atm_export_inst_down_sw_flx.nc                             \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_inst_height_lowest.nc                           \
+ field_atm_export_inst_laten_heat_flx.nc                          \
+ field_atm_export_inst_merid_moment_flx.nc                        \
+ field_atm_export_inst_merid_wind_height10m.nc                    \
+ field_atm_export_inst_merid_wind_height_lowest.nc                \
+ field_atm_export_inst_net_lw_flx.nc                              \
+ field_atm_export_inst_net_sw_flx.nc                              \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_inst_pres_height_lowest.nc                      \
+ field_atm_export_inst_pres_height_surface.nc                     \
+ field_atm_export_inst_sensi_heat_flx.nc                          \
+ field_atm_export_inst_spec_humid_height2m.nc                     \
+ field_atm_export_inst_spec_humid_height_lowest.nc                \
+ field_atm_export_inst_surface_height.nc                          \
+ field_atm_export_inst_temp_height2m.nc                           \
+ field_atm_export_inst_temp_height_lowest.nc                      \
+ field_atm_export_inst_temp_height_surface.nc                     \
+ field_atm_export_inst_zonal_moment_flx.nc                        \
+ field_atm_export_inst_zonal_wind_height10m.nc                    \
+ field_atm_export_inst_zonal_wind_height_lowest.nc                \
+ field_atm_export_mean_down_lw_flx.nc                             \
+ field_atm_export_mean_down_sw_flx.nc                             \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_mean_laten_heat_flx.nc                          \
+ field_atm_export_mean_merid_moment_flx.nc                        \
+ field_atm_export_mean_net_lw_flx.nc                              \
+ field_atm_export_mean_net_sw_flx.nc                              \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_mean_prec_rate.nc                               \
+ field_atm_export_mean_sensi_heat_flx.nc                          \
+ field_atm_export_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                                 \
+ field_atm_import_inst_ice_ir_dif_albedo.nc                       \
+ field_atm_import_inst_ice_ir_dir_albedo.nc                       \
+ field_atm_import_inst_ice_vis_dif_albedo.nc                      \
+ field_atm_import_inst_ice_vis_dir_albedo.nc                      \
+ field_atm_import_land_mask.nc                                    \
+ field_atm_import_mean_evap_rate.nc                               \
+ field_atm_import_mean_laten_heat_flx.nc                          \
+ field_atm_import_mean_merid_moment_flx.nc                        \
+ field_atm_import_mean_sensi_heat_flx.nc                          \
+ field_atm_import_mean_up_lw_flx.nc                               \
+ field_atm_import_mean_zonal_moment_flx.nc                        \
+ field_atm_import_sea_surface_temperature.nc                      \
+ field_atm_import_surface_temperature.nc                          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                                 \
+ field_ice_export_ice_mask.nc                                     \
+ field_ice_export_inst_ice_ir_dif_albedo.nc                       \
+ field_ice_export_inst_ice_ir_dir_albedo.nc                       \
+ field_ice_export_inst_ice_vis_dif_albedo.nc                      \
+ field_ice_export_inst_ice_vis_dir_albedo.nc                      \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc                  \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_ice_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_ice_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_ice_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_sw_pen_to_ocn.nc                           \
+ field_ice_export_mean_up_lw_flx_ice.nc                           \
+ field_ice_export_sea_ice_temperature.nc                          \
+ field_ice_export_stress_on_air_ice_merid.nc                      \
+ field_ice_export_stress_on_air_ice_zonal.nc                      \
+ field_ice_export_stress_on_ocn_ice_merid.nc                      \
+ field_ice_export_stress_on_ocn_ice_zonal.nc                      "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc                    \
+ field_ice_import_freezing_melting_potential.nc                   \
+ field_ice_import_inst_height_lowest.nc                           \
+ field_ice_import_inst_merid_wind_height_lowest.nc                \
+ field_ice_import_inst_pres_height_lowest.nc                      \
+ field_ice_import_inst_spec_humid_height2m.nc                     \
+ field_ice_import_inst_spec_humid_height_lowest.nc                \
+ field_ice_import_inst_surface_height.nc                          \
+ field_ice_import_inst_temp_height2m.nc                           \
+ field_ice_import_inst_temp_height_lowest.nc                      \
+ field_ice_import_inst_zonal_wind_height_lowest.nc                \
+ field_ice_import_mean_down_lw_flx.nc                             \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc                      \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc                      \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc                     \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc                     \
+ field_ice_import_mean_fprec_rate.nc                              \
+ field_ice_import_mean_merid_moment_flx.nc                        \
+ field_ice_import_mean_prec_rate.nc                               \
+ field_ice_import_mean_zonal_moment_flx.nc                        \
+ field_ice_import_mixed_layer_depth.nc                            \
+ field_ice_import_ocn_current_merid.nc                            \
+ field_ice_import_ocn_current_zonal.nc                            \
+ field_ice_import_sea_lev.nc                                      \
+ field_ice_import_sea_surface_slope_merid.nc                      \
+ field_ice_import_sea_surface_slope_zonal.nc                      \
+ field_ice_import_sea_surface_temperature.nc                      \
+ field_ice_import_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ice_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_ocn_export_freezing_melting_potential.nc                   \
+ field_ocn_export_ocean_mask.nc                                   \
+ field_ocn_export_ocn_current_merid.nc                            \
+ field_ocn_export_ocn_current_zonal.nc                            \
+ field_ocn_export_sea_lev.nc                                      \
+ field_ocn_export_sea_surface_temperature.nc                      \
+ field_ocn_export_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc                     \
+ field_ocn_import_mean_evap_rate.nc                               \
+ field_ocn_import_mean_fprec_rate.nc                              \
+ field_ocn_import_mean_merid_moment_flx.nc                        \
+ field_ocn_import_mean_net_lw_flx.nc                              \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc                       \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc                       \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc                      \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc                      \
+ field_ocn_import_mean_prec_rate.nc                               \
+ field_ocn_import_mean_sensi_heat_flx.nc                          \
+ field_ocn_import_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/2013_sbys_wrfhydro
===================================================================
--- checkout/oldcompsets/2013_sbys_wrfhydro	(nonexistent)
+++ checkout/oldcompsets/2013_sbys_wrfhydro	(revision 85747)
@@ -0,0 +1,34 @@
+###############################################################################
+#
+# TEST   - stand-alone WRFHYDRO
+#        - 1h intervals
+#        - Starting at 2013091102, running for 24 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: WRFHYDRO stand-alone from LDASOUT data with 1h intervals"
+
+# -
+export CNTL_DIR=2013_sbys_wrfhydro
+#export LIST_FILES="file1 file2 file3 file4"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=32
+export WLCLK=30
+export CDATE=2013091102
+export NDAYS=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=hyd
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="0 31"
+export coupling_interval_sec=3600.0
+
+# - component specific setup calls ---
+setup_2013_wrfhydro
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/2009_nems_gsm_lis_cice_mom5_wrfhydro_crash
===================================================================
--- checkout/oldcompsets/2009_nems_gsm_lis_cice_mom5_wrfhydro_crash	(nonexistent)
+++ checkout/oldcompsets/2009_nems_gsm_lis_cice_mom5_wrfhydro_crash	(revision 85747)
@@ -0,0 +1,336 @@
+###############################################################################
+#                   CICE  
+#                     | 1h 
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -     1h   |    |  2h    coupling interval
+#        -       1h |    | 1h
+#        -         LIS  WRFHYDRO
+#        - Starting at 2009120100, running for 4 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> MED <-1h-> LIS <-1h-> MED <-1h-> CICE <-1h-> MED <-1h-> WRFHYDRO <-1h-> MED <-2h-> MOM5...4 hours" 
+
+# - gsm configuration ---
+export_gsm
+export TASKS=110
+export WLCLK=30
+export CDATE=2009120100
+#export NDAYS=1
+export NHRS=4
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.false.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_nx1'
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_lnd_ice_ocn_hyd
+export atm_model=gsm
+export atm_petlist_bounds="0 31"      #32
+export lnd_model=lis
+export lnd_petlist_bounds="66 77"     #12
+export ocn_model=mom5
+export ocn_petlist_bounds="32 55"     #24
+export ice_model=cice
+export ice_petlist_bounds="56 59"     #04
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="78 109"    #32
+export med_model=nems
+export med_petlist_bounds="60 65"     #06
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+if [ $MACHINE_ID = theia ] ; then
+  setup_lis "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_lis "/glade/p/work/dunlap/NEMS-DATA/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_nems_gsm_cice_mom5
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24     \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24     \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24     "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                 \
+ field_atm_export_inst_down_sw_flx.nc                 \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc          \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc          \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc         \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc         \
+ field_atm_export_inst_laten_heat_flx.nc              \
+ field_atm_export_inst_merid_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height10m.nc        \
+ field_atm_export_inst_net_lw_flx.nc                  \
+ field_atm_export_inst_net_sw_flx.nc                  \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc           \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc           \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc          \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc          \
+ field_atm_export_inst_pres_height_surface.nc         \
+ field_atm_export_inst_sensi_heat_flx.nc              \
+ field_atm_export_inst_spec_humid_height2m.nc         \
+ field_atm_export_inst_surface_height.nc              \
+ field_atm_export_inst_temp_height2m.nc               \
+ field_atm_export_inst_temp_height_surface.nc         \
+ field_atm_export_inst_zonal_moment_flx.nc            \
+ field_atm_export_inst_zonal_wind_height10m.nc        \
+ field_atm_export_mean_down_lw_flx.nc                 \
+ field_atm_export_mean_down_sw_flx.nc                 \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc          \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc          \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc         \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc         \
+ field_atm_export_mean_laten_heat_flx.nc              \
+ field_atm_export_mean_merid_moment_flx.nc            \
+ field_atm_export_mean_net_lw_flx.nc                  \
+ field_atm_export_mean_net_sw_flx.nc                  \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc           \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc           \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc          \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc          \
+ field_atm_export_mean_prec_rate.nc                   \
+ field_atm_export_mean_sensi_heat_flx.nc              \
+ field_atm_export_mean_zonal_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height_lowest.nc    \
+ field_atm_export_inst_pres_height_lowest.nc          \
+ field_atm_export_inst_spec_humid_height_lowest.nc    \
+ field_atm_export_inst_temp_height_lowest.nc          \
+ field_atm_export_inst_zonal_wind_height_lowest.nc    "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                     \
+ field_atm_import_inst_ice_ir_dif_albedo.nc           \
+ field_atm_import_inst_ice_ir_dir_albedo.nc           \
+ field_atm_import_inst_ice_vis_dif_albedo.nc          \
+ field_atm_import_inst_ice_vis_dir_albedo.nc          \
+ field_atm_import_land_mask.nc                        \
+ field_atm_import_mean_evap_rate_atm_into_ice.nc      \
+ field_atm_import_mean_laten_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_up_lw_flx_ice.nc               \
+ field_atm_import_sea_surface_temperature.nc          \
+ field_atm_import_stress_on_air_ice_merid.nc          \
+ field_atm_import_stress_on_air_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                     \
+ field_ice_export_ice_mask.nc                         \
+ field_ice_export_inst_ice_ir_dif_albedo.nc           \
+ field_ice_export_inst_ice_ir_dir_albedo.nc           \
+ field_ice_export_inst_ice_vis_dif_albedo.nc          \
+ field_ice_export_inst_ice_vis_dir_albedo.nc          \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc      \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sw_pen_to_ocn.nc               \
+ field_ice_export_mean_up_lw_flx_ice.nc               \
+ field_ice_export_sea_ice_temperature.nc              \
+ field_ice_export_stress_on_air_ice_merid.nc          \
+ field_ice_export_stress_on_air_ice_zonal.nc          \
+ field_ice_export_stress_on_ocn_ice_merid.nc          \
+ field_ice_export_stress_on_ocn_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc        \
+ field_ice_import_freezing_melting_potential.nc       \
+ field_ice_import_inst_merid_wind_height_lowest.nc    \
+ field_ice_import_inst_pres_height_lowest.nc          \
+ field_ice_import_inst_spec_humid_height_lowest.nc    \
+ field_ice_import_inst_temp_height_lowest.nc          \
+ field_ice_import_inst_zonal_wind_height_lowest.nc    \
+ field_ice_import_mean_down_lw_flx.nc                 \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc          \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc          \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc         \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc         \
+ field_ice_import_mean_fprec_rate.nc                  \
+ field_ice_import_mean_prec_rate.nc                   \
+ field_ice_import_mixed_layer_depth.nc                \
+ field_ice_import_ocn_current_merid.nc                \
+ field_ice_import_ocn_current_zonal.nc                \
+ field_ice_import_sea_surface_slope_merid.nc          \
+ field_ice_import_sea_surface_slope_zonal.nc          \
+ field_ice_import_sea_surface_temperature.nc          \
+ field_ice_import_s_surf.nc                           "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                         \
+ field_med_ice_a_ice_mask.nc                          \
+ field_med_ocn_a_ocean_mask.nc                        "
+#LIST_FILES+=" \
+# field_med_from_atm_inst_down_lw_flx.nc               \
+# field_med_from_atm_inst_down_sw_flx.nc               \
+# field_med_from_atm_inst_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_inst_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_inst_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_inst_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_inst_laten_heat_flx.nc            \
+# field_med_from_atm_inst_merid_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height10m.nc      \
+# field_med_from_atm_inst_net_lw_flx.nc                \
+# field_med_from_atm_inst_net_sw_flx.nc                \
+# field_med_from_atm_inst_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_inst_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_inst_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_inst_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_inst_pres_height_surface.nc       \
+# field_med_from_atm_inst_sensi_heat_flx.nc            \
+# field_med_from_atm_inst_spec_humid_height2m.nc       \
+# field_med_from_atm_inst_surface_height.nc            \
+# field_med_from_atm_inst_temp_height2m.nc             \
+# field_med_from_atm_inst_temp_height_surface.nc       \
+# field_med_from_atm_inst_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_zonal_wind_height10m.nc      \
+# field_med_from_atm_mean_down_lw_flx.nc               \
+# field_med_from_atm_mean_down_sw_flx.nc               \
+# field_med_from_atm_mean_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_mean_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_mean_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_mean_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_mean_laten_heat_flx.nc            \
+# field_med_from_atm_mean_merid_moment_flx.nc          \
+# field_med_from_atm_mean_net_lw_flx.nc                \
+# field_med_from_atm_mean_net_sw_flx.nc                \
+# field_med_from_atm_mean_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_mean_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_mean_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_mean_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_mean_prec_rate.nc                 \
+# field_med_from_atm_mean_sensi_heat_flx.nc            \
+# field_med_from_atm_mean_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height_lowest.nc  \
+# field_med_from_atm_inst_pres_height_lowest.nc        \
+# field_med_from_atm_inst_spec_humid_height_lowest.nc  \
+# field_med_from_atm_inst_temp_height_lowest.nc        \
+# field_med_from_atm_inst_zonal_wind_height_lowest.nc  \
+# field_med_from_ice_ice_fraction.nc                   \
+# field_med_from_ice_inst_ice_ir_dif_albedo.nc         \
+# field_med_from_ice_inst_ice_ir_dir_albedo.nc         \
+# field_med_from_ice_inst_ice_vis_dif_albedo.nc        \
+# field_med_from_ice_inst_ice_vis_dir_albedo.nc        \
+# field_med_from_ice_mean_evap_rate_atm_into_ice.nc    \
+# field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sw_pen_to_ocn.nc             \
+# field_med_from_ice_mean_up_lw_flx_ice.nc             \
+# field_med_from_ice_sea_ice_temperature.nc            \
+# field_med_from_ice_stress_on_air_ice_merid.nc        \
+# field_med_from_ice_stress_on_air_ice_zonal.nc        \
+# field_med_from_ice_stress_on_ocn_ice_merid.nc        \
+# field_med_from_ice_stress_on_ocn_ice_zonal.nc        \
+# field_med_from_ocn_ocean_mask.nc                     \
+# field_med_from_ocn_ocn_current_merid.nc              \
+# field_med_from_ocn_ocn_current_zonal.nc              \
+# field_med_from_ocn_sea_lev.nc                        \
+# field_med_from_ocn_sea_surface_temperature.nc        \
+# field_med_from_ocn_s_surf.nc                         \
+# field_med_to_atm_ice_fraction.nc                     \
+# field_med_to_atm_inst_ice_ir_dif_albedo.nc           \
+# field_med_to_atm_inst_ice_ir_dir_albedo.nc           \
+# field_med_to_atm_inst_ice_vis_dif_albedo.nc          \
+# field_med_to_atm_inst_ice_vis_dir_albedo.nc          \
+# field_med_to_atm_land_mask.nc                        \
+# field_med_to_atm_mean_evap_rate_atm_into_ice.nc      \
+# field_med_to_atm_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_up_lw_flx_ice.nc               \
+# field_med_to_atm_sea_surface_temperature.nc          \
+# field_med_to_atm_stress_on_air_ice_merid.nc          \
+# field_med_to_atm_stress_on_air_ice_zonal.nc          \
+# field_med_to_ice_air_density_height_lowest.nc        \
+# field_med_to_ice_freezing_melting_potential.nc       \
+# field_med_to_ice_inst_merid_wind_height_lowest.nc    \
+# field_med_to_ice_inst_pres_height_lowest.nc          \
+# field_med_to_ice_inst_spec_humid_height_lowest.nc    \
+# field_med_to_ice_inst_temp_height_lowest.nc          \
+# field_med_to_ice_inst_zonal_wind_height_lowest.nc    \
+# field_med_to_ice_mean_down_lw_flx.nc                 \
+# field_med_to_ice_mean_down_sw_ir_dif_flx.nc          \
+# field_med_to_ice_mean_down_sw_ir_dir_flx.nc          \
+# field_med_to_ice_mean_down_sw_vis_dif_flx.nc         \
+# field_med_to_ice_mean_down_sw_vis_dir_flx.nc         \
+# field_med_to_ice_mean_fprec_rate.nc                  \
+# field_med_to_ice_mean_prec_rate.nc                   \
+# field_med_to_ice_mixed_layer_depth.nc                \
+# field_med_to_ice_ocn_current_merid.nc                \
+# field_med_to_ice_ocn_current_zonal.nc                \
+# field_med_to_ice_sea_surface_slope_merid.nc          \
+# field_med_to_ice_sea_surface_slope_zonal.nc          \
+# field_med_to_ice_sea_surface_temperature.nc          \
+# field_med_to_ice_s_surf.nc                           \
+# field_med_to_ocn_inst_pres_height_surface.nc         \
+# field_med_to_ocn_mean_evap_rate.nc                   \
+# field_med_to_ocn_mean_fprec_rate.nc                  \
+# field_med_to_ocn_mean_merid_moment_flx.nc            \
+# field_med_to_ocn_mean_net_lw_flx.nc                  \
+# field_med_to_ocn_mean_net_sw_ir_dif_flx.nc           \
+# field_med_to_ocn_mean_net_sw_ir_dir_flx.nc           \
+# field_med_to_ocn_mean_net_sw_vis_dif_flx.nc          \
+# field_med_to_ocn_mean_net_sw_vis_dir_flx.nc          \
+# field_med_to_ocn_mean_prec_rate.nc                   \
+# field_med_to_ocn_mean_sensi_heat_flx.nc              \
+# field_med_to_ocn_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ field_ocn_export_ocean_mask.nc                       \
+ field_ocn_export_ocn_current_merid.nc                \
+ field_ocn_export_ocn_current_zonal.nc                \
+ field_ocn_export_sea_lev.nc                          \
+ field_ocn_export_sea_surface_temperature.nc          \
+ field_ocn_export_s_surf.nc                           "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc         \
+ field_ocn_import_mean_evap_rate.nc                   \
+ field_ocn_import_mean_fprec_rate.nc                  \
+ field_ocn_import_mean_merid_moment_flx.nc            \
+ field_ocn_import_mean_net_lw_flx.nc                  \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc           \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc           \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc          \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc          \
+ field_ocn_import_mean_prec_rate.nc                   \
+ field_ocn_import_mean_sensi_heat_flx.nc              \
+ field_ocn_import_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                             \
+ array_gsm_grid_coord2.nc                             \
+ array_med_atm_grid_area.nc                           \
+ array_med_atm_grid_coord1.nc                         \
+ array_med_atm_grid_coord2.nc                         \
+ array_med_atm_grid_corner1.nc                        \
+ array_med_atm_grid_corner2.nc                        \
+ array_med_atm_grid_mask.nc                           \
+ array_med_ice_grid_area.nc                           \
+ array_med_ice_grid_coord1.nc                         \
+ array_med_ice_grid_coord2.nc                         \
+ array_med_ice_grid_corner1.nc                        \
+ array_med_ice_grid_corner2.nc                        \
+ array_med_ice_grid_mask.nc                           \
+ array_med_med_grid_coord1.nc                         \
+ array_med_med_grid_coord2.nc                         \
+ array_med_med_grid_corner1.nc                        \
+ array_med_med_grid_corner2.nc                        \
+ array_med_ocn_grid_area.nc                           \
+ array_med_ocn_grid_coord1.nc                         \
+ array_med_ocn_grid_coord2.nc                         \
+ array_med_ocn_grid_corner1.nc                        \
+ array_med_ocn_grid_corner2.nc                        \
+ array_med_ocn_grid_mask.nc                           \
+ array_med_a2o_weights_bilnr.nc                       \
+ array_med_a2o_weights_consv.nc                       \
+ array_med_a2o_weights_patch.nc                       \
+ array_med_o2a_weights_bilnr.nc                       \
+ array_med_o2a_weights_consv.nc                       \
+ array_med_o2a_weights_patch.nc                       "
Index: checkout/oldcompsets/2009_sbys_xocn
===================================================================
--- checkout/oldcompsets/2009_sbys_xocn	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_xocn	(revision 85747)
@@ -0,0 +1,31 @@
+###############################################################################
+#
+# TEST   - stand-alone XOCN
+#        - 6h intervals
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: XOCN stand-alone from data with 6h intervals"
+
+# -
+export CNTL_DIR=""
+export LIST_FILES=""
+
+# - gsm configuration ---
+export_gsm
+export TASKS=8
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=ocn
+export ocn_model=xocn
+export ocn_petlist_bounds="0 7"
+export coupling_interval_sec=21600.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/cfsr%20150401_1hr_nems%cold_gsm%eul%T126_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1hr_nems%cold_gsm%eul%T126_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1hr_nems%cold_gsm%eul%T126_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,236 @@
+###############################################################################
+#                   CICE  
+#                     | 600s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    600s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 1 hour
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-600s-> MED <-600s-> CICE <-600s-> MED <-1800s-> MOM5 ... 1 hour"
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_mask%0.5
+export TASKS=40
+export WLCLK=30
+# export WLCLK=60
+export CDATE=2015040100
+#export NDAYS=1
+export NHRS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+#export A2OI_OUT=.false.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_mx5'
+#export NEMS_GRID='T126_nx1'
+
+# - nems.configure ---
+export_nems
+export nems_configure=medcold_atm_ocn_ice
+export atm_model=gsm
+export atm_petlist_bounds="0 23"    #24
+export ocn_model=mom5
+export ocn_petlist_bounds="0 31"    #32
+export ice_model=cice
+export ice_petlist_bounds="0 19"    #20
+export med_model=nems
+export med_petlist_bounds="0 39"    #40
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1hr_nems%cold_gsm%eul%T126_cice%0.5_mom5%0.5_V0008
+export LIST_FILES=" \
+ sigf00 sigf01 \
+ sfcf00 sfcf01 \
+ flxf00 flxf01 "
+LIST_FILES+=" \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      "
+LIST_FILES+=" \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ocn_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ field_med_ocn_a_ocnice_mask.nc                                   \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_fresh_water_to_ocean_rate.nc             \
+ field_med_from_ice_mean_ice_volume.nc                            \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_salt_rate.nc                             \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_snow_volume.nc                           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_net_heat_flx_to_ocn.nc                        \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_salt_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/2009_nems_satm_sice_socn
===================================================================
--- checkout/oldcompsets/2009_nems_satm_sice_socn	(nonexistent)
+++ checkout/oldcompsets/2009_nems_satm_sice_socn	(revision 85747)
@@ -0,0 +1,39 @@
+###############################################################################
+#                   SICE  
+#                     | 1h 
+# TEST   - SATM <-> Mediator <-> SOCN
+#        -      1h           2h    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2009120100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SATM <-1h-> MED <-1h-> SICE <-1h-> MED <-2h-> SOCN ... 1 day"
+
+# -
+export CNTL_DIR=2009_sbys_gsm
+export LIST_FILES=""
+
+# - gsm configuration ---
+export_gsm
+export TASKS=32
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export atm_model=satm
+export atm_petlist_bounds="0 7"
+export ocn_model=socn
+export ocn_petlist_bounds="8 15"
+export ice_model=sice
+export ice_petlist_bounds="16 23"
+export med_model=nems
+export med_petlist_bounds="24 31"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/cfsr%20150401_2day_sbys_ww3%T188
===================================================================
--- checkout/oldcompsets/cfsr%20150401_2day_sbys_ww3%T188	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_2day_sbys_ww3%T188	(revision 85747)
@@ -0,0 +1,33 @@
+###############################################################################
+#
+# TEST   - stand-alone WW3
+#        - 6h intervals
+#        - Starting at 2015040100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: WW3 stand-alone from data with 6h intervals"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=24
+export WLCLK=30
+export CDATE=2015040100
+export NDAYS=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=wav
+export wav_model=ww3
+export wav_petlist_bounds="0 23"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_ww3Case1
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_2day_sbys_ww3%T188_V0001
+export LIST_FILES=""
Index: checkout/oldcompsets/2009_sbys_hycom
===================================================================
--- checkout/oldcompsets/2009_sbys_hycom	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_hycom	(revision 85747)
@@ -0,0 +1,34 @@
+###############################################################################
+#
+# TEST   - stand-alone HYCOM
+#        - 6h intervals
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: HYCOM stand-alone from data with 6h intervals"
+
+# -
+export CNTL_DIR=2009_sbys_hycom
+export LIST_FILES="ovrtn_out restart_out.a restart_out.b summary_out"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=146
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=ocn
+export ocn_model=hycom
+export ocn_petlist_bounds="0 145"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_hycom
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%slg%T574_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%slg%T574_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1day_nems_gsm%slg%T574_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,292 @@
+###############################################################################
+#                   CICE  
+#                     | 900s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    900s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SLG GSM <-900s-> MED <-900s-> CICE <-900s-> MED <-1800s-> MOM5 ... 1 day"
+
+# - NEMS configuration ---
+export NEMS_CASE=cfsr%20150401
+export NEMS_GRID=gsm%slg%T574_cice%0.5_mom5%0.5
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T574_CFSR_mask%0.5
+export TASKS=216
+export WLCLK=30
+export CDATE=2015040100
+export NDAYS=1
+export wave=574
+export lm=64
+export lsoil=4
+export isoil=4
+export FHZER=1
+export FHOUT=1
+# export FHROT=0
+export FHOUT_HF=1
+export FHMAX_HF=0
+export DELTIM=900
+
+export SLG=.true.
+export ADIABATIC=.false.
+export IAER=111
+export CPLFLX=.true.
+export A2OI_OUT=.false.
+
+# I/O options: I/O combo, all NEMSIO
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+# export QUILT=.true.
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+# export FDFI=3
+export FDFI=0
+# export LDFI_SPECT=.true.
+export LDFI_SPECT=.false.
+# T574 below
+export LONR=1152
+export LATR=576
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+# export FHRES=144
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export ocn_model=mom5
+export ocn_petlist_bounds="0 31"      #32
+export atm_model=gsm
+export atm_petlist_bounds="32 195"    #164
+export ice_model=cice
+export ice_petlist_bounds="196 215"   #20
+export med_model=nems
+export med_petlist_bounds="32 215"    #184
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=900.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+setup_med_nems
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1day_nems_gsm%slg%T574_cice%0.5_mom5%0.5_V0006
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 "
+LIST_FILES+=" \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      "
+LIST_FILES+=" \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ocn_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ field_med_ocn_a_ocnice_mask.nc                                   \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_fresh_water_to_ocean_rate.nc             \
+ field_med_from_ice_mean_ice_volume.nc                            \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_salt_rate.nc                             \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_snow_volume.nc                           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_net_heat_flx_to_ocn.nc                        \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_salt_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+
Index: checkout/oldcompsets/cfsr%20150401_1day_timing_nems_gsm%eul%T126_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1day_timing_nems_gsm%eul%T126_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1day_timing_nems_gsm%eul%T126_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,373 @@
+###############################################################################
+#                   CICE  
+#                     | 600s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    600s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: MED, GSM, CICE, MOM5 ... 1 day"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=136
+export WLCLK=30
+#export WLCLK=120
+export CDATE=2015040100
+export NDAYS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+#export A2OI_OUT=.false.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_mx5'
+#export NEMS_GRID='T126_nx1'
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice.prof
+export atm_model=gsm
+export atm_petlist_bounds="0 23"     #24
+export ocn_model=mom5
+export ocn_petlist_bounds="24 55"    #32
+export ice_model=cice
+export ice_petlist_bounds="56 75"    #20
+export med_model=nems
+export med_petlist_bounds="76 135"    #60
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+setup_med_nems
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1day_timing_nems_gsm%eul%T126_cice%0.5_mom5%0.5_V0006
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 "
+LIST_FILES+=" \
+ grid_cice_NEMS_mx5.nc                                            \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ kmtu_cice_NEMS_mx5.nc                                            \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      \
+ cice5_model_nosnow.res.nc                                        \
+ cice5_model.res.nc                                               "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                                         \
+ array_gsm_grid_coord2.nc                                         \
+ array_med_a2o_weights_bilnr.nc                                   \
+ array_med_a2o_weights_consv.nc                                   \
+ array_med_a2o_weights_patch.nc                                   \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_o2a_weights_bilnr.nc                                   \
+ array_med_o2a_weights_consv.nc                                   \
+ array_med_o2a_weights_patch.nc                                   \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                             \
+ field_atm_export_inst_down_sw_flx.nc                             \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_inst_height_lowest.nc                           \
+ field_atm_export_inst_laten_heat_flx.nc                          \
+ field_atm_export_inst_merid_moment_flx.nc                        \
+ field_atm_export_inst_merid_wind_height10m.nc                    \
+ field_atm_export_inst_merid_wind_height_lowest.nc                \
+ field_atm_export_inst_net_lw_flx.nc                              \
+ field_atm_export_inst_net_sw_flx.nc                              \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_inst_pres_height_lowest.nc                      \
+ field_atm_export_inst_pres_height_surface.nc                     \
+ field_atm_export_inst_sensi_heat_flx.nc                          \
+ field_atm_export_inst_spec_humid_height2m.nc                     \
+ field_atm_export_inst_spec_humid_height_lowest.nc                \
+ field_atm_export_inst_surface_height.nc                          \
+ field_atm_export_inst_temp_height2m.nc                           \
+ field_atm_export_inst_temp_height_lowest.nc                      \
+ field_atm_export_inst_temp_height_surface.nc                     \
+ field_atm_export_inst_zonal_moment_flx.nc                        \
+ field_atm_export_inst_zonal_wind_height10m.nc                    \
+ field_atm_export_inst_zonal_wind_height_lowest.nc                \
+ field_atm_export_mean_down_lw_flx.nc                             \
+ field_atm_export_mean_down_sw_flx.nc                             \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc                      \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc                      \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc                     \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc                     \
+ field_atm_export_mean_laten_heat_flx.nc                          \
+ field_atm_export_mean_merid_moment_flx.nc                        \
+ field_atm_export_mean_net_lw_flx.nc                              \
+ field_atm_export_mean_net_sw_flx.nc                              \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_atm_export_mean_prec_rate.nc                               \
+ field_atm_export_mean_sensi_heat_flx.nc                          \
+ field_atm_export_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                                 \
+ field_atm_import_inst_ice_ir_dif_albedo.nc                       \
+ field_atm_import_inst_ice_ir_dir_albedo.nc                       \
+ field_atm_import_inst_ice_vis_dif_albedo.nc                      \
+ field_atm_import_inst_ice_vis_dir_albedo.nc                      \
+ field_atm_import_land_mask.nc                                    \
+ field_atm_import_mean_evap_rate.nc                               \
+ field_atm_import_mean_laten_heat_flx.nc                          \
+ field_atm_import_mean_merid_moment_flx.nc                        \
+ field_atm_import_mean_sensi_heat_flx.nc                          \
+ field_atm_import_mean_up_lw_flx.nc                               \
+ field_atm_import_mean_zonal_moment_flx.nc                        \
+ field_atm_import_sea_surface_temperature.nc                      \
+ field_atm_import_surface_temperature.nc                          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                                 \
+ field_ice_export_ice_mask.nc                                     \
+ field_ice_export_inst_ice_ir_dif_albedo.nc                       \
+ field_ice_export_inst_ice_ir_dir_albedo.nc                       \
+ field_ice_export_inst_ice_vis_dif_albedo.nc                      \
+ field_ice_export_inst_ice_vis_dir_albedo.nc                      \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc                  \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_net_sw_ir_dif_flx.nc                       \
+ field_ice_export_mean_net_sw_ir_dir_flx.nc                       \
+ field_ice_export_mean_net_sw_vis_dif_flx.nc                      \
+ field_ice_export_mean_net_sw_vis_dir_flx.nc                      \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc             \
+ field_ice_export_mean_sw_pen_to_ocn.nc                           \
+ field_ice_export_mean_up_lw_flx_ice.nc                           \
+ field_ice_export_sea_ice_temperature.nc                          \
+ field_ice_export_stress_on_air_ice_merid.nc                      \
+ field_ice_export_stress_on_air_ice_zonal.nc                      \
+ field_ice_export_stress_on_ocn_ice_merid.nc                      \
+ field_ice_export_stress_on_ocn_ice_zonal.nc                      "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc                    \
+ field_ice_import_freezing_melting_potential.nc                   \
+ field_ice_import_inst_height_lowest.nc                           \
+ field_ice_import_inst_merid_wind_height_lowest.nc                \
+ field_ice_import_inst_pres_height_lowest.nc                      \
+ field_ice_import_inst_spec_humid_height2m.nc                     \
+ field_ice_import_inst_spec_humid_height_lowest.nc                \
+ field_ice_import_inst_surface_height.nc                          \
+ field_ice_import_inst_temp_height2m.nc                           \
+ field_ice_import_inst_temp_height_lowest.nc                      \
+ field_ice_import_inst_zonal_wind_height_lowest.nc                \
+ field_ice_import_mean_down_lw_flx.nc                             \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc                      \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc                      \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc                     \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc                     \
+ field_ice_import_mean_fprec_rate.nc                              \
+ field_ice_import_mean_merid_moment_flx.nc                        \
+ field_ice_import_mean_prec_rate.nc                               \
+ field_ice_import_mean_zonal_moment_flx.nc                        \
+ field_ice_import_mixed_layer_depth.nc                            \
+ field_ice_import_ocn_current_merid.nc                            \
+ field_ice_import_ocn_current_zonal.nc                            \
+ field_ice_import_sea_lev.nc                                      \
+ field_ice_import_sea_surface_slope_merid.nc                      \
+ field_ice_import_sea_surface_slope_zonal.nc                      \
+ field_ice_import_sea_surface_temperature.nc                      \
+ field_ice_import_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ice_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+LIST_FILES+=" \
+ field_ocn_export_freezing_melting_potential.nc                   \
+ field_ocn_export_ocean_mask.nc                                   \
+ field_ocn_export_ocn_current_merid.nc                            \
+ field_ocn_export_ocn_current_zonal.nc                            \
+ field_ocn_export_sea_lev.nc                                      \
+ field_ocn_export_sea_surface_temperature.nc                      \
+ field_ocn_export_s_surf.nc                                       "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc                     \
+ field_ocn_import_mean_evap_rate.nc                               \
+ field_ocn_import_mean_fprec_rate.nc                              \
+ field_ocn_import_mean_merid_moment_flx.nc                        \
+ field_ocn_import_mean_net_lw_flx.nc                              \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc                       \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc                       \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc                      \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc                      \
+ field_ocn_import_mean_prec_rate.nc                               \
+ field_ocn_import_mean_sensi_heat_flx.nc                          \
+ field_ocn_import_mean_zonal_moment_flx.nc                        "
Index: checkout/oldcompsets/XATM_WRFHYDRO.compsetRun
===================================================================
--- checkout/oldcompsets/XATM_WRFHYDRO.compsetRun	(nonexistent)
+++ checkout/oldcompsets/XATM_WRFHYDRO.compsetRun	(revision 85747)
@@ -0,0 +1,4 @@
+### List of compsets ###
+########################
+
+2013_blocked_xatm_wrfhydro	! XATM connected to WRF Hydro Test. 
Index: checkout/oldcompsets/cfsr%20150401_2day_sbys_gsm%eul%T126_ww3%T188
===================================================================
--- checkout/oldcompsets/cfsr%20150401_2day_sbys_gsm%eul%T126_ww3%T188	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_2day_sbys_gsm%eul%T126_ww3%T188	(revision 85747)
@@ -0,0 +1,41 @@
+###########################################################################
+#
+# TEST   - GSM + WW3 side-by-side
+#        - 6h intervals for both GSM and WW3
+#        - GSM is running from data files
+#        - Starting at 2015040100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM + WW3 side-by-side from data with 6h intervals"
+
+# - gsm configuration ---
+export_gsm
+cfsr%20150401_2day_sbys_gsm%eul%T126_ww3%T188
+export TASKS=56
+export WLCLK=30
+export CDATE=2015040100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_wav
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export wav_model=ww3
+export wav_petlist_bounds="32 55"
+export coupling_interval_sec=21600.0
+
+# - component specific setup calls ---
+setup_ww3Case1
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_2day_sbys_gsm%eul%T126_ww3%T188_V0001
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48 "
Index: checkout/oldcompsets/2009_sbys_gsm_mom5
===================================================================
--- checkout/oldcompsets/2009_sbys_gsm_mom5	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_gsm_mom5	(revision 85747)
@@ -0,0 +1,39 @@
+###############################################################################
+#
+# TEST   - GSM + MOM5 side-by-side
+#        - 2h coupling interval
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM + MOM5 side-by-side from data with 2h intervals"
+
+# -
+export CNTL_DIR=2009_sbys_gsm_mom5
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 sigf30 sigf36 sigf42 sigf48 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 sfcf30 sfcf36 sfcf42 sfcf48 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 flxf30 flxf36 flxf42 flxf48"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=56
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+export wave=126 ; export lm=64 ; export lsoil=4
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm_ocn
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export ocn_model=mom5
+export ocn_petlist_bounds="32 55"
+export coupling_interval_sec=7200.0
+
+# - component specific setup calls ---
+setup_mom5
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/cfsr%20150401_5day_nems_gsm%slg%T574_cice%0.5_mom5%0.5
===================================================================
--- checkout/oldcompsets/cfsr%20150401_5day_nems_gsm%slg%T574_cice%0.5_mom5%0.5	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_5day_nems_gsm%slg%T574_cice%0.5_mom5%0.5	(revision 85747)
@@ -0,0 +1,292 @@
+###############################################################################
+#                   CICE  
+#                     | 900s
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -    900s         1800s    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2015040100, running for 5 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SLG GSM <-900s-> MED <-900s-> CICE <-900s-> MED <-1800s-> MOM5 ... 5 day"
+
+# - NEMS configuration ---
+export NEMS_CASE=cfsr%20150401
+export NEMS_GRID=gsm%slg%T574_cice%0.5_mom5%0.5
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T574_CFSR_mask%0.5
+export TASKS=216
+export WLCLK=90
+export CDATE=2015040100
+export NDAYS=5
+export wave=574
+export lm=64
+export lsoil=4
+export isoil=4
+export FHZER=1
+export FHOUT=1
+# export FHROT=0
+export FHOUT_HF=1
+export FHMAX_HF=0
+export DELTIM=900
+
+export SLG=.true.
+export ADIABATIC=.false.
+export IAER=111
+export CPLFLX=.true.
+export A2OI_OUT=.false.
+
+# I/O options: I/O combo, all NEMSIO
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+# export QUILT=.true.
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+# export FDFI=3
+export FDFI=0
+# export LDFI_SPECT=.true.
+export LDFI_SPECT=.false.
+# T574 below
+export LONR=1152
+export LATR=576
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+# export FHRES=144
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_ocn_ice
+export ocn_model=mom5
+export ocn_petlist_bounds="0 31"      #32
+export atm_model=gsm
+export atm_petlist_bounds="32 195"    #164
+export ice_model=cice
+export ice_petlist_bounds="196 215"   #20
+export med_model=nems
+export med_petlist_bounds="32 215"    #184
+export coupling_interval_slow_sec=1800.0
+export coupling_interval_fast_sec=900.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+setup_med_nems
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_5day_nems_gsm%slg%T574_cice%0.5_mom5%0.5_V0004
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 sigf48 sigf72 sigf96 sigf120 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 sfcf48 sfcf72 sfcf96 sfcf120 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 flxf48 flxf72 flxf96 flxf120 "
+LIST_FILES+=" \
+ init_field_ocn_export_freezing_melting_potential.nc              \
+ init_field_ocn_export_ocean_mask.nc                              \
+ init_field_ocn_export_ocn_current_merid.nc                       \
+ init_field_ocn_export_ocn_current_zonal.nc                       \
+ init_field_ocn_export_sea_lev.nc                                 \
+ init_field_ocn_export_sea_surface_temperature.nc                 \
+ init_field_ocn_export_s_surf.nc                                  \
+ mediator_FBaccumAtmOcn_restart.nc                                \
+ mediator_FBaccumAtm_restart.nc                                   \
+ mediator_FBaccumIce_restart.nc                                   \
+ mediator_FBaccumOcn_restart.nc                                   \
+ mediator_FBAtm_a_restart.nc                                      \
+ mediator_FBAtmOcn_o_restart.nc                                   \
+ mediator_FBIce_i_restart.nc                                      \
+ mediator_FBOcn_o_restart.nc                                      "
+LIST_FILES+=" \
+ array_med_atm_grid_area.nc                                       \
+ array_med_atm_grid_coord1.nc                                     \
+ array_med_atm_grid_coord2.nc                                     \
+ array_med_atm_grid_corner1.nc                                    \
+ array_med_atm_grid_corner2.nc                                    \
+ array_med_atm_grid_mask.nc                                       \
+ array_med_ice_grid_area.nc                                       \
+ array_med_ice_grid_coord1.nc                                     \
+ array_med_ice_grid_coord2.nc                                     \
+ array_med_ice_grid_corner1.nc                                    \
+ array_med_ice_grid_corner2.nc                                    \
+ array_med_ice_grid_mask.nc                                       \
+ array_med_med_grid_coord1.nc                                     \
+ array_med_med_grid_coord2.nc                                     \
+ array_med_med_grid_corner1.nc                                    \
+ array_med_med_grid_corner2.nc                                    \
+ array_med_ocn_grid_area.nc                                       \
+ array_med_ocn_grid_coord1.nc                                     \
+ array_med_ocn_grid_coord2.nc                                     \
+ array_med_ocn_grid_corner1.nc                                    \
+ array_med_ocn_grid_corner2.nc                                    \
+ array_med_ocn_grid_mask.nc                                       "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                                     \
+ field_med_ocn_a_ice_mask.nc                                      \
+ field_med_ocn_a_ocean_mask.nc                                    \
+ field_med_ocn_a_ocnice_mask.nc                                   \
+ fields_med_atmocn.nc                                             "
+LIST_FILES+=" \
+ field_med_from_atm_inst_down_lw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_flx.nc                           \
+ field_med_from_atm_inst_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_inst_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_inst_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_inst_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_inst_height_lowest.nc                         \
+ field_med_from_atm_inst_laten_heat_flx.nc                        \
+ field_med_from_atm_inst_merid_moment_flx.nc                      \
+ field_med_from_atm_inst_merid_wind_height10m.nc                  \
+ field_med_from_atm_inst_merid_wind_height_lowest.nc              \
+ field_med_from_atm_inst_net_lw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_flx.nc                            \
+ field_med_from_atm_inst_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_inst_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_inst_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_inst_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_inst_pres_height_lowest.nc                    \
+ field_med_from_atm_inst_pres_height_surface.nc                   \
+ field_med_from_atm_inst_sensi_heat_flx.nc                        \
+ field_med_from_atm_inst_spec_humid_height2m.nc                   \
+ field_med_from_atm_inst_spec_humid_height_lowest.nc              \
+ field_med_from_atm_inst_surface_height.nc                        \
+ field_med_from_atm_inst_temp_height2m.nc                         \
+ field_med_from_atm_inst_temp_height_lowest.nc                    \
+ field_med_from_atm_inst_temp_height_surface.nc                   \
+ field_med_from_atm_inst_zonal_moment_flx.nc                      \
+ field_med_from_atm_inst_zonal_wind_height10m.nc                  \
+ field_med_from_atm_inst_zonal_wind_height_lowest.nc              \
+ field_med_from_atm_mean_down_lw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_flx.nc                           \
+ field_med_from_atm_mean_down_sw_ir_dif_flx.nc                    \
+ field_med_from_atm_mean_down_sw_ir_dir_flx.nc                    \
+ field_med_from_atm_mean_down_sw_vis_dif_flx.nc                   \
+ field_med_from_atm_mean_down_sw_vis_dir_flx.nc                   \
+ field_med_from_atm_mean_laten_heat_flx.nc                        \
+ field_med_from_atm_mean_merid_moment_flx.nc                      \
+ field_med_from_atm_mean_net_lw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_flx.nc                            \
+ field_med_from_atm_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_atm_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_atm_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_atm_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_atm_mean_prec_rate.nc                             \
+ field_med_from_atm_mean_sensi_heat_flx.nc                        \
+ field_med_from_atm_mean_zonal_moment_flx.nc                      \
+ field_med_from_ice_ice_fraction.nc                               \
+ field_med_from_ice_ice_mask.nc                                   \
+ field_med_from_ice_inst_ice_ir_dif_albedo.nc                     \
+ field_med_from_ice_inst_ice_ir_dir_albedo.nc                     \
+ field_med_from_ice_inst_ice_vis_dif_albedo.nc                    \
+ field_med_from_ice_inst_ice_vis_dir_albedo.nc                    \
+ field_med_from_ice_mean_evap_rate_atm_into_ice.nc                \
+ field_med_from_ice_mean_fresh_water_to_ocean_rate.nc             \
+ field_med_from_ice_mean_ice_volume.nc                            \
+ field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_net_sw_ir_dif_flx.nc                     \
+ field_med_from_ice_mean_net_sw_ir_dir_flx.nc                     \
+ field_med_from_ice_mean_net_sw_vis_dif_flx.nc                    \
+ field_med_from_ice_mean_net_sw_vis_dir_flx.nc                    \
+ field_med_from_ice_mean_salt_rate.nc                             \
+ field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc           \
+ field_med_from_ice_mean_snow_volume.nc                           \
+ field_med_from_ice_mean_sw_pen_to_ocn.nc                         \
+ field_med_from_ice_mean_up_lw_flx_ice.nc                         \
+ field_med_from_ice_net_heat_flx_to_ocn.nc                        \
+ field_med_from_ice_sea_ice_temperature.nc                        \
+ field_med_from_ice_stress_on_air_ice_merid.nc                    \
+ field_med_from_ice_stress_on_air_ice_zonal.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_merid.nc                    \
+ field_med_from_ice_stress_on_ocn_ice_zonal.nc                    \
+ field_med_from_ocn_freezing_melting_potential.nc                 \
+ field_med_from_ocn_ocean_mask.nc                                 \
+ field_med_from_ocn_ocn_current_merid.nc                          \
+ field_med_from_ocn_ocn_current_zonal.nc                          \
+ field_med_from_ocn_sea_lev.nc                                    \
+ field_med_from_ocn_sea_surface_temperature.nc                    \
+ field_med_from_ocn_s_surf.nc                                     "
+LIST_FILES+=" \
+ field_med_to_atm_ice_fraction.nc                                 \
+ field_med_to_atm_inst_ice_ir_dif_albedo.nc                       \
+ field_med_to_atm_inst_ice_ir_dir_albedo.nc                       \
+ field_med_to_atm_inst_ice_vis_dif_albedo.nc                      \
+ field_med_to_atm_inst_ice_vis_dir_albedo.nc                      \
+ field_med_to_atm_land_mask.nc                                    \
+ field_med_to_atm_mean_evap_rate.nc                               \
+ field_med_to_atm_mean_laten_heat_flx.nc                          \
+ field_med_to_atm_mean_merid_moment_flx.nc                        \
+ field_med_to_atm_mean_sensi_heat_flx.nc                          \
+ field_med_to_atm_mean_up_lw_flx.nc                               \
+ field_med_to_atm_mean_zonal_moment_flx.nc                        \
+ field_med_to_atm_sea_surface_temperature.nc                      \
+ field_med_to_atm_surface_temperature.nc                          \
+ field_med_to_ice_air_density_height_lowest.nc                    \
+ field_med_to_ice_freezing_melting_potential.nc                   \
+ field_med_to_ice_inst_height_lowest.nc                           \
+ field_med_to_ice_inst_merid_wind_height_lowest.nc                \
+ field_med_to_ice_inst_pres_height_lowest.nc                      \
+ field_med_to_ice_inst_spec_humid_height2m.nc                     \
+ field_med_to_ice_inst_spec_humid_height_lowest.nc                \
+ field_med_to_ice_inst_surface_height.nc                          \
+ field_med_to_ice_inst_temp_height2m.nc                           \
+ field_med_to_ice_inst_temp_height_lowest.nc                      \
+ field_med_to_ice_inst_zonal_wind_height_lowest.nc                \
+ field_med_to_ice_mean_down_lw_flx.nc                             \
+ field_med_to_ice_mean_down_sw_ir_dif_flx.nc                      \
+ field_med_to_ice_mean_down_sw_ir_dir_flx.nc                      \
+ field_med_to_ice_mean_down_sw_vis_dif_flx.nc                     \
+ field_med_to_ice_mean_down_sw_vis_dir_flx.nc                     \
+ field_med_to_ice_mean_fprec_rate.nc                              \
+ field_med_to_ice_mean_merid_moment_flx.nc                        \
+ field_med_to_ice_mean_prec_rate.nc                               \
+ field_med_to_ice_mean_zonal_moment_flx.nc                        \
+ field_med_to_ice_mixed_layer_depth.nc                            \
+ field_med_to_ice_ocn_current_merid.nc                            \
+ field_med_to_ice_ocn_current_zonal.nc                            \
+ field_med_to_ice_sea_lev.nc                                      \
+ field_med_to_ice_sea_surface_slope_merid.nc                      \
+ field_med_to_ice_sea_surface_slope_zonal.nc                      \
+ field_med_to_ice_sea_surface_temperature.nc                      \
+ field_med_to_ice_s_surf.nc                                       \
+ field_med_to_ocn_inst_pres_height_surface.nc                     \
+ field_med_to_ocn_mean_evap_rate.nc                               \
+ field_med_to_ocn_mean_fprec_rate.nc                              \
+ field_med_to_ocn_mean_merid_moment_flx.nc                        \
+ field_med_to_ocn_mean_net_lw_flx.nc                              \
+ field_med_to_ocn_mean_net_sw_ir_dif_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_ir_dir_flx.nc                       \
+ field_med_to_ocn_mean_net_sw_vis_dif_flx.nc                      \
+ field_med_to_ocn_mean_net_sw_vis_dir_flx.nc                      \
+ field_med_to_ocn_mean_prec_rate.nc                               \
+ field_med_to_ocn_mean_salt_rate.nc                               \
+ field_med_to_ocn_mean_sensi_heat_flx.nc                          \
+ field_med_to_ocn_mean_zonal_moment_flx.nc                        "
+ 
Index: checkout/oldcompsets/15min_sbys_gsm
===================================================================
--- checkout/oldcompsets/15min_sbys_gsm	(nonexistent)
+++ checkout/oldcompsets/15min_sbys_gsm	(revision 85747)
@@ -0,0 +1,32 @@
+###############################################################################
+# 
+# TEST   - GSM with stepable Run() method
+#        - Calling GSM Run() from EARTH component in 15min intervals
+#        - 30 compute tasks / 1 thread 
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM with stepable Run() driven in 15min intervals"
+
+# -
+export CNTL_DIR=15min_sbys_gsm
+export LIST_FILES=" \
+    sigf00 sigf03 sigf06 sigf12 sigf18 sigf24 \
+    sfcf00 sfcf03 sfcf06 sfcf12 sfcf18 sfcf24 \
+    flxf00 flxf03 flxf06 flxf12 flxf18 flxf24 "
+
+# - gsm configuration ---
+export_gsm
+export TASKS=32
+export WLCLK=30
+export NDAYS=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export coupling_interval_sec=900.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
Index: checkout/oldcompsets/cfsr%20150401_1day_sbys_gsm%eul%T126
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1day_sbys_gsm%eul%T126	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1day_sbys_gsm%eul%T126	(revision 85747)
@@ -0,0 +1,98 @@
+###############################################################################
+# 
+# TEST   - GSM Only
+#        - Starting at 2015040100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM Eulerian ... 1 day"
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T126_mask%0.5
+export TASKS=32
+export WLCLK=30
+export CDATE=2015040100
+export NDAYS=1
+export wave=126
+export lm=64
+export lsoil=4
+export isoil=4
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_mx5'
+export FHOUT_HF=1
+export FHMAX_HF=0
+export DELTIM=600
+
+# export SLG=.true.
+export SLG=.false.
+export ADIABATIC=.false.
+export IAER=111
+export CPLFLX=.false.
+# export A2OI_OUT=.true.
+export A2OI_OUT=.false.
+
+# export NEMSIOIN=.true.
+# export NEMSIOOUT=.true.
+# export SIGIOIN=.false.
+# export SIGIOOUT=.false.
+# export SFCIOOUT=.false.
+
+export NEMSIOIN=.false.
+export NEMSIOOUT=.false.
+export SIGIOIN=.true.
+export SIGIOOUT=.true.
+export SFCIOOUT=.true.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+export FDFI=3
+export LDFI_SPECT=.true.
+# T126 below
+export LONR=384
+export LATR=190
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+export OROGRAPHY_UF=${FIXGLOBAL}/global_orography_uf.t${wave}.${LONR}.${LATR}.grb
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=gsm
+export atm_petlist_bounds="0 31"     #32
+export coupling_interval_sec=600.0
+
+# - component specific setup calls ---
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1day_sbys_gsm%eul%T126_V0002
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 "
Index: checkout/oldcompsets/WRFHYDRO.compsetRun
===================================================================
--- checkout/oldcompsets/WRFHYDRO.compsetRun	(nonexistent)
+++ checkout/oldcompsets/WRFHYDRO.compsetRun	(revision 85747)
@@ -0,0 +1,7 @@
+### List of compsets ###
+########################
+
+2013_1PET_sbys_wrfhydro ! WRF Hydro Standalone Test 2013 on Single Pet.
+2009_1PET_sbys_wrfhydro ! WRF Hydro Standalone Test 2009 on Single Pet.
+2013_sbys_wrfhydro	! WRF Hydro Standalone Test 2013.
+2009_sbys_wrfhydro	! WRF Hydro Standalone Test 2009. 
Index: checkout/oldcompsets/2009_nems_xatm_xlnd_xice_xocn_xhyd_crash
===================================================================
--- checkout/oldcompsets/2009_nems_xatm_xlnd_xice_xocn_xhyd_crash	(nonexistent)
+++ checkout/oldcompsets/2009_nems_xatm_xlnd_xice_xocn_xhyd_crash	(revision 85747)
@@ -0,0 +1,336 @@
+###############################################################################
+#                   CICE  
+#                     | 1h 
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -     1h   |    |  2h    coupling interval
+#        -       1h |    | 1h
+#        -         LIS  WRFHYDRO
+#        - Starting at 2009120100, running for 4 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> MED <-1h-> LIS <-1h-> MED <-1h-> CICE <-1h-> MED <-1h-> WRFHYDRO <-1h-> MED <-2h-> MOM5...4 hours" 
+
+# - gsm configuration ---
+export_gsm
+export TASKS=110
+export WLCLK=30
+export CDATE=2009120100
+#export NDAYS=1
+export NHRS=4
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+export FHZER=1
+export FHOUT=1
+export NEMS_GRID='T126_nx1'
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_lnd_ice_ocn_hyd
+export atm_model=xatm
+export atm_petlist_bounds="0 31"      #32
+export lnd_model=xlnd
+export lnd_petlist_bounds="66 77"     #12
+export ocn_model=xocn
+export ocn_petlist_bounds="32 55"     #24
+export ice_model=xice
+export ice_petlist_bounds="56 59"     #04
+export hyd_model=xhyd
+export hyd_petlist_bounds="78 109"    #32
+export med_model=nems
+export med_petlist_bounds="60 65"     #06
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+if [ $MACHINE_ID = theia ] ; then
+  setup_lis "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_lis "/glade/p/work/dunlap/NEMS-DATA/2009_lis_t126/lis.config.gdas"
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_nems_gsm_cice_mom5
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24     \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24     \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24     "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                 \
+ field_atm_export_inst_down_sw_flx.nc                 \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc          \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc          \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc         \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc         \
+ field_atm_export_inst_laten_heat_flx.nc              \
+ field_atm_export_inst_merid_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height10m.nc        \
+ field_atm_export_inst_net_lw_flx.nc                  \
+ field_atm_export_inst_net_sw_flx.nc                  \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc           \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc           \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc          \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc          \
+ field_atm_export_inst_pres_height_surface.nc         \
+ field_atm_export_inst_sensi_heat_flx.nc              \
+ field_atm_export_inst_spec_humid_height2m.nc         \
+ field_atm_export_inst_surface_height.nc              \
+ field_atm_export_inst_temp_height2m.nc               \
+ field_atm_export_inst_temp_height_surface.nc         \
+ field_atm_export_inst_zonal_moment_flx.nc            \
+ field_atm_export_inst_zonal_wind_height10m.nc        \
+ field_atm_export_mean_down_lw_flx.nc                 \
+ field_atm_export_mean_down_sw_flx.nc                 \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc          \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc          \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc         \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc         \
+ field_atm_export_mean_laten_heat_flx.nc              \
+ field_atm_export_mean_merid_moment_flx.nc            \
+ field_atm_export_mean_net_lw_flx.nc                  \
+ field_atm_export_mean_net_sw_flx.nc                  \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc           \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc           \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc          \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc          \
+ field_atm_export_mean_prec_rate.nc                   \
+ field_atm_export_mean_sensi_heat_flx.nc              \
+ field_atm_export_mean_zonal_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height_lowest.nc    \
+ field_atm_export_inst_pres_height_lowest.nc          \
+ field_atm_export_inst_spec_humid_height_lowest.nc    \
+ field_atm_export_inst_temp_height_lowest.nc          \
+ field_atm_export_inst_zonal_wind_height_lowest.nc    "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                     \
+ field_atm_import_inst_ice_ir_dif_albedo.nc           \
+ field_atm_import_inst_ice_ir_dir_albedo.nc           \
+ field_atm_import_inst_ice_vis_dif_albedo.nc          \
+ field_atm_import_inst_ice_vis_dir_albedo.nc          \
+ field_atm_import_land_mask.nc                        \
+ field_atm_import_mean_evap_rate_atm_into_ice.nc      \
+ field_atm_import_mean_laten_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_up_lw_flx_ice.nc               \
+ field_atm_import_sea_surface_temperature.nc          \
+ field_atm_import_stress_on_air_ice_merid.nc          \
+ field_atm_import_stress_on_air_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                     \
+ field_ice_export_ice_mask.nc                         \
+ field_ice_export_inst_ice_ir_dif_albedo.nc           \
+ field_ice_export_inst_ice_ir_dir_albedo.nc           \
+ field_ice_export_inst_ice_vis_dif_albedo.nc          \
+ field_ice_export_inst_ice_vis_dir_albedo.nc          \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc      \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sw_pen_to_ocn.nc               \
+ field_ice_export_mean_up_lw_flx_ice.nc               \
+ field_ice_export_sea_ice_temperature.nc              \
+ field_ice_export_stress_on_air_ice_merid.nc          \
+ field_ice_export_stress_on_air_ice_zonal.nc          \
+ field_ice_export_stress_on_ocn_ice_merid.nc          \
+ field_ice_export_stress_on_ocn_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc        \
+ field_ice_import_freezing_melting_potential.nc       \
+ field_ice_import_inst_merid_wind_height_lowest.nc    \
+ field_ice_import_inst_pres_height_lowest.nc          \
+ field_ice_import_inst_spec_humid_height_lowest.nc    \
+ field_ice_import_inst_temp_height_lowest.nc          \
+ field_ice_import_inst_zonal_wind_height_lowest.nc    \
+ field_ice_import_mean_down_lw_flx.nc                 \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc          \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc          \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc         \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc         \
+ field_ice_import_mean_fprec_rate.nc                  \
+ field_ice_import_mean_prec_rate.nc                   \
+ field_ice_import_mixed_layer_depth.nc                \
+ field_ice_import_ocn_current_merid.nc                \
+ field_ice_import_ocn_current_zonal.nc                \
+ field_ice_import_sea_surface_slope_merid.nc          \
+ field_ice_import_sea_surface_slope_zonal.nc          \
+ field_ice_import_sea_surface_temperature.nc          \
+ field_ice_import_s_surf.nc                           "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                         \
+ field_med_ice_a_ice_mask.nc                          \
+ field_med_ocn_a_ocean_mask.nc                        "
+#LIST_FILES+=" \
+# field_med_from_atm_inst_down_lw_flx.nc               \
+# field_med_from_atm_inst_down_sw_flx.nc               \
+# field_med_from_atm_inst_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_inst_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_inst_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_inst_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_inst_laten_heat_flx.nc            \
+# field_med_from_atm_inst_merid_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height10m.nc      \
+# field_med_from_atm_inst_net_lw_flx.nc                \
+# field_med_from_atm_inst_net_sw_flx.nc                \
+# field_med_from_atm_inst_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_inst_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_inst_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_inst_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_inst_pres_height_surface.nc       \
+# field_med_from_atm_inst_sensi_heat_flx.nc            \
+# field_med_from_atm_inst_spec_humid_height2m.nc       \
+# field_med_from_atm_inst_surface_height.nc            \
+# field_med_from_atm_inst_temp_height2m.nc             \
+# field_med_from_atm_inst_temp_height_surface.nc       \
+# field_med_from_atm_inst_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_zonal_wind_height10m.nc      \
+# field_med_from_atm_mean_down_lw_flx.nc               \
+# field_med_from_atm_mean_down_sw_flx.nc               \
+# field_med_from_atm_mean_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_mean_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_mean_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_mean_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_mean_laten_heat_flx.nc            \
+# field_med_from_atm_mean_merid_moment_flx.nc          \
+# field_med_from_atm_mean_net_lw_flx.nc                \
+# field_med_from_atm_mean_net_sw_flx.nc                \
+# field_med_from_atm_mean_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_mean_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_mean_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_mean_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_mean_prec_rate.nc                 \
+# field_med_from_atm_mean_sensi_heat_flx.nc            \
+# field_med_from_atm_mean_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height_lowest.nc  \
+# field_med_from_atm_inst_pres_height_lowest.nc        \
+# field_med_from_atm_inst_spec_humid_height_lowest.nc  \
+# field_med_from_atm_inst_temp_height_lowest.nc        \
+# field_med_from_atm_inst_zonal_wind_height_lowest.nc  \
+# field_med_from_ice_ice_fraction.nc                   \
+# field_med_from_ice_inst_ice_ir_dif_albedo.nc         \
+# field_med_from_ice_inst_ice_ir_dir_albedo.nc         \
+# field_med_from_ice_inst_ice_vis_dif_albedo.nc        \
+# field_med_from_ice_inst_ice_vis_dir_albedo.nc        \
+# field_med_from_ice_mean_evap_rate_atm_into_ice.nc    \
+# field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sw_pen_to_ocn.nc             \
+# field_med_from_ice_mean_up_lw_flx_ice.nc             \
+# field_med_from_ice_sea_ice_temperature.nc            \
+# field_med_from_ice_stress_on_air_ice_merid.nc        \
+# field_med_from_ice_stress_on_air_ice_zonal.nc        \
+# field_med_from_ice_stress_on_ocn_ice_merid.nc        \
+# field_med_from_ice_stress_on_ocn_ice_zonal.nc        \
+# field_med_from_ocn_ocean_mask.nc                     \
+# field_med_from_ocn_ocn_current_merid.nc              \
+# field_med_from_ocn_ocn_current_zonal.nc              \
+# field_med_from_ocn_sea_lev.nc                        \
+# field_med_from_ocn_sea_surface_temperature.nc        \
+# field_med_from_ocn_s_surf.nc                         \
+# field_med_to_atm_ice_fraction.nc                     \
+# field_med_to_atm_inst_ice_ir_dif_albedo.nc           \
+# field_med_to_atm_inst_ice_ir_dir_albedo.nc           \
+# field_med_to_atm_inst_ice_vis_dif_albedo.nc          \
+# field_med_to_atm_inst_ice_vis_dir_albedo.nc          \
+# field_med_to_atm_land_mask.nc                        \
+# field_med_to_atm_mean_evap_rate_atm_into_ice.nc      \
+# field_med_to_atm_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_up_lw_flx_ice.nc               \
+# field_med_to_atm_sea_surface_temperature.nc          \
+# field_med_to_atm_stress_on_air_ice_merid.nc          \
+# field_med_to_atm_stress_on_air_ice_zonal.nc          \
+# field_med_to_ice_air_density_height_lowest.nc        \
+# field_med_to_ice_freezing_melting_potential.nc       \
+# field_med_to_ice_inst_merid_wind_height_lowest.nc    \
+# field_med_to_ice_inst_pres_height_lowest.nc          \
+# field_med_to_ice_inst_spec_humid_height_lowest.nc    \
+# field_med_to_ice_inst_temp_height_lowest.nc          \
+# field_med_to_ice_inst_zonal_wind_height_lowest.nc    \
+# field_med_to_ice_mean_down_lw_flx.nc                 \
+# field_med_to_ice_mean_down_sw_ir_dif_flx.nc          \
+# field_med_to_ice_mean_down_sw_ir_dir_flx.nc          \
+# field_med_to_ice_mean_down_sw_vis_dif_flx.nc         \
+# field_med_to_ice_mean_down_sw_vis_dir_flx.nc         \
+# field_med_to_ice_mean_fprec_rate.nc                  \
+# field_med_to_ice_mean_prec_rate.nc                   \
+# field_med_to_ice_mixed_layer_depth.nc                \
+# field_med_to_ice_ocn_current_merid.nc                \
+# field_med_to_ice_ocn_current_zonal.nc                \
+# field_med_to_ice_sea_surface_slope_merid.nc          \
+# field_med_to_ice_sea_surface_slope_zonal.nc          \
+# field_med_to_ice_sea_surface_temperature.nc          \
+# field_med_to_ice_s_surf.nc                           \
+# field_med_to_ocn_inst_pres_height_surface.nc         \
+# field_med_to_ocn_mean_evap_rate.nc                   \
+# field_med_to_ocn_mean_fprec_rate.nc                  \
+# field_med_to_ocn_mean_merid_moment_flx.nc            \
+# field_med_to_ocn_mean_net_lw_flx.nc                  \
+# field_med_to_ocn_mean_net_sw_ir_dif_flx.nc           \
+# field_med_to_ocn_mean_net_sw_ir_dir_flx.nc           \
+# field_med_to_ocn_mean_net_sw_vis_dif_flx.nc          \
+# field_med_to_ocn_mean_net_sw_vis_dir_flx.nc          \
+# field_med_to_ocn_mean_prec_rate.nc                   \
+# field_med_to_ocn_mean_sensi_heat_flx.nc              \
+# field_med_to_ocn_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ field_ocn_export_ocean_mask.nc                       \
+ field_ocn_export_ocn_current_merid.nc                \
+ field_ocn_export_ocn_current_zonal.nc                \
+ field_ocn_export_sea_lev.nc                          \
+ field_ocn_export_sea_surface_temperature.nc          \
+ field_ocn_export_s_surf.nc                           "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc         \
+ field_ocn_import_mean_evap_rate.nc                   \
+ field_ocn_import_mean_fprec_rate.nc                  \
+ field_ocn_import_mean_merid_moment_flx.nc            \
+ field_ocn_import_mean_net_lw_flx.nc                  \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc           \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc           \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc          \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc          \
+ field_ocn_import_mean_prec_rate.nc                   \
+ field_ocn_import_mean_sensi_heat_flx.nc              \
+ field_ocn_import_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                             \
+ array_gsm_grid_coord2.nc                             \
+ array_med_atm_grid_area.nc                           \
+ array_med_atm_grid_coord1.nc                         \
+ array_med_atm_grid_coord2.nc                         \
+ array_med_atm_grid_corner1.nc                        \
+ array_med_atm_grid_corner2.nc                        \
+ array_med_atm_grid_mask.nc                           \
+ array_med_ice_grid_area.nc                           \
+ array_med_ice_grid_coord1.nc                         \
+ array_med_ice_grid_coord2.nc                         \
+ array_med_ice_grid_corner1.nc                        \
+ array_med_ice_grid_corner2.nc                        \
+ array_med_ice_grid_mask.nc                           \
+ array_med_med_grid_coord1.nc                         \
+ array_med_med_grid_coord2.nc                         \
+ array_med_med_grid_corner1.nc                        \
+ array_med_med_grid_corner2.nc                        \
+ array_med_ocn_grid_area.nc                           \
+ array_med_ocn_grid_coord1.nc                         \
+ array_med_ocn_grid_coord2.nc                         \
+ array_med_ocn_grid_corner1.nc                        \
+ array_med_ocn_grid_corner2.nc                        \
+ array_med_ocn_grid_mask.nc                           \
+ array_med_a2o_weights_bilnr.nc                       \
+ array_med_a2o_weights_consv.nc                       \
+ array_med_a2o_weights_patch.nc                       \
+ array_med_o2a_weights_bilnr.nc                       \
+ array_med_o2a_weights_consv.nc                       \
+ array_med_o2a_weights_patch.nc                       "
Index: checkout/oldcompsets/all.compsetRun
===================================================================
--- checkout/oldcompsets/all.compsetRun	(nonexistent)
+++ checkout/oldcompsets/all.compsetRun	(revision 85747)
@@ -0,0 +1,76 @@
+### List of all compsets ###
+############################
+
+15min_sbys_gsm
+15min_sbys_gsm%wam
+2009_blocked_gsm_ww3
+2009_blocked_lis_wrfhydro
+2009_blocked_xatm_xocn
+2009_leapfrog_gsm_ww3
+2009_nems_gsm_cice_hycom
+2009_nems_gsm_cice_mom5
+2009_nems_gsm_cice_mom5_sbys_lis_wrfhydro
+2009_nems_gsm_cice_mom5_wrfhydro_sbys_lis
+2009_nems_gsm_hycom
+2009_nems_gsm_lis_cice_mom5_sbys_wrfhydro
+2009_nems_gsm_lis_cice_mom5_wrfhydro
+2009_nems_gsm_lis_cice_mom5_wrfhydro_crash
+2009_nems_gsm_mom5
+2009_nems_gsm_sice_mom5
+2009_nems_gsm_slnd_cice_mom5_shyd
+2009_nems_gsm_slnd_cice_mom5_wrfhydro
+2009_nems_gsm_socn
+2009_nems_lis_wrfhydro
+2009_nems_satm_sice_socn
+2009_nems_xatm_xlnd_xice_xocn_xhyd
+2009_nems_xatm_xlnd_xice_xocn_xhyd_crash
+2009onedeg_nems_gsm_cice_mom5
+2009_sbys_gsm
+2009_sbys_gsm_hycom
+2009_sbys_gsm_ipe
+2009_sbys_gsm_mom5
+2009_sbys_gsm_shyd
+2009_sbys_gsm_sipm
+2009_sbys_gsm_slnd
+2009_sbys_gsm_socn
+2009_sbys_gsm_ww3
+2009_sbys_hycom
+2009_sbys_lis
+2009_sbys_lis_wrfhydro
+2009_sbys_mom5
+2009_sbys_satm_sice_socn
+2009_sbys_socn
+2009_sbys_wrfhydro
+2009_sbys_ww3
+2009_sbys_xocn
+2009_spaceweather_gsm_ipe
+2009_spaceweather_satm_sipm
+2011_sbys_gsm%wam
+2011_sbys_gsm%wam_ipe
+2011_sbys_gsm%wam%ndsl
+2011_sbys_gsm%wam_sipm
+2012_sbys_gsm
+2012_sbys_xatm
+2013_1PET_sbys_wrfhydro
+2013_blocked_xatm_wrfhydro
+2013_sbys_nmmb%glob
+2013_sbys_wrfhydro
+20150401long_nems_gsm_cice_mom5
+20150401long_nems_gsm_cice_mom5_slg
+20150401_nems_gsm_cice_mom5
+20150401_nems_gsm_cice_mom5_slg
+20150401short_nemscold_gsm_cice_mom5
+20150401short_nems_gsm_cice_hycom
+20150401short_nems_gsm_cice_mom5
+20150401short_nems_gsm_cice_mom5_slg
+20150401short_nems_gsm_cice_mom5_ww3
+20150401short_nems_gsm_eulerian
+20150401short_nems_gsm_slg
+20150401short_nems_nmm_cice_mom5
+20150401short%prof_nemscold_gsm_cice_mom5
+20150401short%prof_nems_gsm_cice_mom5
+noyear_sbys_hycom
+noyear_sbys_hycom%core2
+noyear_sbys_hycom%core2%1.6
+noyear_spaceweather_datawam_dataipe
+noyear_spaceweather_datawam_ipe
Index: checkout/oldcompsets/2009_nems_gsm_slnd_cice_mom5_wrfhydro
===================================================================
--- checkout/oldcompsets/2009_nems_gsm_slnd_cice_mom5_wrfhydro	(nonexistent)
+++ checkout/oldcompsets/2009_nems_gsm_slnd_cice_mom5_wrfhydro	(revision 85747)
@@ -0,0 +1,331 @@
+###############################################################################
+#                   CICE  
+#                     | 1h 
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -      1h           2h    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2009120100, running for 4 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> MED <-1h-> CICE <-1h-> MED <-2h-> MOM5 + WRFHYDRO + SLND...4 hours" 
+
+# - gsm configuration ---
+export_gsm
+export TASKS=100
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=1
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+export FHZER=1
+export FHOUT=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_lnd_ice_ocn_hyd
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export lnd_model=slnd
+export lnd_petlist_bounds="66 67"
+export ocn_model=mom5
+export ocn_petlist_bounds="32 55"
+export ice_model=cice
+export ice_petlist_bounds="56 59"
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="68 99"
+export med_model=nems
+export med_petlist_bounds="60 65"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+if [ $MACHINE_ID = theia ] ; then
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_nems_gsm_cice_mom5
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24     \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24     \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24     "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                 \
+ field_atm_export_inst_down_sw_flx.nc                 \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc          \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc          \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc         \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc         \
+ field_atm_export_inst_laten_heat_flx.nc              \
+ field_atm_export_inst_merid_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height10m.nc        \
+ field_atm_export_inst_net_lw_flx.nc                  \
+ field_atm_export_inst_net_sw_flx.nc                  \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc           \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc           \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc          \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc          \
+ field_atm_export_inst_pres_height_surface.nc         \
+ field_atm_export_inst_sensi_heat_flx.nc              \
+ field_atm_export_inst_spec_humid_height2m.nc         \
+ field_atm_export_inst_surface_height.nc              \
+ field_atm_export_inst_temp_height2m.nc               \
+ field_atm_export_inst_temp_height_surface.nc         \
+ field_atm_export_inst_zonal_moment_flx.nc            \
+ field_atm_export_inst_zonal_wind_height10m.nc        \
+ field_atm_export_mean_down_lw_flx.nc                 \
+ field_atm_export_mean_down_sw_flx.nc                 \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc          \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc          \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc         \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc         \
+ field_atm_export_mean_laten_heat_flx.nc              \
+ field_atm_export_mean_merid_moment_flx.nc            \
+ field_atm_export_mean_net_lw_flx.nc                  \
+ field_atm_export_mean_net_sw_flx.nc                  \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc           \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc           \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc          \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc          \
+ field_atm_export_mean_prec_rate.nc                   \
+ field_atm_export_mean_sensi_heat_flx.nc              \
+ field_atm_export_mean_zonal_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height_lowest.nc    \
+ field_atm_export_inst_pres_height_lowest.nc          \
+ field_atm_export_inst_spec_humid_height_lowest.nc    \
+ field_atm_export_inst_temp_height_lowest.nc          \
+ field_atm_export_inst_zonal_wind_height_lowest.nc    "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                     \
+ field_atm_import_inst_ice_ir_dif_albedo.nc           \
+ field_atm_import_inst_ice_ir_dir_albedo.nc           \
+ field_atm_import_inst_ice_vis_dif_albedo.nc          \
+ field_atm_import_inst_ice_vis_dir_albedo.nc          \
+ field_atm_import_land_mask.nc                        \
+ field_atm_import_mean_evap_rate_atm_into_ice.nc      \
+ field_atm_import_mean_laten_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_up_lw_flx_ice.nc               \
+ field_atm_import_sea_surface_temperature.nc          \
+ field_atm_import_stress_on_air_ice_merid.nc          \
+ field_atm_import_stress_on_air_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                     \
+ field_ice_export_ice_mask.nc                         \
+ field_ice_export_inst_ice_ir_dif_albedo.nc           \
+ field_ice_export_inst_ice_ir_dir_albedo.nc           \
+ field_ice_export_inst_ice_vis_dif_albedo.nc          \
+ field_ice_export_inst_ice_vis_dir_albedo.nc          \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc      \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sw_pen_to_ocn.nc               \
+ field_ice_export_mean_up_lw_flx_ice.nc               \
+ field_ice_export_sea_ice_temperature.nc              \
+ field_ice_export_stress_on_air_ice_merid.nc          \
+ field_ice_export_stress_on_air_ice_zonal.nc          \
+ field_ice_export_stress_on_ocn_ice_merid.nc          \
+ field_ice_export_stress_on_ocn_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc        \
+ field_ice_import_freezing_melting_potential.nc       \
+ field_ice_import_inst_merid_wind_height_lowest.nc    \
+ field_ice_import_inst_pres_height_lowest.nc          \
+ field_ice_import_inst_spec_humid_height_lowest.nc    \
+ field_ice_import_inst_temp_height_lowest.nc          \
+ field_ice_import_inst_zonal_wind_height_lowest.nc    \
+ field_ice_import_mean_down_lw_flx.nc                 \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc          \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc          \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc         \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc         \
+ field_ice_import_mean_fprec_rate.nc                  \
+ field_ice_import_mean_prec_rate.nc                   \
+ field_ice_import_mixed_layer_depth.nc                \
+ field_ice_import_ocn_current_merid.nc                \
+ field_ice_import_ocn_current_zonal.nc                \
+ field_ice_import_sea_surface_slope_merid.nc          \
+ field_ice_import_sea_surface_slope_zonal.nc          \
+ field_ice_import_sea_surface_temperature.nc          \
+ field_ice_import_s_surf.nc                           "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                         \
+ field_med_ice_a_ice_mask.nc                          \
+ field_med_ocn_a_ocean_mask.nc                        "
+#LIST_FILES+=" \
+# field_med_from_atm_inst_down_lw_flx.nc               \
+# field_med_from_atm_inst_down_sw_flx.nc               \
+# field_med_from_atm_inst_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_inst_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_inst_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_inst_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_inst_laten_heat_flx.nc            \
+# field_med_from_atm_inst_merid_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height10m.nc      \
+# field_med_from_atm_inst_net_lw_flx.nc                \
+# field_med_from_atm_inst_net_sw_flx.nc                \
+# field_med_from_atm_inst_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_inst_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_inst_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_inst_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_inst_pres_height_surface.nc       \
+# field_med_from_atm_inst_sensi_heat_flx.nc            \
+# field_med_from_atm_inst_spec_humid_height2m.nc       \
+# field_med_from_atm_inst_surface_height.nc            \
+# field_med_from_atm_inst_temp_height2m.nc             \
+# field_med_from_atm_inst_temp_height_surface.nc       \
+# field_med_from_atm_inst_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_zonal_wind_height10m.nc      \
+# field_med_from_atm_mean_down_lw_flx.nc               \
+# field_med_from_atm_mean_down_sw_flx.nc               \
+# field_med_from_atm_mean_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_mean_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_mean_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_mean_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_mean_laten_heat_flx.nc            \
+# field_med_from_atm_mean_merid_moment_flx.nc          \
+# field_med_from_atm_mean_net_lw_flx.nc                \
+# field_med_from_atm_mean_net_sw_flx.nc                \
+# field_med_from_atm_mean_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_mean_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_mean_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_mean_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_mean_prec_rate.nc                 \
+# field_med_from_atm_mean_sensi_heat_flx.nc            \
+# field_med_from_atm_mean_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height_lowest.nc  \
+# field_med_from_atm_inst_pres_height_lowest.nc        \
+# field_med_from_atm_inst_spec_humid_height_lowest.nc  \
+# field_med_from_atm_inst_temp_height_lowest.nc        \
+# field_med_from_atm_inst_zonal_wind_height_lowest.nc  \
+# field_med_from_ice_ice_fraction.nc                   \
+# field_med_from_ice_inst_ice_ir_dif_albedo.nc         \
+# field_med_from_ice_inst_ice_ir_dir_albedo.nc         \
+# field_med_from_ice_inst_ice_vis_dif_albedo.nc        \
+# field_med_from_ice_inst_ice_vis_dir_albedo.nc        \
+# field_med_from_ice_mean_evap_rate_atm_into_ice.nc    \
+# field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sw_pen_to_ocn.nc             \
+# field_med_from_ice_mean_up_lw_flx_ice.nc             \
+# field_med_from_ice_sea_ice_temperature.nc            \
+# field_med_from_ice_stress_on_air_ice_merid.nc        \
+# field_med_from_ice_stress_on_air_ice_zonal.nc        \
+# field_med_from_ice_stress_on_ocn_ice_merid.nc        \
+# field_med_from_ice_stress_on_ocn_ice_zonal.nc        \
+# field_med_from_ocn_ocean_mask.nc                     \
+# field_med_from_ocn_ocn_current_merid.nc              \
+# field_med_from_ocn_ocn_current_zonal.nc              \
+# field_med_from_ocn_sea_lev.nc                        \
+# field_med_from_ocn_sea_surface_temperature.nc        \
+# field_med_from_ocn_s_surf.nc                         \
+# field_med_to_atm_ice_fraction.nc                     \
+# field_med_to_atm_inst_ice_ir_dif_albedo.nc           \
+# field_med_to_atm_inst_ice_ir_dir_albedo.nc           \
+# field_med_to_atm_inst_ice_vis_dif_albedo.nc          \
+# field_med_to_atm_inst_ice_vis_dir_albedo.nc          \
+# field_med_to_atm_land_mask.nc                        \
+# field_med_to_atm_mean_evap_rate_atm_into_ice.nc      \
+# field_med_to_atm_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_up_lw_flx_ice.nc               \
+# field_med_to_atm_sea_surface_temperature.nc          \
+# field_med_to_atm_stress_on_air_ice_merid.nc          \
+# field_med_to_atm_stress_on_air_ice_zonal.nc          \
+# field_med_to_ice_air_density_height_lowest.nc        \
+# field_med_to_ice_freezing_melting_potential.nc       \
+# field_med_to_ice_inst_merid_wind_height_lowest.nc    \
+# field_med_to_ice_inst_pres_height_lowest.nc          \
+# field_med_to_ice_inst_spec_humid_height_lowest.nc    \
+# field_med_to_ice_inst_temp_height_lowest.nc          \
+# field_med_to_ice_inst_zonal_wind_height_lowest.nc    \
+# field_med_to_ice_mean_down_lw_flx.nc                 \
+# field_med_to_ice_mean_down_sw_ir_dif_flx.nc          \
+# field_med_to_ice_mean_down_sw_ir_dir_flx.nc          \
+# field_med_to_ice_mean_down_sw_vis_dif_flx.nc         \
+# field_med_to_ice_mean_down_sw_vis_dir_flx.nc         \
+# field_med_to_ice_mean_fprec_rate.nc                  \
+# field_med_to_ice_mean_prec_rate.nc                   \
+# field_med_to_ice_mixed_layer_depth.nc                \
+# field_med_to_ice_ocn_current_merid.nc                \
+# field_med_to_ice_ocn_current_zonal.nc                \
+# field_med_to_ice_sea_surface_slope_merid.nc          \
+# field_med_to_ice_sea_surface_slope_zonal.nc          \
+# field_med_to_ice_sea_surface_temperature.nc          \
+# field_med_to_ice_s_surf.nc                           \
+# field_med_to_ocn_inst_pres_height_surface.nc         \
+# field_med_to_ocn_mean_evap_rate.nc                   \
+# field_med_to_ocn_mean_fprec_rate.nc                  \
+# field_med_to_ocn_mean_merid_moment_flx.nc            \
+# field_med_to_ocn_mean_net_lw_flx.nc                  \
+# field_med_to_ocn_mean_net_sw_ir_dif_flx.nc           \
+# field_med_to_ocn_mean_net_sw_ir_dir_flx.nc           \
+# field_med_to_ocn_mean_net_sw_vis_dif_flx.nc          \
+# field_med_to_ocn_mean_net_sw_vis_dir_flx.nc          \
+# field_med_to_ocn_mean_prec_rate.nc                   \
+# field_med_to_ocn_mean_sensi_heat_flx.nc              \
+# field_med_to_ocn_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ field_ocn_export_ocean_mask.nc                       \
+ field_ocn_export_ocn_current_merid.nc                \
+ field_ocn_export_ocn_current_zonal.nc                \
+ field_ocn_export_sea_lev.nc                          \
+ field_ocn_export_sea_surface_temperature.nc          \
+ field_ocn_export_s_surf.nc                           "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc         \
+ field_ocn_import_mean_evap_rate.nc                   \
+ field_ocn_import_mean_fprec_rate.nc                  \
+ field_ocn_import_mean_merid_moment_flx.nc            \
+ field_ocn_import_mean_net_lw_flx.nc                  \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc           \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc           \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc          \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc          \
+ field_ocn_import_mean_prec_rate.nc                   \
+ field_ocn_import_mean_sensi_heat_flx.nc              \
+ field_ocn_import_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                             \
+ array_gsm_grid_coord2.nc                             \
+ array_med_atm_grid_area.nc                           \
+ array_med_atm_grid_coord1.nc                         \
+ array_med_atm_grid_coord2.nc                         \
+ array_med_atm_grid_corner1.nc                        \
+ array_med_atm_grid_corner2.nc                        \
+ array_med_atm_grid_mask.nc                           \
+ array_med_ice_grid_area.nc                           \
+ array_med_ice_grid_coord1.nc                         \
+ array_med_ice_grid_coord2.nc                         \
+ array_med_ice_grid_corner1.nc                        \
+ array_med_ice_grid_corner2.nc                        \
+ array_med_ice_grid_mask.nc                           \
+ array_med_med_grid_coord1.nc                         \
+ array_med_med_grid_coord2.nc                         \
+ array_med_med_grid_corner1.nc                        \
+ array_med_med_grid_corner2.nc                        \
+ array_med_ocn_grid_area.nc                           \
+ array_med_ocn_grid_coord1.nc                         \
+ array_med_ocn_grid_coord2.nc                         \
+ array_med_ocn_grid_corner1.nc                        \
+ array_med_ocn_grid_corner2.nc                        \
+ array_med_ocn_grid_mask.nc                           \
+ array_med_a2o_weights_bilnr.nc                       \
+ array_med_a2o_weights_consv.nc                       \
+ array_med_a2o_weights_patch.nc                       \
+ array_med_o2a_weights_bilnr.nc                       \
+ array_med_o2a_weights_consv.nc                       \
+ array_med_o2a_weights_patch.nc                       "
Index: checkout/oldcompsets/cfsr%20150401_1day_sbys_gsm%slg%T574
===================================================================
--- checkout/oldcompsets/cfsr%20150401_1day_sbys_gsm%slg%T574	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_1day_sbys_gsm%slg%T574	(revision 85747)
@@ -0,0 +1,106 @@
+###############################################################################
+#
+# TEST   - GSM Semilgrangian ATM only
+#        - Starting at 2015040100, running for 1 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SLG GSM ... 1 day"
+
+# - NEMS configuration ---
+export NEMS_CASE=cfsr%20150401
+export NEMS_GRID=gsm%slg%T574
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T574_CFSR_mask%0.5
+export TASKS=96
+export WLCLK=30
+export CDATE=2015040100
+export NDAYS=1
+export wave=574
+export lm=64
+export lsoil=4
+export isoil=4
+export FHZER=1
+export FHOUT=1
+# export FHROT=0
+export FHOUT_HF=1
+export FHMAX_HF=0
+export DELTIM=900
+
+export SLG=.true.
+export ADIABATIC=.false.
+export IAER=111
+export CPLFLX=.false.
+export A2OI_OUT=.false.
+
+# I/O options: I/O combo, all NEMSIO
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+# export QUILT=.true.
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+# export FDFI=3
+export FDFI=0
+# export LDFI_SPECT=.true.
+export LDFI_SPECT=.false.
+# T574 below
+export LONR=1152
+export LATR=576
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+# export FHRES=144
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=gsm
+export atm_petlist_bounds="0 95"     #96
+export coupling_interval_sec=900.0
+if [ $MACHINE_ID = yellowstone ]; then
+# - on yellowstone must switch to SIGIOIN b/c NEMSIO tools are not installed
+export NEMSIOIN=.false.
+export SIGIOIN=.true.
+# - on yellowstone 272 tasks is the minimum for this case to fit into memory
+export TASKS=272
+export atm_petlist_bounds="0 271"    #272
+fi
+
+# - component specific setup calls ---
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_1day_sbys_gsm%slg%T574_V0005
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24 \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24 \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24 "
Index: checkout/oldcompsets/LIS_WRFHYDRO.compsetRun
===================================================================
--- checkout/oldcompsets/LIS_WRFHYDRO.compsetRun	(nonexistent)
+++ checkout/oldcompsets/LIS_WRFHYDRO.compsetRun	(revision 85747)
@@ -0,0 +1,5 @@
+### List of compsets ###
+########################
+
+2009_blocked_lis_wrfhydro               ! LIS directly connected to WRF Hydro Test. 
+#2009_nems_gsm_lis_cice_mom5_wrfhydro    ! Regional App through Mediator Test
Index: checkout/oldcompsets/2009_nems_gsm_slnd_cice_mom5_shyd
===================================================================
--- checkout/oldcompsets/2009_nems_gsm_slnd_cice_mom5_shyd	(nonexistent)
+++ checkout/oldcompsets/2009_nems_gsm_slnd_cice_mom5_shyd	(revision 85747)
@@ -0,0 +1,322 @@
+###############################################################################
+#                   CICE  
+#                     | 1h 
+# TEST   - GSM <-> Mediator <-> MOM5
+#        -      1h           2h    coupling interval
+#        - Exchanging Fields
+#        - Starting at 2009120100, running for 4 hours
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: GSM <-1h-> MED <-1h-> CICE <-1h-> MED <-2h-> MOM5 + SHYD + SLND...4 hours" 
+
+# - gsm configuration ---
+export_gsm
+export TASKS=70
+export WLCLK=30
+export CDATE=2009120100
+export NHRS=4
+export wave=126 ; export lm=64 ; export lsoil=4
+export CPLFLX=.true.
+export A2OI_OUT=.true.
+export FHZER=1
+export FHOUT=1
+
+# - nems.configure ---
+export_nems
+export nems_configure=med_atm_lnd_ice_ocn_hyd
+export atm_model=gsm
+export atm_petlist_bounds="0 31"
+export lnd_model=slnd
+export lnd_petlist_bounds="66 67"
+export ocn_model=mom5
+export ocn_petlist_bounds="32 55"
+export ice_model=cice
+export ice_petlist_bounds="56 59"
+export hyd_model=shyd
+export hyd_petlist_bounds="68 69"
+export med_model=nems
+export med_petlist_bounds="60 65"
+export coupling_interval_slow_sec=7200.0
+export coupling_interval_fast_sec=3600.0
+
+# - component specific setup calls ---
+setup_cice
+setup_mom5
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=2009_nems_gsm_cice_mom5
+export LIST_FILES=" \
+ sigf00 sigf01 sigf02 sigf04 sigf06 sigf12 sigf24     \
+ sfcf00 sfcf01 sfcf02 sfcf04 sfcf06 sfcf12 sfcf24     \
+ flxf00 flxf01 flxf02 flxf04 flxf06 flxf12 flxf24     "
+LIST_FILES+=" \
+ field_atm_export_inst_down_lw_flx.nc                 \
+ field_atm_export_inst_down_sw_flx.nc                 \
+ field_atm_export_inst_down_sw_ir_dif_flx.nc          \
+ field_atm_export_inst_down_sw_ir_dir_flx.nc          \
+ field_atm_export_inst_down_sw_vis_dif_flx.nc         \
+ field_atm_export_inst_down_sw_vis_dir_flx.nc         \
+ field_atm_export_inst_laten_heat_flx.nc              \
+ field_atm_export_inst_merid_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height10m.nc        \
+ field_atm_export_inst_net_lw_flx.nc                  \
+ field_atm_export_inst_net_sw_flx.nc                  \
+ field_atm_export_inst_net_sw_ir_dif_flx.nc           \
+ field_atm_export_inst_net_sw_ir_dir_flx.nc           \
+ field_atm_export_inst_net_sw_vis_dif_flx.nc          \
+ field_atm_export_inst_net_sw_vis_dir_flx.nc          \
+ field_atm_export_inst_pres_height_surface.nc         \
+ field_atm_export_inst_sensi_heat_flx.nc              \
+ field_atm_export_inst_spec_humid_height2m.nc         \
+ field_atm_export_inst_surface_height.nc              \
+ field_atm_export_inst_temp_height2m.nc               \
+ field_atm_export_inst_temp_height_surface.nc         \
+ field_atm_export_inst_zonal_moment_flx.nc            \
+ field_atm_export_inst_zonal_wind_height10m.nc        \
+ field_atm_export_mean_down_lw_flx.nc                 \
+ field_atm_export_mean_down_sw_flx.nc                 \
+ field_atm_export_mean_down_sw_ir_dif_flx.nc          \
+ field_atm_export_mean_down_sw_ir_dir_flx.nc          \
+ field_atm_export_mean_down_sw_vis_dif_flx.nc         \
+ field_atm_export_mean_down_sw_vis_dir_flx.nc         \
+ field_atm_export_mean_laten_heat_flx.nc              \
+ field_atm_export_mean_merid_moment_flx.nc            \
+ field_atm_export_mean_net_lw_flx.nc                  \
+ field_atm_export_mean_net_sw_flx.nc                  \
+ field_atm_export_mean_net_sw_ir_dif_flx.nc           \
+ field_atm_export_mean_net_sw_ir_dir_flx.nc           \
+ field_atm_export_mean_net_sw_vis_dif_flx.nc          \
+ field_atm_export_mean_net_sw_vis_dir_flx.nc          \
+ field_atm_export_mean_prec_rate.nc                   \
+ field_atm_export_mean_sensi_heat_flx.nc              \
+ field_atm_export_mean_zonal_moment_flx.nc            \
+ field_atm_export_inst_merid_wind_height_lowest.nc    \
+ field_atm_export_inst_pres_height_lowest.nc          \
+ field_atm_export_inst_spec_humid_height_lowest.nc    \
+ field_atm_export_inst_temp_height_lowest.nc          \
+ field_atm_export_inst_zonal_wind_height_lowest.nc    "
+LIST_FILES+=" \
+ field_atm_import_ice_fraction.nc                     \
+ field_atm_import_inst_ice_ir_dif_albedo.nc           \
+ field_atm_import_inst_ice_ir_dir_albedo.nc           \
+ field_atm_import_inst_ice_vis_dif_albedo.nc          \
+ field_atm_import_inst_ice_vis_dir_albedo.nc          \
+ field_atm_import_land_mask.nc                        \
+ field_atm_import_mean_evap_rate_atm_into_ice.nc      \
+ field_atm_import_mean_laten_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_atm_import_mean_up_lw_flx_ice.nc               \
+ field_atm_import_sea_surface_temperature.nc          \
+ field_atm_import_stress_on_air_ice_merid.nc          \
+ field_atm_import_stress_on_air_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_export_ice_fraction.nc                     \
+ field_ice_export_ice_mask.nc                         \
+ field_ice_export_inst_ice_ir_dif_albedo.nc           \
+ field_ice_export_inst_ice_ir_dir_albedo.nc           \
+ field_ice_export_inst_ice_vis_dif_albedo.nc          \
+ field_ice_export_inst_ice_vis_dir_albedo.nc          \
+ field_ice_export_mean_evap_rate_atm_into_ice.nc      \
+ field_ice_export_mean_laten_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sensi_heat_flx_atm_into_ice.nc \
+ field_ice_export_mean_sw_pen_to_ocn.nc               \
+ field_ice_export_mean_up_lw_flx_ice.nc               \
+ field_ice_export_sea_ice_temperature.nc              \
+ field_ice_export_stress_on_air_ice_merid.nc          \
+ field_ice_export_stress_on_air_ice_zonal.nc          \
+ field_ice_export_stress_on_ocn_ice_merid.nc          \
+ field_ice_export_stress_on_ocn_ice_zonal.nc          "
+LIST_FILES+=" \
+ field_ice_import_air_density_height_lowest.nc        \
+ field_ice_import_freezing_melting_potential.nc       \
+ field_ice_import_inst_merid_wind_height_lowest.nc    \
+ field_ice_import_inst_pres_height_lowest.nc          \
+ field_ice_import_inst_spec_humid_height_lowest.nc    \
+ field_ice_import_inst_temp_height_lowest.nc          \
+ field_ice_import_inst_zonal_wind_height_lowest.nc    \
+ field_ice_import_mean_down_lw_flx.nc                 \
+ field_ice_import_mean_down_sw_ir_dif_flx.nc          \
+ field_ice_import_mean_down_sw_ir_dir_flx.nc          \
+ field_ice_import_mean_down_sw_vis_dif_flx.nc         \
+ field_ice_import_mean_down_sw_vis_dir_flx.nc         \
+ field_ice_import_mean_fprec_rate.nc                  \
+ field_ice_import_mean_prec_rate.nc                   \
+ field_ice_import_mixed_layer_depth.nc                \
+ field_ice_import_ocn_current_merid.nc                \
+ field_ice_import_ocn_current_zonal.nc                \
+ field_ice_import_sea_surface_slope_merid.nc          \
+ field_ice_import_sea_surface_slope_zonal.nc          \
+ field_ice_import_sea_surface_temperature.nc          \
+ field_ice_import_s_surf.nc                           "
+LIST_FILES+=" \
+ field_med_atm_a_land_mask.nc                         \
+ field_med_ice_a_ice_mask.nc                          \
+ field_med_ocn_a_ocean_mask.nc                        "
+#LIST_FILES+=" \
+# field_med_from_atm_inst_down_lw_flx.nc               \
+# field_med_from_atm_inst_down_sw_flx.nc               \
+# field_med_from_atm_inst_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_inst_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_inst_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_inst_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_inst_laten_heat_flx.nc            \
+# field_med_from_atm_inst_merid_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height10m.nc      \
+# field_med_from_atm_inst_net_lw_flx.nc                \
+# field_med_from_atm_inst_net_sw_flx.nc                \
+# field_med_from_atm_inst_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_inst_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_inst_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_inst_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_inst_pres_height_surface.nc       \
+# field_med_from_atm_inst_sensi_heat_flx.nc            \
+# field_med_from_atm_inst_spec_humid_height2m.nc       \
+# field_med_from_atm_inst_surface_height.nc            \
+# field_med_from_atm_inst_temp_height2m.nc             \
+# field_med_from_atm_inst_temp_height_surface.nc       \
+# field_med_from_atm_inst_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_zonal_wind_height10m.nc      \
+# field_med_from_atm_mean_down_lw_flx.nc               \
+# field_med_from_atm_mean_down_sw_flx.nc               \
+# field_med_from_atm_mean_down_sw_ir_dif_flx.nc        \
+# field_med_from_atm_mean_down_sw_ir_dir_flx.nc        \
+# field_med_from_atm_mean_down_sw_vis_dif_flx.nc       \
+# field_med_from_atm_mean_down_sw_vis_dir_flx.nc       \
+# field_med_from_atm_mean_laten_heat_flx.nc            \
+# field_med_from_atm_mean_merid_moment_flx.nc          \
+# field_med_from_atm_mean_net_lw_flx.nc                \
+# field_med_from_atm_mean_net_sw_flx.nc                \
+# field_med_from_atm_mean_net_sw_ir_dif_flx.nc         \
+# field_med_from_atm_mean_net_sw_ir_dir_flx.nc         \
+# field_med_from_atm_mean_net_sw_vis_dif_flx.nc        \
+# field_med_from_atm_mean_net_sw_vis_dir_flx.nc        \
+# field_med_from_atm_mean_prec_rate.nc                 \
+# field_med_from_atm_mean_sensi_heat_flx.nc            \
+# field_med_from_atm_mean_zonal_moment_flx.nc          \
+# field_med_from_atm_inst_merid_wind_height_lowest.nc  \
+# field_med_from_atm_inst_pres_height_lowest.nc        \
+# field_med_from_atm_inst_spec_humid_height_lowest.nc  \
+# field_med_from_atm_inst_temp_height_lowest.nc        \
+# field_med_from_atm_inst_zonal_wind_height_lowest.nc  \
+# field_med_from_ice_ice_fraction.nc                   \
+# field_med_from_ice_inst_ice_ir_dif_albedo.nc         \
+# field_med_from_ice_inst_ice_ir_dir_albedo.nc         \
+# field_med_from_ice_inst_ice_vis_dif_albedo.nc        \
+# field_med_from_ice_inst_ice_vis_dir_albedo.nc        \
+# field_med_from_ice_mean_evap_rate_atm_into_ice.nc    \
+# field_med_from_ice_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_from_ice_mean_sw_pen_to_ocn.nc             \
+# field_med_from_ice_mean_up_lw_flx_ice.nc             \
+# field_med_from_ice_sea_ice_temperature.nc            \
+# field_med_from_ice_stress_on_air_ice_merid.nc        \
+# field_med_from_ice_stress_on_air_ice_zonal.nc        \
+# field_med_from_ice_stress_on_ocn_ice_merid.nc        \
+# field_med_from_ice_stress_on_ocn_ice_zonal.nc        \
+# field_med_from_ocn_ocean_mask.nc                     \
+# field_med_from_ocn_ocn_current_merid.nc              \
+# field_med_from_ocn_ocn_current_zonal.nc              \
+# field_med_from_ocn_sea_lev.nc                        \
+# field_med_from_ocn_sea_surface_temperature.nc        \
+# field_med_from_ocn_s_surf.nc                         \
+# field_med_to_atm_ice_fraction.nc                     \
+# field_med_to_atm_inst_ice_ir_dif_albedo.nc           \
+# field_med_to_atm_inst_ice_ir_dir_albedo.nc           \
+# field_med_to_atm_inst_ice_vis_dif_albedo.nc          \
+# field_med_to_atm_inst_ice_vis_dir_albedo.nc          \
+# field_med_to_atm_land_mask.nc                        \
+# field_med_to_atm_mean_evap_rate_atm_into_ice.nc      \
+# field_med_to_atm_mean_laten_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_sensi_heat_flx_atm_into_ice.nc \
+# field_med_to_atm_mean_up_lw_flx_ice.nc               \
+# field_med_to_atm_sea_surface_temperature.nc          \
+# field_med_to_atm_stress_on_air_ice_merid.nc          \
+# field_med_to_atm_stress_on_air_ice_zonal.nc          \
+# field_med_to_ice_air_density_height_lowest.nc        \
+# field_med_to_ice_freezing_melting_potential.nc       \
+# field_med_to_ice_inst_merid_wind_height_lowest.nc    \
+# field_med_to_ice_inst_pres_height_lowest.nc          \
+# field_med_to_ice_inst_spec_humid_height_lowest.nc    \
+# field_med_to_ice_inst_temp_height_lowest.nc          \
+# field_med_to_ice_inst_zonal_wind_height_lowest.nc    \
+# field_med_to_ice_mean_down_lw_flx.nc                 \
+# field_med_to_ice_mean_down_sw_ir_dif_flx.nc          \
+# field_med_to_ice_mean_down_sw_ir_dir_flx.nc          \
+# field_med_to_ice_mean_down_sw_vis_dif_flx.nc         \
+# field_med_to_ice_mean_down_sw_vis_dir_flx.nc         \
+# field_med_to_ice_mean_fprec_rate.nc                  \
+# field_med_to_ice_mean_prec_rate.nc                   \
+# field_med_to_ice_mixed_layer_depth.nc                \
+# field_med_to_ice_ocn_current_merid.nc                \
+# field_med_to_ice_ocn_current_zonal.nc                \
+# field_med_to_ice_sea_surface_slope_merid.nc          \
+# field_med_to_ice_sea_surface_slope_zonal.nc          \
+# field_med_to_ice_sea_surface_temperature.nc          \
+# field_med_to_ice_s_surf.nc                           \
+# field_med_to_ocn_inst_pres_height_surface.nc         \
+# field_med_to_ocn_mean_evap_rate.nc                   \
+# field_med_to_ocn_mean_fprec_rate.nc                  \
+# field_med_to_ocn_mean_merid_moment_flx.nc            \
+# field_med_to_ocn_mean_net_lw_flx.nc                  \
+# field_med_to_ocn_mean_net_sw_ir_dif_flx.nc           \
+# field_med_to_ocn_mean_net_sw_ir_dir_flx.nc           \
+# field_med_to_ocn_mean_net_sw_vis_dif_flx.nc          \
+# field_med_to_ocn_mean_net_sw_vis_dir_flx.nc          \
+# field_med_to_ocn_mean_prec_rate.nc                   \
+# field_med_to_ocn_mean_sensi_heat_flx.nc              \
+# field_med_to_ocn_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ field_ocn_export_ocean_mask.nc                       \
+ field_ocn_export_ocn_current_merid.nc                \
+ field_ocn_export_ocn_current_zonal.nc                \
+ field_ocn_export_sea_lev.nc                          \
+ field_ocn_export_sea_surface_temperature.nc          \
+ field_ocn_export_s_surf.nc                           "
+LIST_FILES+=" \
+ field_ocn_import_inst_pres_height_surface.nc         \
+ field_ocn_import_mean_evap_rate.nc                   \
+ field_ocn_import_mean_fprec_rate.nc                  \
+ field_ocn_import_mean_merid_moment_flx.nc            \
+ field_ocn_import_mean_net_lw_flx.nc                  \
+ field_ocn_import_mean_net_sw_ir_dif_flx.nc           \
+ field_ocn_import_mean_net_sw_ir_dir_flx.nc           \
+ field_ocn_import_mean_net_sw_vis_dif_flx.nc          \
+ field_ocn_import_mean_net_sw_vis_dir_flx.nc          \
+ field_ocn_import_mean_prec_rate.nc                   \
+ field_ocn_import_mean_sensi_heat_flx.nc              \
+ field_ocn_import_mean_zonal_moment_flx.nc            "
+LIST_FILES+=" \
+ array_gsm_grid_coord1.nc                             \
+ array_gsm_grid_coord2.nc                             \
+ array_med_atm_grid_area.nc                           \
+ array_med_atm_grid_coord1.nc                         \
+ array_med_atm_grid_coord2.nc                         \
+ array_med_atm_grid_corner1.nc                        \
+ array_med_atm_grid_corner2.nc                        \
+ array_med_atm_grid_mask.nc                           \
+ array_med_ice_grid_area.nc                           \
+ array_med_ice_grid_coord1.nc                         \
+ array_med_ice_grid_coord2.nc                         \
+ array_med_ice_grid_corner1.nc                        \
+ array_med_ice_grid_corner2.nc                        \
+ array_med_ice_grid_mask.nc                           \
+ array_med_med_grid_coord1.nc                         \
+ array_med_med_grid_coord2.nc                         \
+ array_med_med_grid_corner1.nc                        \
+ array_med_med_grid_corner2.nc                        \
+ array_med_ocn_grid_area.nc                           \
+ array_med_ocn_grid_coord1.nc                         \
+ array_med_ocn_grid_coord2.nc                         \
+ array_med_ocn_grid_corner1.nc                        \
+ array_med_ocn_grid_corner2.nc                        \
+ array_med_ocn_grid_mask.nc                           \
+ array_med_a2o_weights_bilnr.nc                       \
+ array_med_a2o_weights_consv.nc                       \
+ array_med_a2o_weights_patch.nc                       \
+ array_med_o2a_weights_bilnr.nc                       \
+ array_med_o2a_weights_consv.nc                       \
+ array_med_o2a_weights_patch.nc                       "
Index: checkout/oldcompsets/cfsr%20150401_5day_sbys_gsm%slg%T574
===================================================================
--- checkout/oldcompsets/cfsr%20150401_5day_sbys_gsm%slg%T574	(nonexistent)
+++ checkout/oldcompsets/cfsr%20150401_5day_sbys_gsm%slg%T574	(revision 85747)
@@ -0,0 +1,106 @@
+###############################################################################
+#
+# TEST   - GSM Semilgrangian ATM only
+#        - Starting at 2015040100, running for 5 day
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SLG GSM ... 5 day"
+
+# - NEMS configuration ---
+export NEMS_CASE=cfsr%20150401
+export NEMS_GRID=gsm%slg%T574
+
+# - gsm configuration ---
+export_gsm
+export IC_DIR=$DATADIR/GSM/T574_CFSR_mask%0.5
+export TASKS=288
+export WLCLK=60
+export CDATE=2015040100
+export NDAYS=5
+export wave=574
+export lm=64
+export lsoil=4
+export isoil=4
+export FHZER=1
+export FHOUT=1
+# export FHROT=0
+export FHOUT_HF=1
+export FHMAX_HF=0
+export DELTIM=900
+
+export SLG=.true.
+export ADIABATIC=.false.
+export IAER=111
+export CPLFLX=.false.
+export A2OI_OUT=.false.
+
+# I/O options: I/O combo, all NEMSIO
+export NEMSIOIN=.true.
+export NEMSIOOUT=.true.
+export SIGIOIN=.false.
+export SIGIOOUT=.false.
+export SFCIOOUT=.false.
+
+export WTPG=1
+export WRTGP=1
+export WRITE_DOPOST=.false.
+export POST_GRIBVERSION=.false.
+export GOCART_AER2POST=.false.
+export NSOUT=0
+# export QUILT=.true.
+export QUILT=.false.
+
+export MEMBER_NAMES=c00
+export CP2=.false.
+# export FDFI=3
+export FDFI=0
+# export LDFI_SPECT=.true.
+export LDFI_SPECT=.false.
+# T574 below
+export LONR=1152
+export LATR=576
+export fcyc=24
+export ENS_SPS=.false.
+export REDUCEDGRID=.true.
+export NST_FCST=0
+export GOCART=0
+export passive_tracer=NO
+export SFCPRESS_ID=1
+export THERMODYN_ID=1
+export IDVC=2  # the vertical coord - 2 means hybrid
+export IDEA=.false.
+export NDSLFV=.false.
+export SPECTRALLOOP=2
+export IEMS=1
+export ISOL=2
+export ICO2=2
+export RESTART=.false.
+# export FHRES=144
+
+# - nems.configure ---
+export_nems
+export nems_configure=atm
+export atm_model=gsm
+export atm_petlist_bounds="0 287"     #288
+export coupling_interval_sec=900.0
+if [ $MACHINE_ID = yellowstone ]; then
+# - on yellowstone must switch to SIGIOIN b/c NEMSIO tools are not installed
+export NEMSIOIN=.false.
+export SIGIOIN=.true.
+# - on yellowstone 272 tasks is the minimum for this case to fit into memory
+export TASKS=272
+export atm_petlist_bounds="0 271"    #272
+fi
+
+# - component specific setup calls ---
+
+# - 
+RUN_SCRIPT=rt_gfs.sh
+
+# - validation
+export CNTL_DIR=cfsr%20150401_5day_sbys_gsm%slg%T574_V0002
+export LIST_FILES=" \
+ sigf00 sigf24 sigf48 sigf72 sigf96 sigf120 \
+ sfcf00 sfcf24 sfcf48 sfcf72 sfcf96 sfcf120 \
+ flxf00 flxf24 flxf48 flxf72 flxf96 flxf120 "
Index: checkout/oldcompsets/2009_sbys_socn
===================================================================
--- checkout/oldcompsets/2009_sbys_socn	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_socn	(revision 85747)
@@ -0,0 +1,31 @@
+###############################################################################
+#
+# TEST   - stand-alone SOCN
+#        - 6h intervals
+#        - Starting at 2009120100, running for 2 days
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: SOCN stand-alone from data with 6h intervals"
+
+# -
+export CNTL_DIR=""
+export LIST_FILES=""
+
+# - gsm configuration ---
+export_gsm
+export TASKS=8
+export WLCLK=30
+export CDATE=2009120100
+export NDAYS=2
+
+# - nems.configure ---
+export_nems
+export nems_configure=ocn
+export ocn_model=socn
+export ocn_petlist_bounds="0 7"
+export coupling_interval_sec=21600.0
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/oldcompsets/2009_sbys_wrfhydro
===================================================================
--- checkout/oldcompsets/2009_sbys_wrfhydro	(nonexistent)
+++ checkout/oldcompsets/2009_sbys_wrfhydro	(revision 85747)
@@ -0,0 +1,43 @@
+###############################################################################
+#
+# TEST   - stand-alone WRFHYDRO
+#        - 1h intervals
+#        - Starting at 2009120100, running for 12 hour
+#
+###############################################################################
+
+export TEST_DESCR="NUOPC: WRFHYDRO standalone running for 12 hours"
+
+# -
+export CNTL_DIR=2009_sbys_wrfhydro
+#export LIST_FILES="file1 file2 file3 file4"
+
+# - gsm configuration ---
+export_gsm
+export TASKS=32
+export WLCLK=30
+export CDATE=2009120100
+#export NDAYS=1
+export NHRS=12
+
+# - nems.configure ---
+export_nems
+export nems_configure=hyd
+export hyd_model=wrfhydro
+export hyd_petlist_bounds="0 31"
+export coupling_interval_sec=3600.0
+
+# - component specific setup calls ---
+if [ $MACHINE_ID = theia ] ; then
+  setup_wrfhydro "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/hydro.namelist" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro" \
+    "/scratch4/NCEPDEV/nems/noscrub/Daniel.Rosen/2009_wrfhydro/namelist.hrldas"
+elif [ $MACHINE_ID = yellowstone ] ; then
+  setup_wrfhydro "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/hydro.namelist" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro" \
+    "/glade/p/work/dunlap/NEMS-DATA/2009_wrfhydro/namelist.hrldas"
+fi
+
+# -
+RUN_SCRIPT=rt_gfs.sh
+
Index: checkout/NMM.appBuilder
===================================================================
--- checkout/NMM.appBuilder	(revision 85621)
+++ checkout/NMM.appBuilder	(revision 85747)
@@ -2,7 +2,7 @@
 #
 ## NEMS Application Builder file
 
-COMPONENTS=( NMM )
+COMPONENTS=( LegacyNMMB )
 
 # Note lack of environment_* files to ensure the user does not
 # accidentally use the invalid modules listed in
@@ -13,3 +13,13 @@
 
 CONFOPT="nmmb_intel_${MACHINE_ID:?}"
 MAKEOPT=nmm
+
+
+case "$FULL_MACHINE_ID" in
+    yellowstone|gaea)
+        CHOSEN_MODULE=$FULL_MACHINE_ID/ESMF_NUOPC
+        ;;
+    wcoss*|theia)
+        CHOSEN_MODULE=$FULL_MACHINE_ID/ESMF_700_nmmb
+        ;;
+esac
Index: checkout/compsets/platforms.input
===================================================================
--- checkout/compsets/platforms.input	(revision 85621)
+++ checkout/compsets/platforms.input	(revision 85747)
@@ -5,7 +5,7 @@
     DEFAULT_TEST_WALLTIME=1800 # Default wallclock limit in seconds for test jobs
 
     SRCnems="@[HOMEnems]/NEMS/src"
-    PARMnems="@[HOMEnems]/NEMS/tests"
+    PARMnems="@[HOMEnems]/parm"
 
     SRCrt="@[HOMErt]/src"
     EXECrt="@[HOMErt]/exec"
Index: checkout
===================================================================
--- checkout	(revision 85621)
+++ checkout	(revision 85747)

Property changes on: checkout
___________________________________________________________________
Modified: svn:externals
## -1,4 +1,4 ##
-NEMS                  -r 85620 https://svnemc.ncep.noaa.gov/projects/nems/trunk
+NEMS                  -r 85746 https://svnemc.ncep.noaa.gov/projects/nems/trunk
 NEMS/src/atmos/gsm    -r 85616 https://svnemc.ncep.noaa.gov/projects/gsm/trunk
 NEMS/src/atmos/nmm    -r 84154 https://svnemc.ncep.noaa.gov/projects/nmmb/trunk
 NEMS/src/chem         -r 80652 https://svnemc.ncep.noaa.gov/projects/nceplibs/chem/trunk
Modified: svn:mergeinfo
## -0,0 +0,1 ##
   Merged /nems/apps/NEMSLegacy/branches/modulefiles:r85135-85744


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